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": "nulla",
"summary": "amet nulla est",
"description": "in tempor deserunt nostrud proident",
"app": "commodo officia ipsum Ut",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/EIBX1r/~1/Cbn/~1/~1"
},
{
"type": "encryption",
"pointer": "/hsnlgfB/z,EnUocLjDc/~1/CHybPlTK/~0"
}
]
},
"groups": [
"4edd3a55968e4dc6185c325f",
"a4303f1a9ebf5c34c9a2a265",
"3e90e038cceb6d68198e1e78"
],
"x": 25348463.60134977,
"y": -78612852.28744638,
"type": "manual",
"view": "velit laborum in",
"gridCoordinate": {
"x": -30404157.844445705,
"y": 82932295.50264257
},
"deprecated": false,
"scheduled": true
}