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": "veniam cupidatat velit dolore",
"summary": "ullamco aute",
"description": "ea",
"app": "pariatur do sunt",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/jq/~0/~0/WOuNuJR/hLA-CNYcGGF/pD6FZ/~0/~0/~0/~1/C/vEyp+l"
},
{
"type": "encryption",
"pointer": "/~1/eSWgVvDEhZN/~1/sXiZAFVN/A8RfR1/~1"
},
{
"type": "encryption",
"pointer": "/~1/q1/MuyFZngr/eyV+/WYy/~1/w1ZdM/vo/JlNK"
},
{
"type": "encryption",
"pointer": "/~1/~0/t-rZsbchc/G2TV/EY5p05cz1/~1"
},
{
"type": "encryption",
"pointer": "/zELa8m-V/~1/~1/~0/Bi/JqSbzWnR"
}
]
},
"groups": [
"77f93d88cec09ae2087caf15",
"e7b5ffd53c974fe911aa2e25"
],
"x": 92950735.89299178,
"y": 20653295.141854987,
"type": "operation",
"gridCoordinate": {
"x": -77547146.17410773,
"y": 27549546.840435773
},
"deprecated": false,
"scheduled": false
}