Values_0.EdgeSourceAn edge represents a directed connection between two Glue components that are part of the workflow the edge belongs to.
type nonrec t = {sourceId : NameString.t option;The unique of the node within the workflow where the edge starts.
*)destinationId : NameString.t option;The unique of the node within the workflow where the edge ends.
*)}