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": "deserunt nulla",
"summary": "enim fugiat culpa",
"description": "elit non",
"app": "elit qui",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~1/~0/~0/roLvbhlc"
},
{
"type": "encryption",
"pointer": "/jBfl/~1/~1/~1/rHDxVZLpKQL/~0/bjLV/a0-/UwqxesJ/~0/~1"
}
]
},
"groups": [
"a7942a3dc189dc599cb36ea4",
"19c8a2cdbccd6ed3d77a7b0c",
"3c9c5161377691a7f2e33836"
],
"type": "operation",
"nodeLocation": {
"x": -28143465.90108809,
"y": 12487272.949092358
},
"deprecated": false,
"scheduled": true,
"retrySettings": {
"state": [
"error",
"success",
"error",
"error",
"success"
],
"autoRetry": false,
"limit": 20,
"delay": 1000,
"count": 5
}
}