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