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": "deserunt ullamco adipisicing",
"summary": "esse exercitation Ut",
"description": "officia id laboris",
"app": "ipsum",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~0/nLo9tm/~0/~1/~1/~0"
},
{
"type": "encryption",
"pointer": "/~0/~0/~0/Im/GrvE/da//~0/~0"
},
{
"type": "encryption",
"pointer": "/QJb0zSPgt9a/~0"
}
]
},
"groups": [
"1d73f6829225656c3985b2c2"
],
"x": -41503819.30927294,
"y": -77794541.04299064,
"type": "manual",
"view": "aute aliqua ut officia",
"gridCoordinate": {
"x": -63316024.409854464,
"y": -76723770.82322548
},
"deprecated": false,
"scheduled": false
}