LoopControllerFlowNodeConfiguration

Contains configurations for the controller node of a DoWhile loop in the flow.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String