03-24-2020 01:08 PM
we have upgrated activiti to 7.0.0.GA but the 'historyService.createHistoricProcessInstanceQuery()' is not fetching history process. We are getting it correctly in activiti 6. Would you please suggest, is there any changes to get history process in activiti 7.0.0.GA? Thank you.
this.historyService.createHistoricProcessInstanceQuery().finished()
.orderByProcessInstanceStartTime().asc().includeProcessVariables()
.list().parallelStream()
.collect(Collectors.toList());
Explore our Alfresco products with the links below. Use labels to filter content by product module.