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": "tempor sunt reprehenderit",
"summary": "in esse cupidatat",
"description": "Lorem amet aliqua esse",
"app": "ipsum",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~1/bs5S.uuF/~0/r.25uGf/JKI1/Yos4NBi0Vu/c.Y6r/dg7p/~0/PmAhsB"
},
{
"type": "encryption",
"pointer": "/gr/~1/lik4baZBX/nJZPU/~0/XzdYV3/VLeU/RBrFpE/~0/~0/KomVm.9Z"
},
{
"type": "encryption",
"pointer": "/mnys-5Sz/yu/v+-8lY/~1/cwCrS6T+o/~0/~0"
},
{
"type": "encryption",
"pointer": "/BehS/~0"
},
{
"type": "encryption",
"pointer": "/~1/~0/~0/~0/L7VQw7STV/dd2e7ifHeQ/~1/nSJdnheXsYA/~0/~1"
}
]
},
"groups": [
"4df65d9f7e28f7ca9872f9b1",
"a9af0b71e69d64f5a0360936",
"34fbfd19ead798b41a45c684",
"2f6e70326687db08ee991b91"
],
"type": "operation",
"nodeLocation": {
"x": -50485555.50126479,
"y": -36593386.26957926
},
"deprecated": false,
"scheduled": true,
"retrySettings": {
"state": [
"error",
"success",
"failure",
"success",
"error"
],
"autoRetry": false,
"limit": 20,
"delay": 1000,
"count": 5
}
}