app-operations_manager

On this page:

continueJobFrom

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 id of the Job to be continued.
fromTask string yes The id of the Task to continue the Job from.

Return

DetailsExampleSchema
Name Type Description
result object The result of the continue operation.