11-17-2016 03:23 AM
02-27-2017 11:25 AM
The retry count for both Job and Timer threads is actually hard coded in the JobEntity.java class
public static final int DEFAULT_RETRIES = 3;
You can change it here and recompile the engine.
In order to check the number of retries remaining, you can use the managementService.createJobQuery() to retrieve a list of jobs. The retry count is an exposed parameter in the returned list.
Greg
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.