with
Second half of the saga resume "id" with ctx DSL chain.
Calls the typed saga.resume(RunId(id), ctx) extension and returns its outcome.
This function is suspend infix — it must be called from a coroutine scope. The infix modifier is fully compatible with suspend in Kotlin.
Usage
val outcome = saga resume "order-42" with contextContent copied to clipboard
Return
ResumeOutcome discriminated by journal state.
Parameters
ctx
The saga context forwarded to the resume call.