feat: add folder support for workflows (fixes #70)
This commit is contained in:
25
workflows/Flow/0133_Flow_Update_Triggered.json
Normal file
25
workflows/Flow/0133_Flow_Update_Triggered.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user