fix(routing): connect batchStopConfirm to Answer Batch Stop Confirm

Output 11 was incorrectly going to Build Callback Action (single
container handler) instead of Answer Batch Stop Confirm (batch handler).

The batch stop confirm flow should be:
Answer Batch Stop Confirm -> Check Batch Stop Expired -> Prepare Batch Stop Exec

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Lucas Berger
2026-02-04 22:16:54 -05:00
parent ad89700844
commit e9a971a014
+1 -1
View File
@@ -4822,7 +4822,7 @@
],
[
{
"node": "Build Callback Action",
"node": "Answer Batch Stop Confirm",
"type": "main",
"index": 0
}