cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti Query Semantics

jdev_hari
Champ in-the-making
Champ in-the-making
In our application we need to check for historic tasks for a given set of task descriptions. While looking at the Activiti API's I see that only equals, not equals and like operations are supported. Is there a way to do "IN" search i.e. for a given set of possible values?
1 REPLY 1

frederikherema1
Star Contributor
Star Contributor
Currently, there is no way of doing such a query. You'll have to do separate queries and union/intersect the results in-memory, I'm afraid… If that's not possible or desirable, you can always use a native query.