Condition Router
Routes workflow execution based on conditional logic and input data evaluation.
Inputs
Conditions
required: Array of condition objectsInput Data
required: Data to evaluate conditions againstDefault Route
: Route to take if no conditions match
Example
Outputs
Selected Route
: The chosen route based on evaluated conditionsMatched Condition
: The condition that triggered the route
