Summary
Continue a job from a specified task
Description
Continue a job from a specified task
Route
POST /operations-manager/jobs/:jobId/continue
Roles
            retryUser
          
          Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| jobId | string | yes | The identifier of the job to be continued | 
| fromTask | string | yes | The identifier of the task to continue the job from | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| result | object | Result of the continue operation |