FlowConnection¶
Structure Class¶
FlowConnection
dataclass
¶
Contains information about a connection between two nodes in the flow.
Attributes¶
configuration
class-attribute
instance-attribute
¶
configuration: FlowConnectionConfiguration | None = None
The configuration of the connection.
type
instance-attribute
¶
type: FlowConnectionType
Whether the source node that the connection begins from is a condition
node (Conditional) or not (Data).