then
Alternative: starts any saga step (not necessarily first).
Example:
then do "charge-payment" with { context ->
paymentService.charge(context.amount)
}Content copied to clipboard
Alternative: starts any saga step (not necessarily first).
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).