03-12-2012 06:31 AM
03-12-2012 10:45 AM
03-13-2012 04:51 AM
catch (ActivitiException e) {
noErrors = false;
if (e.getCause() instanceof ScriptException
&& e.getCause().getCause() instanceof ScriptException
&& e.getCause().getCause().getCause() instanceof BpmnError) {
ErrorPropagation.propagateError((BpmnError) e.getCause().getCause().getCause(), execution);
} else {
throw e;
}
03-13-2012 08:19 AM
07-03-2012 11:28 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.