{ "nodes": [ { "name": "On clicking 'execute'", "type": "n8n-nodes-base.manualTrigger", "position": [ 250, 300 ], "parameters": {}, "typeVersion": 1, "id": "a6b8d8bc-1779-456c-a504-ccc1a563a7dd", "notes": "This manualTrigger node performs automated tasks as part of the workflow." }, { "name": "Postgres", "type": "n8n-nodes-base.postgres", "position": [ 450, 300 ], "parameters": { "query": "SELECT * from sometable;", "operation": "executeQuery" }, "credentials": { "postgres": "postgres-creds" }, "typeVersion": 1, "id": "5f5a3035-3a63-468f-80b4-de7366df7bcb", "notes": "This postgres node performs automated tasks as part of the workflow." }, { "id": "error-b9f007c8", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "connections": {}, "name": "Manualtrigger Workflow", "description": "Automated workflow: Manualtrigger 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-d5672d82", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:49.427817", "updatedAt": "2025-09-29T07:07:49.427826", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: Manualtrigger Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }