{ "id": "60", "name": "n8n_mysql_purge_history_greater_than_10_days", "nodes": [ { "name": "On clicking 'execute'", "type": "n8n-nodes-base.manualTrigger", "position": [ 250, 300 ], "parameters": {}, "typeVersion": 1, "id": "199a3ed7-a9a9-4179-b644-568018c2dc91", "notes": "This manualTrigger node performs automated tasks as part of the workflow." }, { "name": "MySQL", "type": "n8n-nodes-base.mySql", "position": [ 450, 300 ], "parameters": { "query": "DELETE FROM execution_entity \nWHERE DATE(stoppedAt) < DATE_SUB(CURDATE(), INTERVAL 30 DAY)", "operation": "executeQuery" }, "credentials": { "mySql": "n8n" }, "typeVersion": 1, "id": "45b6edb0-422f-41aa-9209-b0a2071bda9f", "notes": "This mySql node performs automated tasks as part of the workflow." }, { "name": "Cron", "type": "n8n-nodes-base.cron", "position": [ 250, 460 ], "parameters": { "triggerTimes": { "item": [ { "hour": 7 } ] } }, "typeVersion": 1, "id": "558f5fca-18d5-44bd-adbc-829fa828d9ad", "notes": "This cron node performs automated tasks as part of the workflow." }, { "id": "error-cf33a401", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "active": true, "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3, "retryDelay": 1000 }, "connections": {}, "description": "Automated workflow: n8n_mysql_purge_history_greater_than_10_days. This workflow processes data and performs automated tasks.", "meta": { "instanceId": "workflow-a95b5b0f", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:49.644579", "updatedAt": "2025-09-29T07:07:49.644593", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: n8n_mysql_purge_history_greater_than_10_days. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }