06-21-2012 03:50 PM
06-22-2012 02:47 AM
List<Job> jobs = managementService.createJobQuery().withException().list();
for(Job job : jobs)
{
try {
managementService.executeJob(job.getId());
}
catch(ActivitiException ae) {
// TODO: Handle 
}
}
managementService.setJobRetries(jobId, 2);
05-07-2015 03:16 AM
05-07-2015 09:27 AM
05-07-2015 04:58 PM
06-02-2015 12:37 PM
06-02-2015 03:52 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.