Property Nodes
Nodes
Every node in the graph, flat.
public required IReadOnlyList<WorkflowNode> Nodes { get; init; }
Property Value
Remarks
A flat list rather than a tree: nesting is expressed by nodes referring to each other by id, which is what lets a cursor name a position with a single string and lets the whole shape survive a round trip through JSON.