Table of Contents

Property Kind

Namespace
Millrace.Workflows
Assembly
Millrace.dll

Kind

What kind of node this is, which decides how the engine advances past it.

public required WorkflowNodeKind Kind { get; init; }

Property Value

WorkflowNodeKind

Remarks

Also decides which of the optional fields below carry anything: an activity node names an activity type, a branch names its arms, and the rest stay null.