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. |