cancel
Showing results for 
Search instead for 
Did you mean: 

How to list all Processes irrespective of logged user or who has started?

anitapatil_bld
Confirmed Champ
Confirmed Champ

Hi All,

I have a case where in I have to display all process list to the logged in user.

For example an app published to 2 users named user1 and user2. user1 logs in and he will start the process. By default i can display the process to him in process list. When user2 logs  the same process which user1 started also should display in his dashboard in my process list component. Is there any solution for this case?

Thanks & Regards

Anita Patil

13 REPLIES 13

eugenio_romano
Elite Collaborator
Elite Collaborator

Hi is this question related to ADF?

Hi Eugenio Romano‌ Yes it is ADF related question. 

You need to assign the task to the user 2

Hello Eugenio Romano‌, I have published app to group, In that group user1 and user2 both are there.

My case is Once user1 starts the app it should be visible to user2 in process list vise-versa. 

I guess you need to assign the user task to the group 

Hi Eugenio Romano‌ It is not working with your solution.

Actually there is an api in admin.war it is listing all process instances of all users how can i replace this api?

API is --- http://localhost:8080/activiti-admin/app/rest/activiti/process-instances 

Not sure I got where you want replace the call

bassam_al-saror
Star Collaborator
Star Collaborator

You'll need to use an admin to list all processes. The admin app uses the Engine Rest API. See Activiti User Guide & Activiti User Guide 

Also

POST api/enterprise/historic-process-instances/query

can be used using an admin user.