findBySagaIdAndStatus

abstract fun findBySagaIdAndStatus(sagaId: String, status: SagaStepStatus): List<T>(source)

Returns the steps for sagaId currently in the given status.