cancel
Showing results for 
Search instead for 
Did you mean: 

Reg: Filters

c_arunrathnakum
Champ in-the-making
Champ in-the-making
Hello there,
   To filter the tasks that a particular key, i use the following statement:

DefaultProcessEngine.getProcessEngine().getTaskService().createTaskQuery().
            taskCandidateGroup(group).processVariableValueEquals(key, value).list();


Is there any way such that i can filter the tasks by using only the value, something like:

DefaultProcessEngine.getProcessEngine().getTaskService().createTaskQuery().
            taskCandidateGroup(group).processVariableValueEquals(value).list();



Thanks in Advance,
Arun…
1 REPLY 1

frederikherema1
Star Contributor
Star Contributor
See https://jira.codehaus.org/browse/ACT-1456, will be in for  5.11