cancel
Showing results for 
Search instead for 
Did you mean: 

how to query the task that may has CandidateGroup?

hamed
Champ in-the-making
Champ in-the-making
Hi
I want to have some query like that: taskService.createTaskQuery().taskCandidateGroup("Group1").taskCandidateGroup("Group2")
in the result of above code , i'll get queryTask that just filter on last CandidateGroup , is there anyway? or I should do it myself
Thanks
1 REPLY 1

trademak
Star Contributor
Star Contributor
Hi,

Right, you can provide only one group id in the query.
So you'll have to do it yourself.

Best regards,