{ "id": "55", "name": "Convert the JSON data received from the CocktailDB API in XML", "nodes": [ { "name": "On clicking 'execute'", "type": "n8n-nodes-base.manualTrigger", "position": [ 440, 260 ], "parameters": {}, "typeVersion": 1, "id": "node-d70f6d35" }, { "name": "HTTP Request", "type": "n8n-nodes-base.httpRequest", "position": [ 650, 260 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {} }, "typeVersion": 1, "id": "node-a9c7039e" }, { "name": "XML", "type": "n8n-nodes-base.xml", "position": [ 850, 260 ], "parameters": { "mode": "jsonToxml", "options": {} }, "typeVersion": 1, "id": "node-bfbc8892" }, { "id": "error-e65bca50", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "active": false, "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3 }, "connections": {}, "meta": { "instanceId": "workflow-4361dcd6", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:49.543738", "updatedAt": "2025-09-29T07:07:49.543749", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "description": "Production-ready workflow: Convert the JSON data received from the CocktailDB API in XML. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }