Flow Connection
data class FlowConnection(val configuration: Either<FlowConnectionConfiguration0Properties, FlowConnectionConfiguration1Properties>? = null, val name: String, val source: String, val target: String, val type: FlowConnectionType)
Flow connection
Constructors
Link copied to clipboard
constructor(configuration: Either<FlowConnectionConfiguration0Properties, FlowConnectionConfiguration1Properties>? = null, name: String, source: String, target: String, type: FlowConnectionType)
Properties
Link copied to clipboard
val configuration: Either<FlowConnectionConfiguration0Properties, FlowConnectionConfiguration1Properties>? = null
The configuration of the connection.
Link copied to clipboard
Whether the source node that the connection begins from is a condition node ( Conditional
) or not ( Data
).