-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
AT:
- there exists the possibility to query after historic activity instances which completed a scope: `historyService.createHistoricActivityInstanceQuery().completeScope()` and
- there exists the possibility to query after historic activity instances which were canceled: `historyService.createHistoricActivityInstanceQuery().canceled()`
- The result is an array that contains the corresponding historic activity instances