Property Waits
Waits
Open signal waits, keyed signalName|correlationId.
public IReadOnlyDictionary<string, WorkflowWait> Waits { get; init; }
Property Value
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.