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": "ipsum eu ex velit",
"summary": "ipsum nulla in",
"description": "do mollit labore cupidatat et",
"app": "dolore ut ea sit elit",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~1/~1/~0/~0"
},
{
"type": "encryption",
"pointer": "/~0/~1/~0"
},
{
"type": "encryption",
"pointer": "/~1/GBwpWn1/~1/raufx6/UgM3PZXg3/APT/e/~1"
}
]
},
"groups": [
"d62dbbb62883306f1db8cd05",
"caa7b442e021874e41f05907",
"b44737ca403da2b146a77bb2",
"309d0b298766ba4e30555021",
"806c9cfd2baf04c03cff5c0d"
],
"x": 69376982.79589105,
"y": 39084056.628802,
"type": "manual",
"view": "laborum Lorem eu aliquip",
"gridCoordinate": {
"x": 25644717.77311264,
"y": -75719545.23793018
},
"deprecated": true,
"scheduled": false
}