Table of Contents

Property Nodes

Namespace
Millrace.Workflows
Assembly
Millrace.dll

Nodes

Every node in the graph, flat.

public required IReadOnlyList<WorkflowNode> Nodes { get; init; }

Property Value

IReadOnlyList<WorkflowNode>

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.