Uses of Class
com.morpheusdata.model.process.RunProcessStepResponse
Packages that use RunProcessStepResponse
-
Uses of RunProcessStepResponse in com.morpheusdata.core
Methods in com.morpheusdata.core that return types with arguments of type RunProcessStepResponseModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<RunProcessStepResponse>MorpheusProcessService.runProcessStep(RunProcessStepRequest request) Dispatch a previously inserted process step for execution via the background job system. -
Uses of RunProcessStepResponse in com.morpheusdata.core.synchronous
Methods in com.morpheusdata.core.synchronous that return RunProcessStepResponseModifier and TypeMethodDescriptionMorpheusSynchronousProcessService.runProcessStep(RunProcessStepRequest request) Dispatch a previously inserted process step for execution via the background job system.