cancel
Showing results for 
Search instead for 
Did you mean: 

single rest call to fetch task list assigned to multiple users

penusila611621
Champ in-the-making
Champ in-the-making
HI Folks,

The following rest call is returning the tasks assigned to user User1.
http://localhost:8080/activiti-rest/service/runtime/tasks?assignee=User1

I have not got rest api to fetch task list assigned to multiple users & groups. Basically I am looking for rest call as something below.

http://localhost:8080/activiti-rest/service/runtime/tasks?assignee=user1&assignee=User2

http://localhost:8080/activiti-rest/service/runtime/tasks?candidateGroup=group1&candidateGroup=group...

The above rest api's are not working to fetch tasks assigned to user1 & user2, can be claimed by group1 & group2.

I think I am trying in wrong way.
Is there any way around ?
1 REPLY 1

trademak
Star Contributor
Star Contributor
No, there's no support for that right now.
Even in the Java API it's only supported for candidate groups right now.
Could you raise a JIRA?

Thanks,