app-workflow_engine

On this page:

fixJob

Summary

Revert an errored Job

Description

Revert an errored Job to a target Task by Job ID and Task names.

Route

POST /workflow_engine/fixJob

Roles

admin apiwrite

Parameters

DetailsExampleSchema
Name Type Required Description
job_id string yes ID of the Job to fix.
errored_task string yes Name of the errored Task.
revert_task string yes Name of the target Task.

Return

DetailsExampleSchema
Name Type Description
reverted_job object Job after the revert.