Step Skipped
data class StepSkipped(val step: TypedValue, val skipReason: TypedValue, val timestamp: Long = System.currentTimeMillis()) : SagaEvent
Emitted when a saga step is skipped.
This occurs when a step returns skip with reason, indicating that remaining steps should be skipped without triggering compensation. The saga will complete with the last successful result.