11-10-2011 05:42 AM
11-10-2011 09:50 AM
12-09-2013 04:23 AM
12-10-2013 07:39 AM
public Object execute(CommandContext commandContext) {
JobEntity job = Context
.getCommandContext()
.getJobEntityManager()
.findJobById(jobId);
job.setRetries(0);
job.setLockOwner(null);
job.setLockExpirationTime(null);
if(exception != null) {
job.setExceptionMessage(exception.getMessage());
job.setExceptionStacktrace(getExceptionStacktrace());
}
}
12-11-2013 08:21 AM
12-11-2013 09:30 AM
12-11-2013 10:11 AM
12-12-2013 02:53 AM
02-17-2016 09:53 AM
02-17-2016 03: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.