findByTypeAndStatus

abstract fun findByTypeAndStatus(type: String, status: SagaStatus): List<S>(source)

Returns sagas matching both type and status.