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): implement If/Else node with conditional branching and path optimization
- Add IfElseNode component with true/false output paths and property editor
- Implement condition evaluation and path selection logic
- Move condition state to content property for consistent management
- Add skipNodes tracking for inactive conditional paths
- Optimize execution logic and reduce code duplication
- Update edge type definitions to use ReactFlowEdge
- Integrate node into workflow sidebar under Conditionals section
This feature enables conditional branching in workflows with improved execution handling and optimized path selection logic.
0 commit comments