Flow Version Flow Connection
data class FlowVersionFlowConnection(val configuration: Either<FlowVersionFlowConnectionConfiguration0Properties, FlowVersionFlowConnectionConfiguration1Properties>? = null, val name: String, val source: String, val target: String, val type: FlowVersionFlowConnectionType)
Flow connection
Constructors
Link copied to clipboard
constructor(configuration: Either<FlowVersionFlowConnectionConfiguration0Properties, FlowVersionFlowConnectionConfiguration1Properties>? = null, name: String, source: String, target: String, type: FlowVersionFlowConnectionType)
Properties
Link copied to clipboard
val configuration: Either<FlowVersionFlowConnectionConfiguration0Properties, FlowVersionFlowConnectionConfiguration1Properties>? = 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
).