-
Feature Request
-
Resolution: Cannot Reproduce
-
L3 - Default
-
None
-
None
For using CMMN and building UI's one major use case is to present enabled or active tasks (and maybe even available) in different ways.
This is currently not possible with Query API. It would be really convenient to have the status as query condition:
caseService.createCaseExecutionQuery().currentStatus(CaseExecutionState.ENABLED).list()