07-24-2015 02:30 AM
public class Example implements JavaDelegate {
public void execute(DelegateExecution delegateExecution) throws Exception {
try {
/**
*
* My logic
*
*/
} catch(Exception e) {
throw new BpmnError("Error code", e.getMessage());
}
}
}
07-28-2015 03:08 AM
07-28-2015 09:06 AM
07-29-2015 03:44 AM
07-29-2015 01:38 PM
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.