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": "consequat Duis ex sit",
"summary": "commodo eiusmod ullamco dolor in",
"description": "consectetur eu",
"app": "voluptate ex cillum",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/uDX"
},
{
"type": "encryption",
"pointer": "/~0/~0/wQOy/~1/~0"
},
{
"type": "encryption",
"pointer": "/~1/tPXn5/~1/d4400/dg/IrA3z/B9WLd/~0/C8BZu/~1/~0"
},
{
"type": "encryption",
"pointer": "/U8y8qH4/~1"
}
]
},
"groups": [
"1e2df89a37297168c877ba9f",
"af41f4ca1eeec9534f6746bb",
"a5d834fb8c6939303d2b1a59",
"30c0262ae03f0d51d5734ec4"
],
"type": "operation",
"nodeLocation": {
"x": 96104111.94274157,
"y": 31926980.638297573
},
"deprecated": false,
"scheduled": false,
"retrySettings": null
}