Hello,
we would like to filter a list of tasks based on multiple taskDefinitionKeys but as far as I can see this is currently not supported as you can only filter by one key: https://www.flowable.org/docs/task-javadocs/org/flowable/task/api/TaskInfoQuery.html#taskDefinitionKey-java.lang.String-
Is there a reason why a taskDefinitionKeyIn is not yet supported?
Nick
Hey Nick,
No particular reason. However, this particular case was recently added. Have a look here . In the next release there will be taskDefinitionKeys(Collection<String>)
method in the query.
Cheers,
Filip
Thank you for your reply Filip!
When will the next release be finished?
joram
October 15, 2019, 7:46am
4
The current plan is beginning of november (if nothing comes in between, as usual )