Does Pipedream Provide Error Handling Functionality for Failed Workflow Steps?

This topic was automatically generated from Slack. You can find the original thread here.

QUESTION 2: does Pipedream have any error handling functionality for when a a step in a workflow fails? I want to send out an email to an enduser, update a sheet with the error, etc etc

The only way right now is with a custom workflow to handle errors.

The documentation is a bit out of date though.

You can just add the trigger this way instead:

image.png

image.png

That will receive error events from your entire workspace though.

But you can filter them to the errors/workflows you care about, or trigger separate workflows to handle various errors (that’s what we do using some kind of mapping).

Great stuff, thanks Marco, will dig into it now