Property Nesting
Nesting
For a Saga nested inside another saga: what happens to this one once it has committed, if the saga around it later unwinds (§11.35).
public NestedSagaPolicy? Nesting { get; init; }
Property Value
Remarks
Null on a top-level saga, where the question does not arise. Serialized with the rest of the shape, so an instance keeps the answer its definition was compiled with.