errorTrigger.json•789 B
{
"nodeType": "n8n-nodes-base.errorTrigger",
"displayName": "Error Trigger",
"description": "Triggers the workflow when another workflow has an error",
"version": 1,
"properties": [
{
"name": "notice",
"displayName": "This node will trigger when there is an error in another workflow, as long as that workflow is set up to do so. <a href=\"https://docs.n8n.io/integrations/core-nodes/n8n-nodes-base.errortrigger\" target=\"_blank\">More info<a>",
"type": "notice",
"default": ""
}
],
"credentialsConfig": [],
"io": {
"inputs": [],
"outputs": [],
"outputNames": [],
"hints": {}
},
"wiring": {
"role": "generic",
"requires": [],
"optional": [],
"consumedBy": [],
"consumes": [],
"produces": []
}
}