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": "eu in voluptate laborum aliqua",
"summary": "incididunt",
"description": "elit veniam consequat adipisicing ea",
"app": "sed",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~1/~1/M7HLfXq/~0/~1/~0/tv8yd/CgB61ImeJL/~1/~0"
},
{
"type": "encryption",
"pointer": "/c4vs"
}
]
},
"groups": [
"3f851cc26955a9d405105c41",
"5311dfff0bab28fa349f5c16",
"8cdad915b8eb2be4fb9dd2cf",
"f713bd920590eece6efdc8bd",
"2123759525fcd6a9a34f7eb7"
],
"x": -42939249.58461637,
"y": -67130176.36385272,
"type": "operation",
"gridCoordinate": {
"x": -72858096.83080888,
"y": -94645859.82534209
},
"deprecated": false,
"scheduled": true
}