then

Alternative: starts any saga step (not necessarily first).

Example:

then do "charge-payment" with { context ->
paymentService.charge(context.amount)
}

Alternative: starts any saga step (not necessarily first).