Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed Limitation per comment in Docs channel

In this article

...

  • Allows you to write the errors of all your Pipelines (in production) to a single document for ease in resolving those errors. 
  • Allows you to standardize error handling across your Pipelines. 

Limitation

...

Handling Errors

You can configure the error view in your Snaps to handle errors in one of the following ways:

...

Info

You can invoke the Error Pipeline from any given Pipeline from the same dialog (similar to the way that child Pipelines are invoked).

Note

If you remove an Error Pipeline from the main Pipeline without replacing it with another one, the main Pipeline reverts to the default error behavior.


Viewing the Error Pipeline from a Main Pipeline

  1. In the main Pipeline, click the Edit Pipeline Properties Image Modified icon to open the Edit Pipeline dialog.
    Image Modified
  2. Click View Error Pipeline.
    Image Modified

    The selected Pipeline is displayed.


Linking Output to Error Pipeline

...

If you need to customize an error document before sending it to the Error Pipeline, you can change the Snap to Route Error Data to Error View and then add any Snaps needed to do the customizations. 

After you add the Snaps, you can then connect their unlinked output views to the Error Pipeline by selecting Route to Error Pipeline from the Snap's context menu.

Note

When you link a Snap output view to the Pipeline Error View, the Integration Assistant is disabled.

Example

Triggering an Error Pipeline From the Main Pipeline

...