-
Type:
Feature Request
-
Resolution: Won't Fix
-
Priority:
L3 - Default
-
None
-
Affects Version/s: None
-
Component/s: engine
-
None
AT:
- there exists the possiblity to query by an activity id or an activity instance id after historic process instances which have been ended by activities with the passed activity id or activity instance id:
- `historicService.createHistoricProcessInstanceQuery().endActivityIdIn("ServiceTask_1")`
- `historicService.createHistoricProcessInstanceQuery().endActivityInstanceIdIn("anActivityInstanceId")`
- The result is an array that contains the corresponding historic process instances
- depends on
-
CAM-1656 As Dev I can query for HistoricActivityInstances which have completed a scope or was canceled
-
- Closed
-