does
infix fun does(forward: suspend StatefulStepScope<R, S>.(C) -> StepOutcome<R>): StatefulSagaStepConfiguration<C, R, S>
Defines the step's forward action with explicit outcome control.
Defines the step's forward action with explicit outcome control.