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

Custom history level does not receive variable updates

XMLWordPrintable

      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.

        This is the controller panel for Smart Panels app

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

                Created:
                Updated:
                Resolved: