Uses of Class
com.morpheusdata.model.process.InsertProcessStepRequest
Packages that use InsertProcessStepRequest
-
Uses of InsertProcessStepRequest in com.morpheusdata.core
Methods in com.morpheusdata.core with parameters of type InsertProcessStepRequestModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<InsertProcessStepResponse>MorpheusProcessService.insertProcessStep(InsertProcessStepRequest request) Insert a new process step (ProcessEvent) into an existing Process without dispatching it. -
Uses of InsertProcessStepRequest in com.morpheusdata.core.synchronous
Methods in com.morpheusdata.core.synchronous with parameters of type InsertProcessStepRequestModifier and TypeMethodDescriptionMorpheusSynchronousProcessService.insertProcessStep(InsertProcessStepRequest request) Insert a new process step (ProcessEvent) into an existing Process without dispatching it.