fix(executor-workflows): min loop error

This commit is contained in:
Emir Karabeg
2025-03-03 21:06:59 -08:00
parent 3b28f7c653
commit 0708663b22
+1
View File
@@ -81,6 +81,7 @@ export const createWorkflowWithLoop = (): SerializedWorkflow => ({
id: 'loop1',
nodes: ['block1', 'block2'],
maxIterations: 5,
minIterations: 0,
},
},
})