completeSaga

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

Explicitly marks the saga as SagaStatus.COMPLETED. No-op (and returns the existing aggregate) if the saga is already in a terminal status.

Throws

if no saga with sagaId exists.