{ "nodes": [ { "id": "trigger-ecfe5f46", "name": "Manual Trigger", "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [ 100, 100 ], "parameters": {} }, { "name": "To JSON", "type": "n8n-nodes-base.xml", "position": [ 700, 300 ], "parameters": { "options": {} }, "typeVersion": 1, "id": "node-bf711e54" }, { "name": "Change title", "type": "n8n-nodes-base.set", "position": [ 900, 300 ], "parameters": { "values": { "string": [ { "name": "slideshow.title", "value": "New Title Name" } ] } }, "typeVersion": 1, "id": "node-01a415fd" }, { "name": "Get XML Data", "type": "n8n-nodes-base.httpRequest", "position": [ 500, 300 ], "parameters": { "url": "{{ $env.BASE_URL }}", "responseFormat": "string" }, "typeVersion": 1, "id": "node-32fe2502" }, { "name": "Dropbox", "type": "n8n-nodes-base.dropbox", "position": [ 1300, 300 ], "parameters": { "path": "/my-xml-file.xml", "fileContent": "={{$node[\"To XML\"].data[\"data\"]}}" }, "credentials": { "dropboxApi": "" }, "typeVersion": 1, "id": "node-fc3c4154" }, { "name": "To XML", "type": "n8n-nodes-base.xml", "position": [ 1100, 300 ], "parameters": { "mode": "jsonToxml", "options": {} }, "typeVersion": 1, "id": "node-db4c96d1" }, { "id": "error-1a5c0125", "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-a0dd79cc", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:45.658906", "updatedAt": "2025-09-29T07:07:45.658916", "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." }