{ "nodes": [ { "id": "trigger-618f82c2", "name": "Manual Trigger", "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [ 100, 100 ], "parameters": {} }, { "name": "Write Binary File", "type": "n8n-nodes-base.writeBinaryFile", "position": [ 800, 350 ], "parameters": { "fileName": "test.json" }, "typeVersion": 1, "id": "e4d71899-e3a8-48d9-bb91-d78ffb7adea0", "notes": "This writeBinaryFile node performs automated tasks as part of the workflow." }, { "name": "Make Binary", "type": "n8n-nodes-base.function", "position": [ 600, 350 ], "parameters": { "functionCode": "items[0].binary = {\n data: {\n data: new Buffer(JSON.stringify(items[0].json, null, 2)).toString('base64')\n }\n};\nreturn items;" }, "typeVersion": 1, "id": "593f9176-fd51-4d68-8170-e887049e7bf6", "notes": "This function node performs automated tasks as part of the workflow." }, { "name": "Create Example Data", "type": "n8n-nodes-base.function", "position": [ 390, 350 ], "parameters": { "functionCode": "items[0].json = {\n \"text\": \"asdf\",\n \"number\": 1\n};\nreturn items;" }, "typeVersion": 1, "id": "19b836fe-7f34-4192-9f3e-d13805cc7b64", "notes": "This function node performs automated tasks as part of the workflow." }, { "id": "error-c406e7e6", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "connections": {}, "name": "Writebinaryfile Workflow", "description": "Automated workflow: Writebinaryfile 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-435f7905", "versionId": "1.0.0", "createdAt": "2025-09-29T07:08:01.664652", "updatedAt": "2025-09-29T07:08:01.664665", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: Writebinaryfile Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }