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": "ex dolore in qui",
"summary": "officia commodo sit ut",
"description": "enim quis",
"app": "deserunt mollit est ullamco fugiat",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~0/RU4mMU,/~1"
},
{
"type": "encryption",
"pointer": "/~0/~1/~0/~0/~0/~0/v6OVgHkpEBy/~0"
},
{
"type": "encryption",
"pointer": "/~1/~1/f8PYSwZYwaS"
},
{
"type": "encryption",
"pointer": "/~1/~1/~0/WtzMeetcs"
}
]
},
"groups": [
"e71f542b949104e9082501be",
"f7091c54cabe98288be7d01d"
],
"type": "automatic",
"actor": "$var.job.xt0MzSpTa",
"deprecated": true,
"scheduled": false
}