app-workflow_engine

On this page:

revertToTask

Summary

Revert To a Task

Description

Revert a job from current Task to the target task by job ID and task names.

Route

POST /workflow_engine/revertToTask

Roles

admin apiwrite

Parameters

DetailsExampleSchema
Name Type Required Description
job_id string yes ID of the job to revert.
current_task string yes Name of the current Task.
target_task string yes Name of the Target Task.

Return

DetailsExampleSchema
Name Type Description
reverted_job object Job after the revert.