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": "fugiat aliqua officia reprehenderit sint",
"summary": "mollit sit laboris",
"description": "ea proident",
"app": "id cillum adipisicing",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/Ha03OeLO/v9u,7VqB/E2s8E2jAw."
}
]
},
"groups": [
"fe635d352b3f80eab33c323f",
"ad3a70b254a131ae9efdb066"
],
"type": "manual",
"view": "irure est veniam do",
"nodeLocation": {
"x": 61626452.20021409,
"y": 13919965.950473934
},
"deprecated": true,
"scheduled": true
}