{ "nodes": [ { "id": "trigger-cefc0353", "name": "Manual Trigger", "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [ 100, 100 ], "parameters": {} }, { "name": "Mock Data", "type": "n8n-nodes-base.function", "position": [ 802, 307 ], "parameters": { "functionCode": "return [\n {\n json: {\n id: 1,\n name: \"Jim\"\n }\n },\n {\n json: {\n id: 2,\n name: \"Stefan\"\n }\n },\n {\n json: {\n id: 3,\n name: \"Hans\"\n }\n }\n];" }, "typeVersion": 1, "id": "3ec6ffbb-bb0b-49c4-be24-94c8a27958a8", "notes": "This function node performs automated tasks as part of the workflow." }, { "name": "Create an array of objects", "type": "n8n-nodes-base.function", "position": [ 1052, 307 ], "parameters": { "functionCode": "return [\n {\n json: {\n data_object: items.map(item => item.json),\n },\n }\n];\n" }, "typeVersion": 1, "id": "d7836f05-e6b9-4920-bcb0-17da5b39b89c", "notes": "This function node performs automated tasks as part of the workflow." }, { "id": "error-e8d1962d", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "connections": {}, "name": "Function Workflow", "description": "Automated workflow: Function 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-1ad2cdb1", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:44.044965", "updatedAt": "2025-09-29T07:07:44.044978", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: Function Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }