FlowDefinition¶
Structure Class¶
FlowDefinition
dataclass
¶
The definition of the nodes and connections between nodes in the flow.
Attributes¶
connections
class-attribute
instance-attribute
¶
connections: list[FlowConnection] | None = None
An array of connection definitions in the flow.