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": "aute Ut ad in",
"summary": "labore cupidatat non",
"description": "magna est",
"app": "quis mollit non",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~1/~0/QvBW3L9Qr/~1/o"
},
{
"type": "encryption",
"pointer": "/YW6rH/iW/A3yvpPbJ/GECL//l/6keU9oQ/aOx/ZpExyM/~0"
},
{
"type": "encryption",
"pointer": "/WLT/HA8r8y/~0/~1/~0"
},
{
"type": "encryption",
"pointer": "/O84B/~1/hPA3,/~1"
}
]
},
"groups": [
"8f292596d1a00caa6ac351e7",
"9a376b413ba40edb4e2a8a88"
],
"type": "automatic",
"actor": "$var.7e.gtI",
"deprecated": true,
"scheduled": false
}