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

Custom history level does not receive variable updates

    XMLWordPrintable

Details

    Description

      Problem:
      DbHistoryEventHandler#insertHistoricVariableUpdateEntity makes an explicit history level check for FULL before inserting a historic variable update.
      When using a custom history level, variable updates always miss.

      Should be:
      Should rely on Context.getProcessEngineConfiguration().getHistoryLevel().isHistoryEventProduced() instead.

      Possible solution:
      Perhaps the check can be removed entirely at this point if the calling methods already make the check for the history level.

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              meyer Daniel Meyer
              thorben.lindhauer Thorben Lindhauer
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce