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": "eu",
"summary": "enim sunt dolor anim in",
"description": "est sunt",
"app": "esse minim",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~0/ccdbr7/~1/gBLYAa2/shCG"
},
{
"type": "encryption",
"pointer": "/~0/~0/~1/~1/~1/~1/k8q5THT/QT.XC/~0"
},
{
"type": "encryption",
"pointer": "/Pb7YygF/~1/LvDY+/~1/~1/~1/o"
},
{
"type": "encryption",
"pointer": "/hMrEr/~0/P.i/oaw1cX0b5/~1/NeCerhOpN/a,FwM-5g+si/~1/~0/sJhndX7.C/~0"
}
]
},
"groups": [
"5a29c90db3901b3f8419e0bf",
"555a0c43e7a44ace6e53c9f2",
"239d58c1e98a386a7fed83f9",
"b5ab9754eb88dcdc114cfd94",
"b1fc9d1610d18fa30c3b64f9"
],
"x": 41052513.23554492,
"y": 14490091.355302453,
"type": "automatic",
"actor": "Pronghorn",
"gridCoordinate": {
"x": -892585.1147946864,
"y": -96272533.3039605
},
"deprecated": false,
"scheduled": false
}