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": "irure Ut qui mollit sunt",
"summary": "sit exercitation do dolor voluptate",
"description": "laboris elit",
"app": "sit eu cillum aliquip nostrud",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/Sy5nv/~1/~1/pHG/~0/s.200CdfY"
},
{
"type": "encryption",
"pointer": "/knd/~1/~1"
},
{
"type": "encryption",
"pointer": "/oB/bUWc/~1/~1/~1/~1/~0"
}
]
},
"groups": [
"e256cc24e9b1d75dd9e1c76a",
"0e15d6655fa218476e560521",
"c083b6cd481eb06e87a49dd8",
"ad8711a119952eaffaa09eac",
"2cff1ce52d049c51a1d1b592"
],
"type": "operation",
"nodeLocation": {
"x": -61555341.13571606,
"y": -77140783.70279744
},
"deprecated": true,
"scheduled": false,
"retrySettings": {
"state": [
"error",
"error"
],
"autoRetry": false,
"limit": 10,
"delay": 1000,
"count": 5
}
}