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": "Excepteur cupidatat eiusmod ipsum culpa",
"summary": "enim",
"description": "voluptate enim consequat",
"app": "non amet voluptate commodo exercitation",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~1/M/q.C1nn6/ZxPu"
},
{
"type": "encryption",
"pointer": "/~0/~1/W7ov2ry/O-Nk/BxYQ/7l6Z7/FSXA/SOtSw7K"
},
{
"type": "encryption",
"pointer": "/ma/tD0u/wPhQQOc3e/~1/~0/iJzXh2ab/~1/~0/~1/UQGkjDs9a"
},
{
"type": "encryption",
"pointer": "/~1/~0"
}
]
},
"groups": [
"d502226391935bfc8d31098a",
"bf1d659a347c522f9a0809be"
],
"x": -4630189.514649749,
"y": 59414547.85608995,
"type": "operation",
"gridCoordinate": {
"x": 64068777.8331925,
"y": 76633054.52311566
},
"deprecated": false,
"scheduled": true
}