app-workflow_engine

On this page:

returnCompletedTaskData

Summary

Finish a task

Description

Finish a task and set its output data

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.
task_id string yes ID of the Task within that job.
task_data object yes Data of the completed Task.

Return

DetailsExampleSchema
Name Type Description
job_details object The Current Job Object