Compensation Started
data class CompensationStarted(val step: TypedValue, val timestamp: Long = System.currentTimeMillis()) : SagaEvent
Emitted when compensation starts for a completed step.
This occurs when a later step fails and previously completed steps need to be compensated in reverse order.