-
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
Definition:
Activity which parent is a process definition (scope) and consumes token and does not emitting a new token => the corresponding activity instance will be marked as "processEnd"