mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-24 15:45:35 +08:00
fix(executor-workflows): min loop error
This commit is contained in:
@@ -81,6 +81,7 @@ export const createWorkflowWithLoop = (): SerializedWorkflow => ({
|
||||
id: 'loop1',
|
||||
nodes: ['block1', 'block2'],
|
||||
maxIterations: 5,
|
||||
minIterations: 0,
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user