07-14-2014 11:30 AM
taskService.complete(localTaskId);
// The task should have a historicTaskInstance
HistoricTaskInstance historicTask = historyService.createHistoricTaskInstanceQuery().taskId(task.getId()).singleResult();
return typeConverter.convert(historicTask); // <— The problem is here
for(Entry<String, HistoricVariableUpdate> entry : updateMap.entrySet())
{
variables.put(entry.getKey(), entry.getValue().getValue());
}
Class<?> clazz = null;
ClassLoader classLoader = getCustomClassLoader();
ProcessEngineConfigurationImpl processEngineConfiguration = Context.getProcessEngineConfiguration();
if(processEngineConfiguration != null) {
final ClassLoader classLoader = processEngineConfiguration.getClassLoader();
if(classLoader != null) {
return classLoader;
}
}
return null;
07-21-2014 06:23 AM
07-21-2014 07:06 AM
07-25-2014 03:00 AM
07-25-2014 03:24 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.