{ "nodes": [ { "name": "On clicking 'execute'", "type": "n8n-nodes-base.manualTrigger", "position": [ 250, 300 ], "parameters": {}, "typeVersion": 1, "id": "37aa39fe-f590-427d-b3cc-c2ae34136528", "notes": "This manualTrigger node performs automated tasks as part of the workflow." }, { "name": "Get Local Datetime", "type": "n8n-nodes-base.function", "position": [ 450, 300 ], "parameters": { "functionCode": "const moment = require('moment');\n\nlet date = moment().tz($env['GENERIC_TIMEZONE']);\n\nlet year = date.year();\nlet month = date.month(); // zero-indexed!\nlet day = date.date();\nlet hour = date.hours();\nlet minute = date.minutes();\nlet second = date.seconds();\nlet millisecond = date.millisecond();\nlet formatted = date.format('YYYY-MM-DD HH:mm:ss.SSS Z');\n\nreturn [\n {\n json: {\n utc: date,\n year: year,\n month: month, // zero-indexed!\n day: day,\n hour: hour,\n minute: minute,\n second: second,\n millisecond: millisecond,\n formatted: formatted\n }\n }\n];\n" }, "typeVersion": 1, "id": "f2f3b367-e2ae-4538-96c9-18a050b3726e", "notes": "This function node performs automated tasks as part of the workflow." }, { "id": "error-e5294908", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "connections": {}, "name": "Manualtrigger Workflow", "description": "Automated workflow: Manualtrigger 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-d90661f9", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:49.669078", "updatedAt": "2025-09-29T07:07:49.669086", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: Manualtrigger Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }