Files
n8n-workflows/workflows/Flow/0133_Flow_Update_Triggered.json
2025-08-05 09:40:47 +05:30

25 lines
448 B
JSON

{
"id": "133",
"name": "Receive updates for specified tasks in Flow",
"nodes": [
{
"name": "Flow Trigger",
"type": "n8n-nodes-base.flowTrigger",
"position": [
650,
250
],
"parameters": {
"taskIds": "",
"resource": "task"
},
"credentials": {
"flowApi": ""
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {}
}