{ "nodes": [ { "name": "Cron", "type": "n8n-nodes-base.cron", "position": [ 490, 360 ], "parameters": { "triggerTimes": { "item": [ { "mode": "everyMinute" } ] } }, "typeVersion": 1, "id": "node-2c9a8a49" }, { "name": "HTTP Request", "type": "n8n-nodes-base.httpRequest", "position": [ 690, 360 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "queryParametersUi": { "parameter": [ { "name": "timestamps", "value": "={{Date.now()}}" } ] } }, "typeVersion": 1, "id": "node-22a7b9a9" }, { "name": "Set", "type": "n8n-nodes-base.set", "position": [ 890, 360 ], "parameters": { "values": { "string": [ { "name": "Name", "value": "={{$json[\"0\"][\"name\"]}}" }, { "name": "Latitude", "value": "={{$json[\"0\"][\"latitude\"]}}" }, { "name": "Longitude", "value": "={{$json[\"0\"][\"longitude\"]}}" }, { "name": "Timestamp", "value": "={{$json[\"0\"][\"timestamp\"]}}" } ] }, "options": {}, "keepOnlySet": true }, "typeVersion": 1, "id": "node-6f987489" }, { "name": "MQTT", "type": "n8n-nodes-base.mqtt", "position": [ 1090, 360 ], "parameters": { "topic": "iss-position", "options": {} }, "credentials": { "mqtt": "mqtt" }, "typeVersion": 1, "id": "node-df31caa1" }, { "id": "error-cb4b5494", "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-85407aae", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:45.634563", "updatedAt": "2025-09-29T07:07:45.634618", "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." }