We couldn't load all Actvitity tabs. Refresh the page to try again.
If the problem persists, contact your Jira admin.
Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-8017

Improve performance of historic variable instance query

      TODO:

      • investigate to improve the performance of the historic variable instance query
        historyService.createHistoricVariableInstanceQuery().processInstanceIdIn(processInstanceIds).variableName(variableName).list();
      • with activated authorization
      • apply "new" authorization check like it is already done in historic process instance query

      Hint:

      • the query
        SELECT DISTINCT DKEYS.PROC_DEF_KEY_ FROM ACT_HI_VARINST DKEYS;

        seems to be slow (see the support issue for details)

      • the "old" authorization check is still used in the historic variable query

        This is the controller panel for Smart Panels app

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

            Improve performance of historic variable instance query

                TODO:

                • investigate to improve the performance of the historic variable instance query
                  historyService.createHistoricVariableInstanceQuery().processInstanceIdIn(processInstanceIds).variableName(variableName).list();
                • with activated authorization
                • apply "new" authorization check like it is already done in historic process instance query

                Hint:

                • the query
                  SELECT DISTINCT DKEYS.PROC_DEF_KEY_ FROM ACT_HI_VARINST DKEYS;

                  seems to be slow (see the support issue for details)

                • the "old" authorization check is still used in the historic variable query

                  This is the controller panel for Smart Panels app

                        roman.smirnov Roman Smirnov
                        philipp.ossler Philipp Ossler
                        Votes:
                        0 Vote for this issue
                        Watchers:
                        4 Start watching this issue

                          Created:
                          Updated:
                          Resolved:

                              roman.smirnov Roman Smirnov
                              philipp.ossler Philipp Ossler
                              Votes:
                              0 Vote for this issue
                              Watchers:
                              4 Start watching this issue

                                Created:
                                Updated:
                                Resolved: