Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-1391

I can query for HistoricVariableInstances using executionId and taskId

    • Icon: Feature Request Feature Request
    • Resolution: Fixed
    • Icon: L3 - Default L3 - Default
    • 7.1.0, 7.1.0-alpha2
    • None
    • engine

      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

            No work has yet been logged on this issue.

              smirnov Roman Smirnov
              gimbel Robert Gimbel
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: