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": "non",
"summary": "ad",
"description": "magna consectetur ipsum",
"app": "voluptate pariatur enim occaecat sit",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/XSwPzv"
},
{
"type": "encryption",
"pointer": "/~0/ESwL,"
},
{
"type": "encryption",
"pointer": "/KYdcVYaUCzD/OQ1/ZoFG/~1/~1/~0/~1/O1/grJT6a/~1"
}
]
},
"groups": [
"44610cf6e6359e8af79f96fe",
"6a5a6c3d4cd2dc14ddee74cd",
"459f0cfde8ee72a24a0607c0"
],
"x": -32997310.853629403,
"y": -62187531.13964595,
"type": "automatic",
"actor": "$var.be.Biw1jMT",
"gridCoordinate": {
"x": -46354005.46159647,
"y": -23505247.410806492
},
"deprecated": true,
"scheduled": false
}