Browse Source
- Add MatchMode type (exact, contains, starts-with, ends-with) - Add ConditionalSwitchRule interface with id, value, mode, label, isMatched - Add ConditionalSwitchNodeData interface with incomingText and rules array - Add conditionalSwitch to NodeType union (after switch) - Add ConditionalSwitchNodeData to WorkflowNodeData union - Add default data with single rule (mode: contains, empty value) - Add default dimensions (260x180, wider than Switch for mode dropdown) - Add executeConditionalSwitch passthrough executor - Add conditionalSwitch to VALID_NODE_TYPES in validation - Export ConditionalSwitchNode from components index (component created in next task)handoff-20260429-1057
6 changed files with 58 additions and 0 deletions
Loading…
Reference in new issue