03-28-2011 12:13 AM
public class ServiceTask1 implements JavaDelegate {
@Override
public void execute(DelegateExecution execution) throws Exception {
try {
// throw exceptions
} catch (Exception e) {
[b]// here catch exceptions, and the whole process is terminated as expectation.[/b]
}
}
}
03-28-2011 05:43 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.