Summary
Get a Manual Task's Controller
Description
Get a manual Task's controller by Task ID.
Route
GET /workflow_engine/tasks/controller/job/:jobId/task/:taskId
Roles
admin
engineering
support
apiread
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
jobId | string | yes | ID of the job to get controller. |
taskId | string | yes | ID of the Task to get controller. |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
task | object | Controller of the Task. |