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": "in ex est mollit do",
"summary": "labore minim laboris",
"description": "magna ut",
"app": "officia veniam",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/EHH/~1/Fo8z32/QQuz/Jaxlx/~1/t9KpnQaZ/ZCxqT/~1"
},
{
"type": "encryption",
"pointer": "/F,RCQzEpA/yJCqv,/kafu/~1"
},
{
"type": "encryption",
"pointer": "/V0zsc/~1"
},
{
"type": "encryption",
"pointer": "/~0"
}
]
},
"groups": [
"127f7d99673a2ece956860a0",
"358c31b6c164dc16614a12b0",
"2571023d311f1ab2a90094ac",
"1ca7dad35c0174af9da106a2",
"7264feba8852594407c31716"
],
"x": 58110893.0647915,
"y": -88574197.75253774,
"type": "automatic",
"actor": "$var.3.7Y1",
"gridCoordinate": {
"x": 29785453.076547116,
"y": 38287110.85679734
},
"deprecated": true,
"scheduled": false
}