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 <noreply@anthropic.com>
This commit is contained in:
Lucas Berger
2026-01-30 22:01:27 -05:00
parent 01667b0bdb
commit 87c7bf75e5
+9 -20
View File
@@ -3176,18 +3176,7 @@
] ]
] ]
}, },
"switch-route": { "Parse Logs Command": {
"main": [
[
{
"node": "Parse Logs Command",
"type": "main",
"index": 0
}
]
]
},
"code-parse-logs": {
"main": [ "main": [
[ [
{ {
@@ -3198,7 +3187,7 @@
] ]
] ]
}, },
"exec-docker-list-logs": { "Docker List for Logs": {
"main": [ "main": [
[ [
{ {
@@ -3209,7 +3198,7 @@
] ]
] ]
}, },
"code-match-logs-container": { "Match Logs Container": {
"main": [ "main": [
[ [
{ {
@@ -3220,7 +3209,7 @@
] ]
] ]
}, },
"switch-logs-match-count": { "Check Logs Match Count": {
"main": [ "main": [
[ [
{ {
@@ -3252,7 +3241,7 @@
] ]
] ]
}, },
"code-build-logs-cmd": { "Build Logs Command": {
"main": [ "main": [
[ [
{ {
@@ -3263,7 +3252,7 @@
] ]
] ]
}, },
"exec-logs": { "Execute Logs": {
"main": [ "main": [
[ [
{ {
@@ -3274,7 +3263,7 @@
] ]
] ]
}, },
"code-format-logs": { "Format Logs": {
"main": [ "main": [
[ [
{ {
@@ -3285,7 +3274,7 @@
] ]
] ]
}, },
"code-format-logs-no-match": { "Format Logs No Match": {
"main": [ "main": [
[ [
{ {
@@ -3296,7 +3285,7 @@
] ]
] ]
}, },
"code-format-logs-multiple": { "Format Logs Multiple": {
"main": [ "main": [
[ [
{ {