app-workflow_engine

On this page:

pauseJob

Summary

Pause a Job

Description

Pause a job by job ID.

Route

POST /workflow_engine/pauseJob

Roles

admin apiwrite

Parameters

DetailsExampleSchema
Name Type Required Description
job_id string yes ID of the job to pause.

Return

DetailsExampleSchema
Name Type Description
paused_job object Job after the pause.