Values.FlowDefinitionThe definition of the nodes and connections between nodes in the flow.
type nonrec t = {nodes : FlowNodes.t option;An array of node definitions in the flow.
*)connections : FlowConnections.t option;An array of connection definitions in the flow.
*)}