{ "nodes": [ { "name": "Cron", "type": "n8n-nodes-base.cron", "position": [ 100, 420 ], "parameters": { "triggerTimes": { "item": [ { "hour": 5, "mode": "everyWeek" } ] } }, "typeVersion": 1, "id": "22263ea2-4c8d-44eb-8207-88951c2994ea", "notes": "This cron node performs automated tasks as part of the workflow." }, { "name": "MySQL - select", "type": "n8n-nodes-base.mySql", "position": [ 300, 420 ], "parameters": { "query": "SELECT * FROM books;", "operation": "executeQuery" }, "credentials": { "mySql": { "id": "{{ $credentials.mySql.id }}", "name": "MySQL account" } }, "typeVersion": 1, "id": "2e4a2b52-6ac7-4531-9d10-76835edbe4bd", "notes": "This mySql node performs automated tasks as part of the workflow." }, { "name": "Google Sheets - write", "type": "n8n-nodes-base.googleSheets", "position": [ 500, 420 ], "parameters": { "options": {}, "sheetId": "qwertz", "operation": "append", "authentication": "{{ $credentials.oAuth2 }}" }, "credentials": { "googleSheetsOAuth2Api": { "id": "{{ $credentials.googleSheetsOAuth2Api.id }}", "name": "google_sheets_oauth" } }, "typeVersion": 1, "id": "60cdd661-0749-46a4-86a2-47a1253babda", "notes": "This googleSheets node performs automated tasks as part of the workflow." }, { "id": "error-42679379", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "connections": {}, "name": "Cron Workflow", "description": "Automated workflow: Cron 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-f847d251", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:45.441795", "updatedAt": "2025-09-29T07:07:45.441805", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: Cron Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }