{ "id": "110", "name": "Get all the stories starting with `release` and publish them", "nodes": [ { "name": "On clicking 'execute'", "type": "n8n-nodes-base.manualTrigger", "position": [ 250, 300 ], "parameters": {}, "typeVersion": 1, "id": "a3ef0def-5f34-49a2-aa39-39332c050bb5", "notes": "This manualTrigger node performs automated tasks as part of the workflow." }, { "name": "Storyblok", "type": "n8n-nodes-base.storyblok", "position": [ 450, 300 ], "parameters": { "space": 96940, "source": "managementApi", "filters": { "starts_with": "release" }, "operation": "getAll" }, "credentials": { "storyblokManagementApi": "storyblok-tanay" }, "typeVersion": 1, "id": "88ad35f7-28f0-419d-b417-bb38ff28a282", "notes": "This storyblok node performs automated tasks as part of the workflow." }, { "name": "Storyblok1", "type": "n8n-nodes-base.storyblok", "position": [ 650, 300 ], "parameters": { "space": "={{$node[\"Storyblok\"].parameter[\"space\"]}}", "source": "managementApi", "options": {}, "storyId": "={{$node[\"Storyblok\"].json[\"id\"]}}", "operation": "publish" }, "credentials": { "storyblokManagementApi": "storyblok-tanay" }, "typeVersion": 1, "id": "1a764816-4e6a-4af3-bc2e-2c6581941b8b", "notes": "This storyblok node performs automated tasks as part of the workflow." }, { "id": "error-7601364b", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "active": false, "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3, "retryDelay": 1000 }, "connections": {}, "description": "Automated workflow: Get all the stories starting with `release` and publish them. This workflow processes data and performs automated tasks.", "meta": { "instanceId": "workflow-44e549b5", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:48.491117", "updatedAt": "2025-09-29T07:07:48.491131", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: Get all the stories starting with `release` and publish them. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }