I have a taskquery to get a process variable which has many values, so I would want to query it with an IN clause. I would like to know is there an easy and best way of getting this done using activiti API. This said, I need to have pagination support, filter etc has to be supported as well.
We provide support to implement your own custom query using the native query capability. We don't support IN to query for variable values using the standard query api.