{ "nodes": [ { "id": "trigger-15816530", "name": "Manual Trigger", "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [ 100, 100 ], "parameters": {} }, { "name": "Execute Command", "type": "n8n-nodes-base.executeCommand", "position": [ 600, 350 ], "parameters": { "command": "echo \"{ \\\"value1\\\": true, \\\"value2\\\": 1 }\"" }, "typeVersion": 1, "id": "40ca0112-8603-4e7c-96f0-e2e9894915bb", "notes": "This executeCommand node performs automated tasks as part of the workflow." }, { "name": "If Node", "type": "n8n-nodes-base.if", "position": [ 800, 450 ], "parameters": { "conditions": { "boolean": [ { "value1": "={{JSON.parse($node[\"Execute Command\"].data[\"stdout\"]).value1}}", "value2": true } ] } }, "typeVersion": 1, "id": "5bff0ceb-bfbe-4d0e-939f-9e4f053eb799", "notes": "This if node performs automated tasks as part of the workflow." }, { "name": "To Flow Data", "type": "n8n-nodes-base.functionItem", "position": [ 800, 250 ], "parameters": { "functionCode": "item = JSON.parse(item.stdout);\nreturn item;" }, "typeVersion": 1, "id": "d1e10be1-1eab-4496-991a-5c87fb060a02", "notes": "This functionItem node performs automated tasks as part of the workflow." }, { "id": "error-2fde36ee", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "connections": {}, "name": "Executecommand Workflow", "description": "Automated workflow: Executecommand Workflow. This workflow processes data and performs automated tasks.", "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3, "retryDelay": 1000 }, "meta": { "instanceId": "workflow-6ef68265", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:44.513714", "updatedAt": "2025-09-29T07:07:44.513737", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: Executecommand Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }