Request historic task variables is empty
Hi, i tried to request variables of completed user tasks, but allways get an empty list, when executing:List<HistoricVariableInstance> variables = historyService.createHistoricVariableInstanceQuery().taskId(historicTask.getId()).list();Using the t...