Files
n8n/packages/testing/playwright/workflows/subworkflow-parent-no-wait.json
alighasami 3d5eaf9445
Some checks failed
Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled
first commit
2026-03-17 16:22:57 +03:30

56 lines
1.0 KiB
JSON

{
"active": true,
"nodes": [
{
"parameters": {
"workflowId": {
"value": "PLACEHOLDER_SUBWORKFLOW_ID_TO_BE_REPLACED",
"mode": "list"
},
"workflowInputs": {
"mappingMode": "defineBelow",
"value": {}
},
"options": {
"waitForSubWorkflow": false
}
},
"type": "n8n-nodes-base.executeWorkflow",
"typeVersion": 1.3,
"position": [208, 0],
"id": "c27d9002-4bbe-4c13-b1a0-728b77a6ff98",
"name": "Call Sub-workflow"
},
{
"parameters": {
"path": "1eef9e1a-1639-48cb-a6f0-69ce704ddb35",
"options": {}
},
"type": "n8n-nodes-base.webhook",
"typeVersion": 2.1,
"position": [0, 0],
"id": "ab4ea759-d26b-4b1b-8c66-89252df1a56a",
"name": "Webhook",
"webhookId": "1eef9e1a-1639-48cb-a6f0-69ce704ddb35"
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Call Sub-workflow",
"type": "main",
"index": 0
}
]
]
},
"Call Sub-workflow": {
"main": [[]]
}
},
"pinData": {},
"meta": {}
}