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

I can query for HistoricVariableInstances using executionId and taskId

    XMLWordPrintable

Details

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

    Description

      AT:

      historyService.createHistoricVariableInstanceQuery()
      .executionIdIn(String... executionIds)
      .list();

      historyService.createHistoricVariableInstanceQuery()
      .taskIdIn(String... taskIds)
      .list();

      Compare org.camunda.bpm.engine.runtime.VariableInstanceQuery

      • add to REST API

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce