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": "id tempor irure",
"summary": "reprehenderit laboris magna fugiat",
"description": "labore",
"app": "Lorem do sit",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~1"
},
{
"type": "encryption",
"pointer": "/~0/WG58v7b6u"
},
{
"type": "encryption",
"pointer": "/u/~1/~1/~1/g+HGy,Df/c/j/~1/qiYTNG9EOs/Iy"
},
{
"type": "encryption",
"pointer": "/~1"
}
]
},
"groups": [
"cf27177f5f2d6a764daa54c7",
"4eb65196673268a152c87c1d",
"a6ab04bc03b46038433b0f1d",
"150cad21b38308936d40a12c"
],
"type": "automatic",
"actor": "$var.job.rjx_bod",
"deprecated": false,
"scheduled": true
}