07-18-2014 01:03 PM
//Checking if report returns NULL
if(valueString.contains("Nothing")) {
System.out.println("Null coming through: " + valueString);
execution.setVariable("valueVar", 0);
throw new Exception("BPMNNullError");
}
else {
execution.setVariable("valueVar", valueString);
}
07-21-2014 04:51 AM
07-21-2014 05:51 AM
07-22-2014 05:33 AM
07-22-2014 11:31 AM
07-22-2014 02:19 PM
07-23-2014 03:07 PM
07-24-2014 09:04 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.