mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-25 05:45:24 +02:00
46 lines
816 B
JSON
46 lines
816 B
JSON
{
|
|
"active": true,
|
|
"nodes": [
|
|
{
|
|
"parameters": {
|
|
"inputSource": "passthrough"
|
|
},
|
|
"type": "n8n-nodes-base.executeWorkflowTrigger",
|
|
"typeVersion": 1.1,
|
|
"position": [0, 0],
|
|
"id": "e3fa278e-1cb1-48fb-88e4-301c7d04d22c",
|
|
"name": "When Executed by Another Workflow"
|
|
},
|
|
{
|
|
"parameters": {
|
|
"amount": 120
|
|
},
|
|
"type": "n8n-nodes-base.wait",
|
|
"typeVersion": 1.1,
|
|
"position": [224, 0],
|
|
"id": "1d7ee221-49ac-4744-970e-3ba78220b455",
|
|
"name": "Wait"
|
|
}
|
|
],
|
|
"connections": {
|
|
"When Executed by Another Workflow": {
|
|
"main": [
|
|
[
|
|
{
|
|
"node": "Wait",
|
|
"type": "main",
|
|
"index": 0
|
|
}
|
|
]
|
|
]
|
|
},
|
|
"Wait": {
|
|
"main": [[]]
|
|
}
|
|
},
|
|
"pinData": {},
|
|
"meta": {
|
|
"instanceId": "c0eda2ee62dc0e7e8288317ffba83079dda1ea0d80d2eaa966e6d217327a763e"
|
|
}
|
|
}
|