{ "nodes": [ { "name": "On clicking 'execute'", "type": "n8n-nodes-base.manualTrigger", "position": [ 250, 300 ], "parameters": {}, "typeVersion": 1, "id": "node-44daf6f0" }, { "name": "Set", "type": "n8n-nodes-base.set", "position": [ 450, 300 ], "parameters": { "values": { "string": [ { "name": "apiKey", "value": "n8n-secret-keey" } ] }, "options": {}, "keepOnlySet": true }, "typeVersion": 1, "id": "node-4db1a138" }, { "name": "Customer Datastore", "type": "n8n-nodes-base.n8nTrainingCustomerDatastore", "position": [ 650, 300 ], "parameters": { "operation": "getAllPeople", "returnAll": true }, "typeVersion": 1, "id": "node-eacc2070" }, { "name": "HTTP Request", "type": "n8n-nodes-base.httpRequest", "position": [ 850, 300 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "requestMethod": "POST", "bodyParametersUi": { "parameter": [ { "name": "name", "value": "={{$json[\"name\"]}}" } ] }, "headerParametersUi": { "parameter": [ { "name": "api-key", "value": "={{ $item(0).$node[\"Set\"].json[\"apiKey\"] }}" } ] } }, "typeVersion": 1, "id": "node-b4433a8c" }, { "id": "error-9c469ca9", "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-2ef0104e", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:48.631477", "updatedAt": "2025-09-29T07:07:48.631536", "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." }