List of All the Running Process (not tasks)

cancel
Showing results for 
Search instead for 
Did you mean: 
diplav
Active Member

List of All the Running Process (not tasks)

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.

1 Reply
diplav
Active Member

Re: List of All the Running Process (not tasks)

ProcessInstanceQuery result=runtimeService.createProcessInstanceQuery().active().list();