From 0708663b2238f195f51995d0519ad375bb44445b Mon Sep 17 00:00:00 2001 From: Emir Karabeg Date: Mon, 3 Mar 2025 21:06:59 -0800 Subject: [PATCH] fix(executor-workflows): min loop error --- tests/executor/fixtures/workflows.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/executor/fixtures/workflows.ts b/tests/executor/fixtures/workflows.ts index d583e13893..4e559279fc 100644 --- a/tests/executor/fixtures/workflows.ts +++ b/tests/executor/fixtures/workflows.ts @@ -81,6 +81,7 @@ export const createWorkflowWithLoop = (): SerializedWorkflow => ({ id: 'loop1', nodes: ['block1', 'block2'], maxIterations: 5, + minIterations: 0, }, }, })