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
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
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.
Discussions, help and advice about the Alfresco Development Framework.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.