Uses of Class
org.flowable.rest.service.api.runtime.process.ExecutionChangeActivityStateRequest
-
Packages that use ExecutionChangeActivityStateRequest Package Description org.flowable.rest.service.api org.flowable.rest.service.api.runtime.process -
-
Uses of ExecutionChangeActivityStateRequest in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api with parameters of type ExecutionChangeActivityStateRequest Modifier and Type Method Description voidBpmnRestApiInterceptor. changeActivityState(ExecutionChangeActivityStateRequest changeActivityStateRequest) -
Uses of ExecutionChangeActivityStateRequest in org.flowable.rest.service.api.runtime.process
Methods in org.flowable.rest.service.api.runtime.process with parameters of type ExecutionChangeActivityStateRequest Modifier and Type Method Description voidExecutionResource. changeActivityState(String executionId, ExecutionChangeActivityStateRequest activityStateRequest, javax.servlet.http.HttpServletRequest request)voidProcessInstanceResource. changeActivityState(String processInstanceId, ExecutionChangeActivityStateRequest activityStateRequest, javax.servlet.http.HttpServletRequest request)
-