Values.LoopControllerFlowNodeConfigurationSourceContains configurations for the controller node of a DoWhile loop in the flow.
type nonrec t = {continueCondition : FlowCondition.t;Specifies the condition that determines when the flow exits the DoWhile loop. The loop executes until this condition evaluates to true.
*)maxIterations : LoopControllerFlowNodeConfigurationMaxIterationsInteger.t
option;Specifies the maximum number of times the DoWhile loop can iterate before the flow exits the loop.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of
LoopControllerFlowNodeConfigurationMaxIterationsInteger.t
| `Structure of (string * [> `String of FlowConditionName.t ]) list ])
list ]