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": "laborum sint nulla Duis id",
"summary": "veniam dolor Ut",
"description": "nulla exercitation",
"app": "dolor",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/E7kvcZL2LuH/~1/YH/~0/~1/HJ/7NSpNuE/~0/~0"
},
{
"type": "encryption",
"pointer": "/jWH/~1/Pwc/~1/~0/~0/XSpIC16/X410ga5/WdwX/~0/~0"
},
{
"type": "encryption",
"pointer": "/~0/~0/t7xeUuBAku2/~0/~0/~0/E/HBRgv08/K8wBTVjB-J"
}
]
},
"groups": [
"3e58cbd16ca99153ae7dd676",
"08bd38cf82e8aae8d28d6349",
"c2ef2749151042f1d5e28be3",
"46fc466e0066426fd1cca1e5"
],
"x": -57021266.62541356,
"y": -33966433.42133463,
"type": "operation",
"gridCoordinate": {
"x": 97680859.04034165,
"y": -43417956.3497215
},
"deprecated": false,
"scheduled": false
}