app-workflow_engine

On this page:

getManualTaskController

Summary

Get a Manual Task's Controller

Description

Get a manual Task's controller by Task ID.

Route

GET /workflow_engine/tasks/controller/:task_id

Roles

admin engineering support apiread

Parameters

DetailsExampleSchema
Name Type Required Description
task_id string yes ID of the Task to get controller.

Return

DetailsExampleSchema
Name Type Description
task object Controller of the Task.