/AWS1/CL_BDALOOPCTLLERFLOWNO00¶
Contains configurations for the controller node of a DoWhile loop in the flow.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
io_continuecondition
TYPE REF TO /AWS1/CL_BDAFLOWCONDITION
/AWS1/CL_BDAFLOWCONDITION
¶
Specifies the condition that determines when the flow exits the DoWhile loop. The loop executes until this condition evaluates to true.
Optional arguments:¶
iv_maxiterations
TYPE /AWS1/BDAINTEGER
/AWS1/BDAINTEGER
¶
Specifies the maximum number of times the DoWhile loop can iterate before the flow exits the loop.
Queryable Attributes¶
continueCondition¶
Specifies the condition that determines when the flow exits the DoWhile loop. The loop executes until this condition evaluates to true.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONTINUECONDITION() |
Getter for CONTINUECONDITION |
maxIterations¶
Specifies the maximum number of times the DoWhile loop can iterate before the flow exits the loop.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MAXITERATIONS() |
Getter for MAXITERATIONS, with configurable default |
ASK_MAXITERATIONS() |
Getter for MAXITERATIONS w/ exceptions if field has no value |
HAS_MAXITERATIONS() |
Determine if MAXITERATIONS has a value |