mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-31 08:46:58 +02:00
23 lines
408 B
JSON
23 lines
408 B
JSON
{
|
|
"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"
|
|
}
|
|
],
|
|
"connections": {
|
|
"When Executed by Another Workflow": {
|
|
"main": [[]]
|
|
}
|
|
},
|
|
"active": true,
|
|
"pinData": {},
|
|
"meta": {}
|
|
}
|