From e9a971a014ef141b3459b5fd754b0b34fea3abfc Mon Sep 17 00:00:00 2001 From: Lucas Berger Date: Wed, 4 Feb 2026 22:16:54 -0500 Subject: [PATCH] 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 --- n8n-workflow.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/n8n-workflow.json b/n8n-workflow.json index e222a91..deab130 100644 --- a/n8n-workflow.json +++ b/n8n-workflow.json @@ -4822,7 +4822,7 @@ ], [ { - "node": "Build Callback Action", + "node": "Answer Batch Stop Confirm", "type": "main", "index": 0 }