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": "cillum elit in dolor",
"summary": "incididunt",
"description": "dolore quis aliquip cillum",
"app": "et aliquip adipisicing",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~1/~1/cB7n/~1/Knh/YW/y9ZNQYvvs5/~1/~0/w6XXvh0D/~0/Hsv4Ot+T"
}
]
},
"groups": [
"af30dca08058c654ffb5f36d",
"c243f48c8e3d18b51d31e7d9",
"9d6e9aa728cff23df9153c29",
"c1f2dbd2417ccf6901941730"
],
"x": -64866391.13588124,
"y": -84348320.76932088,
"type": "operation",
"gridCoordinate": {
"x": -6635496.643205568,
"y": -91936677.3916968
},
"deprecated": false,
"scheduled": false
}