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": "aute minim ad sit Duis",
"summary": "in nulla reprehenderit laboris",
"description": "fugiat nostrud dolor ut",
"app": "Excepteur in dolor est amet",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~1/~0/gYp7Altc//~0/~0/WmuFYb3tzF/~0/xHbzDsJ"
},
{
"type": "encryption",
"pointer": "/WgP.,kv/~1/rnYZWgNnw/Og3ADt/EI-dwGjZPTP/~0"
},
{
"type": "encryption",
"pointer": "/~0/~0/~1/~1/~0/~1/~1/J3rX/AkCJX"
}
]
},
"groups": [
"8fc446df21236ab8153deb88",
"38843671d463ca21c27e816e",
"63a7cac4479d495df676c7fd",
"8a4246fd2839bb096a72ff31",
"933793ea7da37799f1fdec8a"
],
"x": -78420209.72636208,
"y": -23488405.182398602,
"type": "operation",
"gridCoordinate": {
"x": 21966256.453805804,
"y": 67055995.866562545
},
"deprecated": true,
"scheduled": false
}