-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
When
- I request historic variable instances from REST API
- I define "includeDeleted" flag (new)
Then
- response contains deleted variable instances with their last value and indicator "DELETED"
- return fields must include variable name, last value, type, activity instance id
Implementation hints:
- add the "state" field to historic variable instance with possible values CREATED / DELETED
- remain historic variable instances in ACT_HI_VARINST table when the corresponding runtime variable instances are removed
- implement "includeDeleted" flag in HistoricVariableInstanceQuery - default 'false'
This is the controller panel for Smart Panels app
- is depended on by
-
CAM-7736 I can see deleted variable in history view of process instance
- Closed