Automation docs

Flow

Workflow error

Starts when another of your workflows lands in the dead-letter queue. Point a workflow’s error workflow at a notifier.

  1. Failed live run
  2. arrow_forwardDead-letter queue
  3. arrow_forwardError trigger
  4. arrow_forwardSlack / email / HTTP
  1. 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. 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.