01-07-2013 12:07 PM
01-08-2013 08:33 AM
01-08-2013 02:03 PM
Map<String, Object> vars = someRegularValues();
Map<String, String> additionalInfo = getThisFromSomewhere();
vars.put(SOME_CONSTANT, additionalInfo);
runtimeService.setVariablesLocal(processInstanceId, vars);
… // Some time later
// This is the line that causes the crash:
Map<String, Object> vars = runtimeService.getVariablesLocal(processInstanceId);
// So this line does not get executed when too much processes are loaded at a time:
Map<String, String> additionalInfo = (Map<String, String>)vars.get(SOME_CONSTANT);
01-09-2013 04:57 AM
01-09-2013 07:52 AM
02-06-2013 01:55 PM
02-07-2013 06:12 AM
02-07-2013 07:45 AM
03-26-2013 01:28 PM
03-27-2013 08:26 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.