Class ProcessInstanceService
java.lang.Object
com.flowable.platform.rest.edorasone.service.api.processes.ProcessInstanceService
public class ProcessInstanceService
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected AuthorizationService
authorizationService
protected org.flowable.engine.HistoryService
historyService
protected org.flowable.engine.RuntimeService
runtimeService
-
Constructor Summary
Constructors Constructor Description ProcessInstanceService()
-
Method Summary
Modifier and Type Method Description HistoricProcessInstanceResponse
getHistoryProcessInstance(java.lang.String processInstanceId)
ProcessInstanceResponse
getProcessInstance(java.lang.String processInstanceId)
-
Field Details
-
runtimeService
@Autowired protected org.flowable.engine.RuntimeService runtimeService -
historyService
@Autowired protected org.flowable.engine.HistoryService historyService -
authorizationService
-
-
Constructor Details
-
ProcessInstanceService
public ProcessInstanceService()
-
-
Method Details
-
getProcessInstance
-
getHistoryProcessInstance
public HistoricProcessInstanceResponse getHistoryProcessInstance(java.lang.String processInstanceId)
-