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": "velit commodo esse in",
"summary": "incididunt proident sit",
"description": "dolore velit aute",
"app": "consectetur eiusmod sint exercitation",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/jJcnV/EF9kMf/DxnS6ouE/usXZ/k/~1/PhJHpna9/~0"
},
{
"type": "encryption",
"pointer": "/B4/YwdBO/mhm/~1/~1/gMCF14fL3,/jacNKz/~1/~1/DGWSc/PfMQYnU"
},
{
"type": "encryption",
"pointer": "/~1/RXhMXxNGc6y/~0/BVjEz3ekV/~0/R-eDUW/~0"
},
{
"type": "encryption",
"pointer": "/Dn1Taq+,P/~1"
},
{
"type": "encryption",
"pointer": "/~1/~1/~1/MtoM"
}
]
},
"groups": [
"0ab691233ef2241bea96d0a4",
"7dd8f0a08d8996d2aa3965cc",
"c227b483fb27f82df5365a9e",
"c9adfd922bb4a11e1d65af1d"
],
"type": "operation",
"nodeLocation": {
"x": 51487536.52890611,
"y": -80447065.88156237
},
"deprecated": false,
"scheduled": false,
"retrySettings": {
"state": [
"error",
"success",
"success",
"success",
"failure"
],
"autoRetry": true,
"limit": 10,
"delay": 2000,
"count": 5
}
}