Builder

class Builder

Properties

Link copied to clipboard

Specifies the condition that determines when the flow exits the DoWhile loop. The loop executes until this condition evaluates to true.

Link copied to clipboard

Specifies the maximum number of times the DoWhile loop can iterate before the flow exits the loop.

Functions