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": "mollit culpa",
"summary": "dolore commodo",
"description": "pariatur mollit enim dolore",
"app": "dolore elit fugiat Duis",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/acGNT5+5NqP/zQEHVi,/aq1-pgVq4Yh/~1/~0/~0/J9qRL/~0/RUJW/sdvW39T"
},
{
"type": "encryption",
"pointer": "/~1/egsG1OQ8KO,/~1/~1/~0/~1/f5VP.w2+/hwWQ"
}
]
},
"groups": [
"ac28e373acb8aa78bb7e9c03",
"47efe0f1abbfc50aa64c6f94",
"73464622b8fee34245228ea3",
"7b0873f369bfa81630a742da"
],
"x": -22180316.737950355,
"y": 66846194.41879156,
"type": "automatic",
"actor": "Pronghorn",
"gridCoordinate": {
"x": 89881656.67822656,
"y": -42386496.21117161
},
"deprecated": true,
"scheduled": false
}