Property Compensation
Compensation
The activity that undoes this one, for a step inside a Saga.
public string? Compensation { get; init; }
Property Value
Remarks
A step without one is still part of the saga and still recorded as completed — it simply has nothing to undo, which is normal for a read or a notification.