Uses of Class
org.flowable.rest.service.api.runtime.process.ProcessInstanceUpdateRequest
Packages that use ProcessInstanceUpdateRequest
-
Uses of ProcessInstanceUpdateRequest in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api with parameters of type ProcessInstanceUpdateRequestModifier and TypeMethodDescriptionvoid
BpmnRestApiInterceptor.updateProcessInstance
(ProcessInstance processInstance, ProcessInstanceUpdateRequest updateRequest) -
Uses of ProcessInstanceUpdateRequest in org.flowable.rest.service.api.runtime.process
Methods in org.flowable.rest.service.api.runtime.process with parameters of type ProcessInstanceUpdateRequestModifier and TypeMethodDescriptionProcessInstanceResource.updateProcessInstance
(String processInstanceId, ProcessInstanceUpdateRequest updateRequest, jakarta.servlet.http.HttpServletResponse response)