Values.FlowDataConnectionConfigurationSourceThe configuration of a connection originating from a node that isn't a Condition node.
type nonrec t = {sourceOutput : FlowNodeOutputName.t;The name of the output in the source node that the connection begins from.
*)targetInput : FlowNodeInputName.t;The name of the input in the target node that the connection ends at.
*)}