Flow
Workflow error
Starts when another of your workflows lands in the dead-letter queue. Point a workflow’s error workflow at a notifier.
- Failed live run
- arrow_forwardDead-letter queue
- arrow_forwardError trigger
- arrow_forwardSlack / email / HTTP
- 1
Build a notifier graph
Start with the Workflow error trigger. Add HTTP or email. Keep this graph simple so it is unlikely to fail itself.
- 2
Attach it
On the workflow you care about, set error_workflow_id to the notifier’s id. Save and keep both Active.
- Cancel and retry
- From Test data & history you can cancel a running execution or retry a failed one.