LoopControllerFlowNodeConfiguration¶
Structure Class¶
LoopControllerFlowNodeConfiguration
dataclass
¶
Contains configurations for the controller node of a DoWhile loop in the flow.
Attributes¶
continue_condition
instance-attribute
¶
continue_condition: FlowCondition
Specifies the condition that determines when the flow exits the DoWhile loop. The loop executes until this condition evaluates to true.