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": "officia dolor incididunt",
"summary": "qui adipisicing anim cupidatat fugiat",
"description": "in",
"app": "ullamco consectetur cupidatat do dolore",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~0/w-O0D/~0"
},
{
"type": "encryption",
"pointer": "/~1/~1/~1/~1/~1/KG84sOCZZ/~1/~1/~0/~1/~0"
}
]
},
"groups": [
"c296edf0f1d6ae5846be08b5",
"1d264809f0a97d053936433c",
"e7a7373e0c49c0efe9942768",
"f4b2ce552810275fb25f69a3"
],
"type": "automatic",
"actor": "$var.job.w9GDkgp",
"deprecated": true,
"scheduled": false
}