Table of Contents

Property ParentJoin

Namespace
Millrace.Workflows
Assembly
Millrace.dll

ParentJoin

The join this one sits inside, if the fan-out was itself opened inside a branch.

public string? ParentJoin { get; init; }

Property Value

string

Remarks

Nested fan-outs need this: when an inner join completes and its continuation runs out, the outer join is what must be decremented. Without the link the outer join would never reach zero and the instance would hang with no error.