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": "id dolore consequat",
"summary": "sed",
"description": "in reprehenderit aliquip velit veniam",
"app": "anim amet incididunt",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/HoT/zDS8E8/~0"
},
{
"type": "encryption",
"pointer": "/v"
},
{
"type": "encryption",
"pointer": "/bTgwHJ3A/~0/ldVpZj34xkn/wMXqO1K"
}
]
},
"groups": [
"5854d4219c6ef3ceb375da0c",
"9623ac50e07a76f23bdc6ef4",
"ca739730fbe8516025aa9595",
"96fde8331cff541d9ba670b7"
],
"x": -7231170.800345004,
"y": 71951051.38807568,
"type": "automatic",
"actor": "$var.0b.mEEV_",
"gridCoordinate": {
"x": 41612081.39263964,
"y": -99789494.10237989
},
"deprecated": false,
"scheduled": true
}