workflows
Client.Jobs.Retry
Retry a job. All failed tasks will become queued again, and queued tasks will be picked up by task runners again.
Parameters
The id of the job to retry
Returns
The number of tasks that were rescheduled.
Errors
The specified job does not exist.