Values.InvalidLoopBoundaryFlowValidationDetailsSourceDetails about a flow that contains connections that violate loop boundary rules.
type nonrec t = {connection : FlowConnectionName.t option;The name of the connection that violates loop boundary rules.
*)source : FlowNodeName.t option;The source node of the connection that violates DoWhile loop boundary rules.
*)target : FlowNodeName.t option;The target node of the connection that violates DoWhile loop boundary rules.
*)}