{ "nodes": [ { "name": "On clicking 'execute'", "type": "n8n-nodes-base.manualTrigger", "position": [ 290, 300 ], "parameters": {}, "typeVersion": 1, "id": "node-71642b2e" }, { "name": "HTTP Request", "type": "n8n-nodes-base.httpRequest", "position": [ 540, 300 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {} }, "typeVersion": 1, "id": "node-1c6d7480" }, { "name": "HTTP Request1", "type": "n8n-nodes-base.httpRequest", "position": [ 790, 300 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "requestMethod": "POST", "bodyParametersUi": { "parameter": [ { "name": "name", "value": "Neo" }, { "name": "job", "value": "Programmer" } ] } }, "typeVersion": 1, "id": "node-e7c5442b" }, { "name": "HTTP Request2", "type": "n8n-nodes-base.httpRequest", "position": [ 1050, 300 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "requestMethod": "PATCH", "bodyParametersUi": { "parameter": [ { "name": "job", "value": "The Chosen One" } ] } }, "typeVersion": 1, "id": "node-63ad0ffc" }, { "id": "error-c7514c0a", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "connections": {}, "name": "Production Workflow", "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3 }, "meta": { "instanceId": "workflow-1dd1c41a", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:49.633771", "updatedAt": "2025-09-29T07:07:49.633788", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "description": "Production-ready workflow: Production Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }