fix(routing): correct Route Callback connection offsets

The batch rule was added at index 4 but connections weren't updated,
causing all subsequent rules to route to wrong handlers:
- select → Answer List Callback (wrong)
- list → Answer Action Callback (wrong)
- action → Answer Noop Callback (wrong)
- noop → nothing (missing)

Fixed by correcting outputs 5-8 to connect to proper handlers.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Lucas Berger
2026-02-04 22:00:09 -05:00
parent 99612a9649
commit 224f5469ab
+9 -2
View File
@@ -4805,6 +4805,13 @@
"index": 0
}
],
[
{
"node": "Answer Select Callback",
"type": "main",
"index": 0
}
],
[
{
"node": "Answer List Callback",
@@ -4826,7 +4833,6 @@
"index": 0
}
],
[],
[
{
"node": "Prepare Confirm Input",
@@ -4896,7 +4902,8 @@
"type": "main",
"index": 0
}
]
],
[]
]
},
"Handle Cancel": {