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": "adipisicing ullamco non dolore enim",
"summary": "mollit voluptate officia adipisicing nostrud",
"description": "officia tempor incididunt",
"app": "Ut commodo in mollit",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~0/m.56/~1"
}
]
},
"groups": [
"021b96a1edd4004479edc1ff",
"4df1a2ea1859ebed5469177c",
"297aa7f5c7411d3fea871ec2"
],
"x": -70923084.61130212,
"y": -22531631.946739912,
"type": "manual",
"view": "aliquip ex qui reprehenderit fugiat",
"gridCoordinate": {
"x": 20401348.142623246,
"y": -30819741.065367714
},
"deprecated": false,
"scheduled": true
}