Skip to main content

ResumePipelineRun lifts the pause and continues from the current stage, re-evaluating branches against the current variables bag.

POST 

/api/v1/crm/pipeline-runs/:id/resume

Errors:

  • NOT_FOUND: run does not exist (ErrPipelineRunNotFound).
  • FAILED_PRECONDITION: run is not in paused status (ErrPipelineRunNotPaused).

Request

Responses

A successful response.