-
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
This is the controller panel for Smart Panels app
[CAM-1656] As Dev I can query for HistoricActivityInstances which have completed a scope or was canceled
Description |
Original:
AT: * there exists the possibility to query after historic activity instances which have completed a process instance `HistoricActivityInstance.completedProcessInstance()` * The result is an array that contains the corresponding historic activity instances |
New:
AT: * there exists the possibility to query after historic activity instances which have completed a process instance `HistoricActivityInstance.completedProcessInstance()` - The result is an array that contains the corresponding historic activity instances |
Description |
Original:
AT: * there exists the possibility to query after historic activity instances which have completed a process instance `HistoricActivityInstance.completedProcessInstance()` - The result is an array that contains the corresponding historic activity instances |
New:
AT: * there exists the possibility to query after historic activity instances which have completed a process instance `historyService.createHistoricActivityInstanceQuery().completedProcessInstance()` - The result is an array that contains the corresponding historic activity instances |
Description |
Original:
AT: * there exists the possibility to query after historic activity instances which have completed a process instance `historyService.createHistoricActivityInstanceQuery().completedProcessInstance()` - The result is an array that contains the corresponding historic activity instances |
New:
AT: * there exists the possibility to query after historic activity instances which have completed a process instance historyService.createHistoricActivityInstanceQuery().completedProcessInstance() - The result is an array that contains the corresponding historic activity instances |
Description |
Original:
AT: * there exists the possibility to query after historic activity instances which have completed a process instance historyService.createHistoricActivityInstanceQuery().completedProcessInstance() - The result is an array that contains the corresponding historic activity instances |
New:
AT: * there exists the possibility to query after historic activity instances which have completed a process instance `historyService.createHistoricActivityInstanceQuery().completedProcessInstance()` - The result is an array that contains the corresponding historic activity instances |
Description |
Original:
AT: * there exists the possibility to query after historic activity instances which have completed a process instance `historyService.createHistoricActivityInstanceQuery().completedProcessInstance()` - The result is an array that contains the corresponding historic activity instances |
New:
AT: * there exists the possibility to query after historic activity instances which have completed a process instance: `historyService.createHistoricActivityInstanceQuery().completedProcessInstance()` * The result is an array that contains the corresponding historic activity instances |
Rank | New: Ranked higher |
Summary | Original: As Dev I can query after HistoricActivityInstances which have completed a process instance | New: As Dev I can query after HistoricActivityInstances which have ended a process instance |
Description |
Original:
AT: * there exists the possibility to query after historic activity instances which have completed a process instance: `historyService.createHistoricActivityInstanceQuery().completedProcessInstance()` * The result is an array that contains the corresponding historic activity instances |
New:
AT: * there exists the possibility to query after historic activity instances which have ended a process instance: `historyService.createHistoricActivityInstanceQuery().endedProcessInstance()` * The result is an array that contains the corresponding historic activity instances |