app-workflow_engine

On this page:

finishManualTask

Summary

Completes a manual task

Description

Finishes a manual task with finish state success

Route

POST /workflow_engine/finishTask

Roles

admin engineering support

Parameters

DetailsExampleSchema
Name Type Required Description
task_id string yes ID of the Task within that job.
job_id string yes ID of the Job.
task_data object yes Data of the completed Task.

Return

DetailsExampleSchema
Name Type Description
job_details object The Current Job Object