{ "nodes": [ { "name": "On clicking 'execute'", "type": "n8n-nodes-base.manualTrigger", "position": [ 250, 300 ], "parameters": {}, "typeVersion": 1, "id": "node-9f02c4e9" }, { "name": "Customer Datastore", "type": "n8n-nodes-base.n8nTrainingCustomerDatastore", "position": [ 450, 300 ], "parameters": { "operation": "getAllPeople", "returnAll": true }, "typeVersion": 1, "id": "node-dad63eb8" }, { "name": "SplitInBatches", "type": "n8n-nodes-base.splitInBatches", "position": [ 650, 300 ], "parameters": { "options": {}, "batchSize": 1 }, "typeVersion": 1, "id": "node-072fd87d" }, { "name": "HTTP Request", "type": "n8n-nodes-base.httpRequest", "position": [ 850, 300 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "requestMethod": "POST", "bodyParametersUi": { "parameter": [ { "name": "id", "value": "={{$json[\"id\"]}}" }, { "name": "name", "value": "={{$json[\"name\"]}}" } ] } }, "typeVersion": 1, "id": "node-72c0c332" }, { "name": "Wait", "type": "n8n-nodes-base.wait", "position": [ 950, 100 ], "webhookId": "b809abfb-8e02-4b31-90b9-0005be656312", "parameters": { "unit": "seconds", "amount": 4 }, "typeVersion": 1, "id": "node-228a9e32" }, { "name": "Replace Me", "type": "n8n-nodes-base.noOp", "position": [ 1050, 300 ], "parameters": {}, "typeVersion": 1, "id": "node-c32a4f69" }, { "id": "error-3a7a45de", "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-04f50cf1", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:58.261703", "updatedAt": "2025-09-29T07:07:58.261713", "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." }