Expand description
Conditional branching for workflow steps.
Each workflow step may carry an optional Condition that determines
whether the step should execute based on results from prior steps.
Enums§
- Condition
- A condition that gates step execution.
Functions§
- evaluate_
condition - Evaluate a
Conditionagainst the current set of completed step results.