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": "qui labore quis laboris",
"summary": "ullamco",
"description": "aliqua",
"app": "commodo dolor fugiat exercitation cillum",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/xK/dhTB/myOy.RLZ/qX3eY/~0/~0/ayaI2IZFHi/XLYdy+FzV/kincl5/EIC/udk-l/~0"
},
{
"type": "encryption",
"pointer": "/o0wLkGaHicg/o"
},
{
"type": "encryption",
"pointer": "/P1.-680/~1/lO.3c/~1/~1/~1"
},
{
"type": "encryption",
"pointer": "/dta1N/~1/~1/~0/~1/~0/~0/frR"
},
{
"type": "encryption",
"pointer": "/~1/~1/~0/~0/u3Ojg"
}
]
},
"groups": [
"a3c8ea5cf33a672258683611",
"ae039cc5f6555a6d87b57909"
],
"x": 44165208.661182284,
"y": -98926064.67978853,
"type": "automatic",
"actor": "$var.7e6.i_3",
"gridCoordinate": {
"x": -48965463.93306487,
"y": -44837034.76056009
},
"deprecated": false,
"scheduled": false
}