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": "labore deserunt aliqua",
"summary": "Duis minim",
"description": "ullamco reprehenderit",
"app": "eiusmod nostrud",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~0/ap/~1"
},
{
"type": "encryption",
"pointer": "/cw/~1/aS6vUSbK/~0/ZA/~0"
},
{
"type": "encryption",
"pointer": "/~1"
}
]
},
"groups": [
"33cd6c6e283fe8f2e5a2a726",
"3f52acdf0c0f43fc317df5b9",
"f3cd481a9090c00aff0ca937",
"5fa2fb90900ed9080983bf49"
],
"type": "automatic",
"actor": "$var.job.m6",
"deprecated": false,
"scheduled": true
}