Property Kind
Kind
What kind of node this is, which decides how the engine advances past it.
public required WorkflowNodeKind Kind { get; init; }
Property Value
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.