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:
+1
-1
@@ -4822,7 +4822,7 @@
|
||||
],
|
||||
[
|
||||
{
|
||||
"node": "Build Callback Action",
|
||||
"node": "Answer Batch Stop Confirm",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user