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": "dolor velit dolore et",
"summary": "ad laboris ullamco ea",
"description": "qui nostrud anim laboris",
"app": "non ea anim incididunt",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~0/~1"
},
{
"type": "encryption",
"pointer": "/YXk70JV/~1/~1/TiDxHACR/MVwO3tw3g9/~1"
},
{
"type": "encryption",
"pointer": "/~0/JDpAZ"
},
{
"type": "encryption",
"pointer": "/bdP1/~1/~1/XBOUBobUHf/vLlRmntF8C//w/NsAGYuBc7p/qbUHh"
}
]
},
"groups": [
"55ac1a04b076d08125e1d0ba",
"3eb132ab1cc8e33d3d9e500b",
"3c2c34b5b726aa98a823b5c3"
],
"x": -65466219.284497164,
"y": -5484257.152682662,
"type": "automatic",
"actor": "$var.job.LuujMRDQ",
"gridCoordinate": {
"x": -64697142.87184565,
"y": -29685363.392749324
},
"deprecated": false,
"scheduled": false
}