evaluate On Exits
Parameters
value
Evaluate on exit conditions under which the job should be retried or failed. If this parameter is specified, then the attempts
parameter must also be specified. You may specify up to 5 configuration blocks.
Parameters
values
Evaluate on exit conditions under which the job should be retried or failed. If this parameter is specified, then the attempts
parameter must also be specified. You may specify up to 5 configuration blocks.
suspend fun evaluateOnExits(argument: List<suspend JobDefinitionRetryStrategyEvaluateOnExitArgsBuilder.() -> Unit>)
suspend fun evaluateOnExits(vararg argument: suspend JobDefinitionRetryStrategyEvaluateOnExitArgsBuilder.() -> Unit)
suspend fun evaluateOnExits(argument: suspend JobDefinitionRetryStrategyEvaluateOnExitArgsBuilder.() -> Unit)
Parameters
argument
Evaluate on exit conditions under which the job should be retried or failed. If this parameter is specified, then the attempts
parameter must also be specified. You may specify up to 5 configuration blocks.