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.