Error Trigger node documentation

This commit is contained in:
Harshil 2020-09-14 19:44:51 +05:30
parent 89e3e9f1d2
commit 02466c19a0
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
---
permalink: /nodes/n8n-nodes-base.errorTrigger
---
# Error Trigger
Error Trigger node triggers the workflow when another workflow has an error. As opposed to other workflows with a trigger node, you wont have to activate the workflow when using the Error Trigger node. Once a workflow fails, this node automagically gets details about the failed workflow and the error workflow gets triggered.
## Example Usage
This workflow allows you to receive updates when another workflow fails using the Error Trigger node. You can also find the [workflow](https://n8n.io/workflows/662) on n8n.io. This example usage workflow would use the following node.
- [Error Trigger]()
The final workflow should look like the following image.
![A workflow with the Error Trigger node](./workflow.png)
### 1. Error Trigger node
1. Click on ***Execute Node*** to run the node.
## Further Reading
- [Creating Error Workflows in n8n 🌪](https://medium.com/n8n-io/creating-error-workflows-in-n8n-6e03c9ecbc0f)

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB