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) |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
| Name |
Type |
Description |
| method_details |
object |
Detailed Task. |
Copied to Clipboard
{
"name": "mollit reprehenderit occaecat sunt in",
"summary": "ad cupidatat anim",
"description": "Excepteur ut voluptate in",
"app": "consectetur laborum amet eiusmod",
"variables": {
"error": ""
},
"groups": [
"d6332a6e47e958a086386d8c",
"9160b85922f57feb0c4e4497",
"895cc7742591f01e0a571c4d",
"e1dd98aab22205ad552b4522"
],
"x": -59427314.59679913,
"y": -62215355.16978198,
"type": "manual",
"view": "id cillum mollit aliqua magna",
"deprecated": false,
"scheduled": false
}