WorkflowTrigger.json•1.29 kB
{
"nodeType": "n8n-nodes-base.WorkflowTrigger",
"displayName": "Workflow Trigger",
"description": "Triggers based on various lifecycle events, like when a workflow is activated",
"version": 1,
"properties": [
{
"name": "oldVersionNotice",
"displayName": "This node is deprecated and would not be updated in the future. Please use 'n8n Trigger' node instead.",
"type": "notice",
"default": ""
},
{
"name": "events",
"displayName": "Events",
"type": "multiOptions",
"default": [],
"description": "Triggers when this workflow is updated",
"required": true,
"options": [
{
"name": "Active Workflow Updated",
"value": "update",
"description": "Triggers when this workflow is updated"
},
{
"name": "Workflow Activated",
"value": "activate",
"description": "Triggers when this workflow is activated"
}
]
}
],
"credentialsConfig": [],
"io": {
"inputs": [],
"outputs": [
"Main"
],
"outputNames": [],
"hints": {}
},
"wiring": {
"role": "generic",
"requires": [],
"optional": [],
"consumedBy": [],
"consumes": [],
"produces": [
"Main"
]
}
}