{ "nodes": [ { "name": "Gitlab Trigger", "type": "n8n-nodes-base.gitlabTrigger", "position": [ 240, 140 ], "parameters": { "owner": "tennox", "events": [ "tag_push" ], "repository": "ci-test" }, "typeVersion": 1, "id": "node-5820e616" }, { "name": "HTTP Request", "type": "n8n-nodes-base.httpRequest", "position": [ 820, 40 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "requestMethod": "POST", "authentication": "{{ $credentials.headerAuth }}", "jsonParameters": true, "bodyParametersJson": "={ \n\"collectionId\": \"PLACEHOLDER\",\n\"parentDocumentId\": \"PLACEHOLDER\",\n\"publish\": true, \n\"title\": {{JSON.stringify(\"Release \" + $json.body.name)}},\n\"text\": {{JSON.stringify($json.body.description + '\\n\\n\\\\\\n[More info](' + $json.body.url + ')')}}\n}" }, "typeVersion": 1, "id": "node-ec1325b8" }, { "name": "IF", "type": "n8n-nodes-base.if", "position": [ 540, 140 ], "parameters": { "conditions": { "string": [ { "value1": "={{$json.body.object_kind}}", "value2": "release" } ] } }, "typeVersion": 1, "id": "node-453bd98b" }, { "id": "error-1d3e1df6", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "connections": {}, "name": "Production Workflow", "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3 }, "meta": { "instanceId": "workflow-05a7be4d", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:45.651576", "updatedAt": "2025-09-29T07:07:45.651588", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "description": "Production-ready workflow: Production Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }