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": "id",
"summary": "ut",
"description": "culpa fugiat do Lorem ex",
"app": "velit adipisicing",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~1/~1/~1/Ifw,zvmnYGi"
},
{
"type": "encryption",
"pointer": "/n/ZyoaT/nqcogbC"
},
{
"type": "encryption",
"pointer": "/T/~1/~1"
}
]
},
"groups": [
"9803c50dbe46008075ed82a3"
],
"x": 47736743.68253261,
"y": -15592648.453206286,
"type": "operation",
"gridCoordinate": {
"x": -13530726.023332387,
"y": 57025764.230424345
},
"deprecated": true,
"scheduled": false
}