From 87c7bf75e58a80b37f8a85772d7654ece382cef7 Mon Sep 17 00:00:00 2001 From: Lucas Berger Date: Fri, 30 Jan 2026 22:01:27 -0500 Subject: [PATCH] fix(04): correct connection source names for logs nodes Connection keys referenced hyphenated IDs (code-parse-logs) instead of actual node names (Parse Logs Command). Fixed 10 connection sources to use proper node names. Co-Authored-By: Claude Opus 4.5 --- n8n-workflow.json | 29 +++++++++-------------------- 1 file changed, 9 insertions(+), 20 deletions(-) diff --git a/n8n-workflow.json b/n8n-workflow.json index b4f11b8..e80e88f 100644 --- a/n8n-workflow.json +++ b/n8n-workflow.json @@ -3176,18 +3176,7 @@ ] ] }, - "switch-route": { - "main": [ - [ - { - "node": "Parse Logs Command", - "type": "main", - "index": 0 - } - ] - ] - }, - "code-parse-logs": { + "Parse Logs Command": { "main": [ [ { @@ -3198,7 +3187,7 @@ ] ] }, - "exec-docker-list-logs": { + "Docker List for Logs": { "main": [ [ { @@ -3209,7 +3198,7 @@ ] ] }, - "code-match-logs-container": { + "Match Logs Container": { "main": [ [ { @@ -3220,7 +3209,7 @@ ] ] }, - "switch-logs-match-count": { + "Check Logs Match Count": { "main": [ [ { @@ -3252,7 +3241,7 @@ ] ] }, - "code-build-logs-cmd": { + "Build Logs Command": { "main": [ [ { @@ -3263,7 +3252,7 @@ ] ] }, - "exec-logs": { + "Execute Logs": { "main": [ [ { @@ -3274,7 +3263,7 @@ ] ] }, - "code-format-logs": { + "Format Logs": { "main": [ [ { @@ -3285,7 +3274,7 @@ ] ] }, - "code-format-logs-no-match": { + "Format Logs No Match": { "main": [ [ { @@ -3296,7 +3285,7 @@ ] ] }, - "code-format-logs-multiple": { + "Format Logs Multiple": { "main": [ [ {