{ "nodes": [ { "id": "trigger-ae8b249e", "name": "Manual Trigger", "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [ 100, 100 ], "parameters": {} }, { "name": "Mock Data", "type": "n8n-nodes-base.function", "position": [ 670, 371 ], "parameters": { "functionCode": "return [\n {\n json:[\n {\n id: 1,\n name: \"Jim\"\n }, \n {\n id: 2,\n name: \"Stefan\"\n },\n {\n id: 3,\n name: \"Hans\"\n }\n ]\n }\n];" }, "typeVersion": 1, "id": "bd24b966-3ccc-40a2-8610-27200b5ce169", "notes": "This function node performs automated tasks as part of the workflow." }, { "name": "Create JSON-items", "type": "n8n-nodes-base.function", "position": [ 910, 371 ], "parameters": { "functionCode": "return items[0].json.map(item => { \n return {\n json: item,\n }\n})\n" }, "typeVersion": 1, "id": "8030781e-2e57-40f8-acfe-4c1ac4608504", "notes": "This function node performs automated tasks as part of the workflow." }, { "id": "error-e8eed1aa", "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-866bc8e4", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:44.022665", "updatedAt": "2025-09-29T07:07:44.022688", "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." }