{ "name": "PoYo - Run a model and wait", "nodes": [ { "parameters": {}, "id": "manual-trigger", "name": "When clicking Execute Workflow", "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [0, 0] }, { "parameters": { "resource": "jobs", "operation": "runWait", "inputMode": "generic", "model": "replace-with-model-id", "inputJson": "{\"prompt\":\"A cinematic sunrise over the ocean\"}", "pollInterval": 3, "timeoutSeconds": 3600 }, "id": "poyo-run", "name": "PoYo Run and Wait", "type": "n8n-nodes-poyo.poYo", "typeVersion": 1, "position": [260, 0] } ], "connections": { "When clicking Execute Workflow": { "main": [[{"node":"PoYo Run and Wait","type":"main","index":0}]] } }, "active": false, "settings": {} }