findBySagaIdAndStepName

abstract override fun findBySagaIdAndStepName(sagaId: String, stepName: String): List<T>(source)

Returns the steps for sagaId whose SagaStep.stepName equals stepName (typically zero or one).