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": "cillum sed incididunt ullamco",
"summary": "aute",
"description": "minim commodo",
"app": "in culpa",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/PZ,swHgchNB/KAz6/~0/m2p/~1/~1/J8sNqgtwkM//~1/c/OnqXK/w"
},
{
"type": "encryption",
"pointer": "/hVQ7-niF/~0/~0/~0"
},
{
"type": "encryption",
"pointer": "/t,ei/v2-RxN/GRDVY0I4+U5/yNb5mqrndJr/SZojH8/~0/~0/~0"
},
{
"type": "encryption",
"pointer": "/h/B-At7ko/~0/~1/YA/NZ4V7XLWP/e/ew"
},
{
"type": "encryption",
"pointer": "/YpJo,J/HG2f2qj/~0/~0/qM94KtCJ/~0/~0"
}
]
},
"groups": [
"732a0f97170e897e71584c34"
],
"x": -59386654.37731881,
"y": 19949431.490849406,
"type": "operation",
"gridCoordinate": {
"x": -5059768.539911643,
"y": 66154796.485533744
},
"deprecated": true,
"scheduled": false
}