Wrapper for the "then" keyword to define subsequent steps.
Defines the next saga step with enum-based name. The enum instance is preserved and can be retrieved via stepAs<E>() on events.
stepAs<E>()
Defines the next saga step with "then call 'name' with { ... }" syntax.
Defines the next saga step with "then do 'name' with { ... }" syntax.