02-20-2018 12:22 PM
How to get List of all running processes (not taks) in activiti. I am able to find code for getting list of all tasks.
I dont see any method in runtimeService for listing all the running or completed tasks.
02-20-2018 12:57 PM
ProcessInstanceQuery result=runtimeService.createProcessInstanceQuery().active().list();
Explore our Alfresco products with the links below. Use labels to filter content by product module.