n8n/packages/testing/playwright/workflows/partial-execution-disabled-pinned-parent.json
Emilia f1b1ee6f8c
fix(core): Prevent partial execution crash when the start node is disabled (#32654)
Co-authored-by: Danny Martini <danny@n8n.io>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-23 11:47:44 +00:00

62 lines
1.1 KiB
JSON

{
"meta": {
"instanceId": "partial-execution-disabled-pinned-parent"
},
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "0c2e9f1a-6d2b-4f0e-8a3c-2b6f1d4e7a90",
"options": {}
},
"id": "1a2b3c4d-0001-4000-8000-000000000001",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [460, 460],
"webhookId": "0c2e9f1a-6d2b-4f0e-8a3c-2b6f1d4e7a90"
},
{
"parameters": {
"options": {}
},
"id": "1a2b3c4d-0001-4000-8000-000000000002",
"name": "Process",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [720, 460]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Process",
"type": "main",
"index": 0
}
]
]
}
},
"pinData": {
"Webhook": [
{
"headers": {
"host": "localhost:5678",
"content-type": "application/json"
},
"params": {},
"query": {},
"body": {
"here": "be",
"dragons": true
},
"webhookUrl": "http://localhost:5678/webhook-test/0c2e9f1a-6d2b-4f0e-8a3c-2b6f1d4e7a90",
"executionMode": "test"
}
]
}
}