Condition
Condition¶
Conditional logic gate within a flow. Supports branching logic for execution based on variable values.
- else_ (
StepType | str | None
): Optional step to run if condition fails. - equals (
Variable | str | None
): Match condition for equality check. - then (
StepType | str
): Step to run if condition matches.