-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
At:
- using the Java Api, I can provide a list of Business Keys when querying for tasks
- at the SQL Level, this is translated into the SQL in ... statement
- also available in the REST api
- can be used in filters
===
Api Idea:
taskService.processInstanceBusinessKeyIn("process1", "process2", ...).list();
==