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": "ut est voluptate velit magna",
"summary": "cillum voluptate",
"description": "voluptate proident adipisicing cupidatat enim",
"app": "in Ut Excepteur incididunt et",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~0/~0/BVr,8+I/l/tZPr,n,u/u/Wo6/QY/z/iMULb9g/oWkb7,X/~0/fWphB6"
},
{
"type": "encryption",
"pointer": "/O/~0"
},
{
"type": "encryption",
"pointer": "/~1/qB4Q/~0/zQ"
},
{
"type": "encryption",
"pointer": "/~1/~1/S/~0"
}
]
},
"groups": [
"ebae367f334cb02b8152a023",
"805ee2382f0df67fa1001cfb",
"b950911c76e055d9fb06f405"
],
"type": "automatic",
"actor": "$var.job.3wIL",
"deprecated": false,
"scheduled": false
}