Job Executions Retry Config Properties
data class JobExecutionsRetryConfigProperties(val retryCriteriaList: List<JobTemplateRetryCriteria>? = null)
Allows you to create the criteria to retry a job.
Allows you to create the criteria to retry a job.