app-workflow_engine

On this page:

cancelJob

Summary

Cancel a job

Description

Cancel an active job by job ID.

Route

POST /workflow_engine/cancelJob

Roles

admin engineering support apiwrite

Parameters

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

Return

DetailsExampleSchema
Name Type Description
canceled_job object Data from the canceled job.