Summary
Retry a task
Description
Retry a task
Route
POST /operations-manager/jobs/:jobId/tasks/:taskId/retry
Roles
            retryUser
          
          Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| jobId | string | yes | The identifier of the job containing the task | 
| taskId | string | yes | The identifier of the task to be retried | 
| variables | object | yes | New variables to retry the task with | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| result | object | Result of the retry operation |