Property OnFailure
OnFailure
What happens when this step exhausts its retries (§6.4, §11.28).
public StepFailurePolicy? OnFailure { get; init; }
Property Value
Remarks
Null means Retry — the retry policy governs, and exhausting it falls through to the saga's default behaviour of unwinding. Serialized, so an instance that started under one policy keeps it even if the definition is edited.