Summary
Get Task Details
Description
Get a Task's details.
Route
GET /workflow_builder/getTaskDetails/:app/:task
Roles
admin
engineering
support
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| app | string | yes | Application's name (export field in model) |
| task | string | yes | Task's id (hex) |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| method_details | object | Detailed Task. |