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": "voluptate in tempor",
"summary": "proident in minim",
"description": "culpa",
"app": "cupidatat dolore commodo qui",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/p7YKrrX/~1/SzO97/~1/~1/~0/~0/~0/~1/~0/~1"
}
]
},
"groups": [
"c2c155c01e9be7b0f95abfa5",
"003e22b0dc4d81efde4b3477",
"464eab60d1830f2e929c9c04",
"012e16f80c25bc99a71f8895"
],
"x": -19937887.13060884,
"y": 5153190.893682823,
"type": "automatic",
"actor": "$var.job.ePioM3",
"gridCoordinate": {
"x": 63516732.38089454,
"y": 73999620.36830905
},
"deprecated": true,
"scheduled": true
}