{ "name": "StoryForge Real Cut Pipeline", "nodes": [ { "parameters": { "httpMethod": "POST", "path": "storyforge-real-cut", "responseMode": "onReceived", "options": {} }, "id": "realcut-webhook", "name": "Real Cut Webhook", "type": "n8n-nodes-base.webhook", "typeVersion": 2, "position": [ 220, 300 ], "webhookId": "storyforge-real-cut" }, { "parameters": { "method": "POST", "url": "={{'http://collector:8081/internal/jobs/steps/real-cut/run?job_id=' + ($json.body.job_id || $json.body.jobId)}}", "sendHeaders": true, "headerParameters": { "parameters": [ { "name": "X-Orchestrator-Secret", "value": "storyforge-local-secret" } ] }, "options": { "timeout": 3600000 } }, "id": "realcut-runner", "name": "Run Real Cut Step", "type": "n8n-nodes-base.httpRequest", "typeVersion": 4.2, "position": [ 520, 300 ] } ], "connections": { "Real Cut Webhook": { "main": [ [ { "node": "Run Real Cut Step", "type": "main", "index": 0 } ] ] }, "Run Real Cut Step": { "main": [ [] ] } }, "active": false, "settings": {}, "pinData": {}, "versionId": "storyforge-real-cut-v1" }