Summary
Notify a Job of a Completed Task
Description
Notify a Job that a Task is completed.
Route
POST /workflow_engine/jobs/finish_task/:job_id/:task_id
Roles
admin
engineering
support
apiread
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| job_id | string | yes | ID of the Job to notify. |
| task_id | string | yes | ID of the Task that is completed. |
| task_data | object | yes | Data of the completed Task. |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| job_details | object | The Current Job Object |