Method RecoverCompensationAsync
RecoverCompensationAsync(Guid, CompensationRecovery, CancellationToken)
Applies an operator''s recovery decision to a suspended unwind (§11.30).
Task RecoverCompensationAsync(Guid instanceId, CompensationRecovery action, CancellationToken ct)
Parameters
instanceIdGuidactionCompensationRecoveryctCancellationToken
Returns
Remarks
Enqueued by IWorkflowClient.RecoverCompensationAsync rather than called directly, so
the resulting checkpoint commits with this job''s own transition — the dispatcher writes
nothing itself. Does nothing if the instance is no longer suspended mid-unwind, which makes
a duplicate delivery harmless.