Property Bookmarks
Bookmarks
Bookmarks inserted in the same transaction (workflow engine, 0.3).
public IReadOnlyList<BookmarkRecord> Bookmarks { get; init; }
Property Value
Remarks
A wait must appear exactly when the cursor says the instance is waiting. Inserted separately and it could exist without the cursor knowing (a duplicate wait on retry) or the cursor could say "suspended" with no bookmark to wake it — an instance parked forever. Same reasoning as Checkpoint, same solution.