Table of Contents

Property Waits

Namespace
Millrace.Workflows
Assembly
Millrace.dll

Waits

Open signal waits, keyed signalName|correlationId.

public IReadOnlyDictionary<string, WorkflowWait> Waits { get; init; }

Property Value

IReadOnlyDictionary<string, WorkflowWait>

Remarks

The bookmark records that an instance is waiting; this records where it will resume. Keeping it here rather than on the bookmark leaves the storage schema alone, and the two are written in the same atom anyway, so they cannot disagree.