Table of Contents

Class WorkflowGraph

Namespace
Millrace.Workflows
Assembly
Millrace.dll

The serializable shape of a workflow definition — what the dashboard draws and a future designer edits.

public sealed record WorkflowGraph : IEquatable<WorkflowGraph>
Inheritance
WorkflowGraph
Implements
Inherited Members

Properties

DefinitionId

The workflow this is the shape of.

Nodes

Every node in the graph, flat.

Start

Entry node; null only for an empty definition, which validation rejects.

Version

The version this shape belongs to.