cancel
Showing results for 
Search instead for 
Did you mean: 

[ACTIVITI REST] Simulate IN CLAUSE in task query (pending/complete)

hellodmjpro
Champ in-the-making
Champ in-the-making
http://localhost:8084/activiti-rest/service/runtime/tasks?size=2147483647&assignee=user1

This URL retrieves pending tasks for user1. If I want to retrieve tasks for user1 as well as for user2  … may be user3 … upto user_n, so what do I need to do?

I want same thing for priority also. And both things I want to do for historic task also.
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
The query API does not support 'or' queries (which is what you need here). A native query is the solution here + adding your own REST endpoint.