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.

            Assignee:
            Daniel Meyer
            Reporter:
            Thorben Lindhauer
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: