Summary
Release a Task
Description
Release a manual Task of a job by Task ID.
Route
POST /workflow_engine/tasks/release
Roles
admin
engineering
support
apiwrite
apiread
Parameters
DetailsExampleSchema
| Name |
Type |
Required |
Description |
| task_id |
string |
yes |
ID of the Task to release. |
Copied to Clipboard
{
"task_id": "12ab"
}
Return
DetailsExampleSchema
| Name |
Type |
Description |
| data |
object |
Task details after releasing the Task. |
Copied to Clipboard
{
"_id": "5cb7b531d06cceb89fd21b1c",
"job": {
"_id": "5cb7b531d06cceb89fd21b1c",
"task": "cd34",
"ancestors": [
"4321abcdef694aa79dae47ad",
"4321abcdef694aa79dae47ad",
"4321abcdef694aa79dae47ad",
"4321abcdef694aa79dae47ad"
],
"name": false,
"description": true
},
"variables": {
"incoming": {
"inputVariable": "inputValue"
},
"outgoing": {
"outputVariable": null
},
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "do id cupidatat dolor exercitation"
},
{
"type": "encryption",
"pointer": "ullamco velit"
},
{
"type": "encryption",
"pointer": "in officia pariatur"
}
]
},
"metrics": {
"retrying": false
},
"name": "minim ut in Excepteur",
"summary": "pariatur",
"displayName": 9198127.22686921,
"type": 4691592,
"x": -50165934,
"y": 89972831.9486131
}