Table of Contents

Method CompensateAsync

Namespace
Millrace.Workflows
Assembly
Millrace.dll

CompensateAsync(Guid, string, string, CancellationToken)

Runs one step's compensating activity and schedules the next one backwards, or finishes the unwind.

Task CompensateAsync(Guid instanceId, string sagaId, string stepNodeId, CancellationToken ct)

Parameters

instanceId Guid
sagaId string
stepNodeId string
ct CancellationToken

Returns

Task