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": "adipisicing ad sed pariatur occaecat",
"summary": "do veniam adipisicing nostrud",
"description": "consectetur labore nulla eiusmod tempor",
"app": "cupidatat esse exercitation",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/mNDujAxw2I/~1/SYbi+H.7AQ/UG/~0/uOn,2snX.kN/~1/~1/~1"
}
]
},
"groups": [
"81c4a5b6461c8a50ea3543d1",
"bd4dfdbfa0c98c865da615c1",
"2e9fddad1b7da8e31aab2b00",
"f33e13e590c9a8e8f8f2f9b4"
],
"type": "manual",
"view": "enim tempor Ut",
"nodeLocation": {
"x": 69726709.28764066,
"y": -96553594.94258909
},
"deprecated": true,
"scheduled": false
}