You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(workflow): enhance Loop node with dynamic iteration control
- Add iterations-override input handle for external loop control
- Implement executeLoopStartNode for improved execution logic
- Add getLoopIterations helper for dynamic iteration counting
- Update node sorting to handle iteration override inputs
- Refactor loop initialization and state management
- Clean up IfElse node display formatting
- Add overrideIterations flag to Loop initialization
The changes enable dynamic adjustment of loop iterations through external inputs, improving workflow flexibility and control flow management.
0 commit comments