evaluate On Exit
Parameters
value
Array of up to 5 objects that specify the conditions where jobs are retried or failed. If this parameter is specified, then the attempts
parameter must also be specified. If none of the listed conditions match, then the job is retried.
Parameters
values
Array of up to 5 objects that specify the conditions where jobs are retried or failed. If this parameter is specified, then the attempts
parameter must also be specified. If none of the listed conditions match, then the job is retried.
suspend fun evaluateOnExit(argument: List<suspend JobDefinitionEvaluateOnExitArgsBuilder.() -> Unit>)
suspend fun evaluateOnExit(vararg argument: suspend JobDefinitionEvaluateOnExitArgsBuilder.() -> Unit)
Parameters
argument
Array of up to 5 objects that specify the conditions where jobs are retried or failed. If this parameter is specified, then the attempts
parameter must also be specified. If none of the listed conditions match, then the job is retried.