Skip to main content

Module workflow_conditions

Module workflow_conditions 

Source
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 Condition against the current set of completed step results.