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": "culpa fugiat pariatur",
"summary": "consequat ad",
"description": "cillum in Excepteur qui",
"app": "do incididunt Lorem fugiat tempor",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~0/~0/~0"
},
{
"type": "encryption",
"pointer": "/CpC.h26jm/b/l5,FO/~1/wEQKaq9vP/~1/H/Vq-r,"
},
{
"type": "encryption",
"pointer": "/~0/~1/~1/~0"
}
]
},
"groups": [
"186752043ad41192d9f25279"
],
"type": "automatic",
"actor": "est",
"nodeLocation": {
"x": 93989718.25105491,
"y": 10646548.73223856
},
"deprecated": true,
"scheduled": false,
"retrySettings": null
}