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": "irure",
"summary": "est pariatur tempor eu",
"description": "id nulla",
"app": "veniam proident",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/gMmnP/~0"
},
{
"type": "encryption",
"pointer": "/OTH/~1/~1/~0/~0/j5Ev32De4r/M3482ovsZ5/~0/~1"
},
{
"type": "encryption",
"pointer": "/rXaeaIJz3/dcrJ1qjMPy/GS,qVCLM/e/~1/TSh1.3n/~1"
},
{
"type": "encryption",
"pointer": "/~0/~0/~1/~1/X4b.Sb3iBN/~1/E/PqS6cU79N"
},
{
"type": "encryption",
"pointer": "/DE5Ne9kdsI/~0/NDosygAn6d/F/dvozUxb/M/t"
}
]
},
"groups": [
"f6f69a4cdf00a26af0c6b0d5"
],
"type": "automatic",
"actor": "$var.job.pSaR0Oer",
"deprecated": true,
"scheduled": false
}