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": "ullamco dolor",
"summary": "et aliquip sed",
"description": "elit sit est",
"app": "incididunt eu aliquip",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~1/ijs1x/eSGDB"
},
{
"type": "encryption",
"pointer": "/~0/p8Y/K8+G/~1/JdLkv-/~0"
},
{
"type": "encryption",
"pointer": "/~0/~1/HW6oaOo+V6/~1/yUz7MP7HC//hefr0f+moC/ho1sgK6/Id"
},
{
"type": "encryption",
"pointer": "/hT/uyEKZ+jh/YY8ScAR/RbMbaG+CN,M/~1"
}
]
},
"groups": [
"0563dc194bbc7563a1ebd148",
"045ede954beb5790ba3d650e",
"cd8fd10064c1332607e7bc39",
"9a249b0b079d4cfef5ee107b",
"2b6d356cfb10a72794ec7b4e"
],
"x": -76802714.80683629,
"y": 58886280.86006403,
"type": "operation",
"gridCoordinate": {
"x": -12280373.846901283,
"y": -47114946.45650887
},
"deprecated": true,
"scheduled": false
}