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": "cupidatat dolore consequat ullamco proident",
"summary": "in consectetur officia id nulla",
"description": "velit dolore ea fugiat",
"app": "commodo tempor Excepteur nulla nostrud",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~1/SXiRTP"
},
{
"type": "encryption",
"pointer": "/~1/BkD/m2OASilfqZM/~0/~1/Ii2/~0"
}
]
},
"groups": [
"548852612e84a0e046553bd3",
"070b5d5c5fafaa82ad093fc9",
"ed36bed196e2281cb21987d6"
],
"x": -5567636.235530183,
"y": 21568168.455058023,
"type": "automatic",
"actor": "Pronghorn",
"gridCoordinate": {
"x": 54949137.74514273,
"y": -13803959.801095277
},
"deprecated": true,
"scheduled": true
}