Summary
Finish a manual task
Description
Finish a manual task.
Route
POST /operations-manager/jobs/:jobId/tasks/:taskId/finish
Roles
            admin
apiwrite
engineering
operations
          
          Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| jobId | string | yes | The identifier of the job containing the task to be finished | 
| taskId | string | yes | The identifier of the task to be finished | 
| taskData | string | yes | The finish data of the manual task. Must specify 'variables' and 'finish_state' | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| result | object | Result of the finish operation |