From 9799de94189f35a85c588f8b4534a7547ce00e00 Mon Sep 17 00:00:00 2001 From: Lucas Berger Date: Wed, 4 Feb 2026 15:04:14 -0500 Subject: [PATCH] fix(10-06): deploy logs sub-workflow and wire to main - Deploy Container Logs sub-workflow to n8n (ID: oE7aO2GhbksXDEIw) - Replace TODO_DEPLOY_LOGS_WORKFLOW with actual workflow ID - Update n8n-container-logs.json with deployed ID - Redeploy all workflows to n8n Co-Authored-By: Claude Opus 4.5 --- n8n-container-logs.json | 3 ++- n8n-workflow.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/n8n-container-logs.json b/n8n-container-logs.json index 34e1c3d..e596ea1 100644 --- a/n8n-container-logs.json +++ b/n8n-container-logs.json @@ -251,5 +251,6 @@ "meta": { "instanceId": "unraid-docker-manager" }, - "tags": [] + "tags": [], + "id": "oE7aO2GhbksXDEIw" } \ No newline at end of file diff --git a/n8n-workflow.json b/n8n-workflow.json index 5796e19..633ea8d 100644 --- a/n8n-workflow.json +++ b/n8n-workflow.json @@ -4905,7 +4905,7 @@ "workflowId": { "__rl": true, "mode": "list", - "value": "TODO_DEPLOY_LOGS_WORKFLOW" + "value": "oE7aO2GhbksXDEIw" }, "options": {} }, @@ -4936,7 +4936,7 @@ "workflowId": { "__rl": true, "mode": "list", - "value": "TODO_DEPLOY_LOGS_WORKFLOW" + "value": "oE7aO2GhbksXDEIw" }, "options": {} },