FlowDefinition

The definition of the nodes and connections between nodes in the flow.

Types

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

Properties

Link copied to clipboard

An array of connection definitions in the flow.

Link copied to clipboard

An array of node definitions in the flow.

Functions

Link copied to clipboard
inline fun copy(block: FlowDefinition.Builder.() -> Unit = {}): FlowDefinition
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