awaitResponse

@Transactional
open fun awaitResponse(sagaId: String): S(source)

Marks the saga as SagaStatus.AWAITING_RESPONSE — the request was dispatched and the orchestrator/participant is waiting for a reply. The SagaWatchdog will fail the saga if it stays in this status past SagaProperties.awaitResponseTimeout. No-op on terminal sagas.