Table of Contents

Property Compensation

Namespace
Millrace.Workflows
Assembly
Millrace.dll

Compensation

The activity that undoes this one, for a step inside a Saga.

public string? Compensation { get; init; }

Property Value

string

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.