-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
AT:
historyService.createHistoricVariableInstanceQuery()
.executionIdIn(String... executionIds)
.list();
historyService.createHistoricVariableInstanceQuery()
.taskIdIn(String... taskIds)
.list();
Compare org.camunda.bpm.engine.runtime.VariableInstanceQuery
- add to REST API
This is the controller panel for Smart Panels app
[CAM-1391] I can query for HistoricVariableInstances using executionId and taskId
Fix Version/s | New: 7.1.0 [ 12891 ] |
Component/s | New: engine [ 11656 ] |
Labels | New: AD |
Summary | Original: I can filter for historic execution variables by ID | New: I can filter for historic execution variables |
Link | New: This issue is related to SUPPORT-717 [ SUPPORT-717 ] |
Description |
New:
AT: historyService.createHistoricVariableInstanceQuery() .executionId(...) .list(); |
Summary | Original: I can filter for historic execution variables | New: I can query for HistoricVariableInstances using executionId |
Rank | New: Ranked higher |
Summary | Original: I can query for HistoricVariableInstances using executionId | New: I can query for HistoricVariableInstances using executionId and taskId |