Uses of Class
com.morpheusdata.model.ProcessStepUpdate
Packages that use ProcessStepUpdate
-
Uses of ProcessStepUpdate in com.morpheusdata.core
Methods in com.morpheusdata.core with parameters of type ProcessStepUpdateModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusProcessService.updateProcessStep(Process process, ProcessStepType lastStepType, ProcessStepUpdate stepUpdate, Boolean appendOutput) Updates the last ProcessEvent of type `lastStepType` -
Uses of ProcessStepUpdate in com.morpheusdata.core.synchronous
Methods in com.morpheusdata.core.synchronous with parameters of type ProcessStepUpdateModifier and TypeMethodDescriptionMorpheusSynchronousProcessService.updateProcessStep(Process process, ProcessStepType lastStepType, ProcessStepUpdate stepUpdate, Boolean appendOutput) Updates the last ProcessEvent of type `lastStepType`