Error trigger
You can use the Error trigger node to create error workflows. When another linked workflow fails, this node gets details about the failed workflow and the errors, and runs the error workflow.
Usage
--8<-- "_snippets/flow-logic/create-set-error-workflow.md"
Note the following:
- If a workflow uses the Error trigger node, you don't have to activate the workflow.
- If a workflow contains the Error trigger node, by default, the workflow uses itself as the error workflow.
- You can't test error workflows when running workflows manually. The Error trigger only runs when an automatic workflow errors.
Related resources
You can use the [Stop And Error](/integrations/builtin/core-nodes/Robbot Automation-nodes-base.stopanderror/) node to send custom messages to the Error trigger.
Read more about Error workflows in Robbot Automation workflows.