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": "voluptate aute labore ea",
"summary": "et officia velit",
"description": "fugiat velit eu consectetur consequat",
"app": "magna",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~0/~0/~0/qi13wt/~1/~1/~1/~1"
},
{
"type": "encryption",
"pointer": "/zCNWC"
},
{
"type": "encryption",
"pointer": "/~1/~0/oc16adJA1-d/~1"
}
]
},
"groups": [
"8053ee798012b2c22ab2a6ff",
"6fa6a5e6327c44b118bdad18",
"c7f68ef3a5f1539df2eef830",
"67c44a2ad6c79240fad0ee2a",
"cba4341ca8f466b478ca76c1"
],
"type": "automatic",
"actor": "$var.job.J4cqIYEhG",
"deprecated": true,
"scheduled": false
}