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": "12ab",
"ancestors": [
"4321abcdef694aa79dae47ad",
"5cb7b531d06cceb89fd21b1c",
"4321abcdef694aa79dae47ad"
],
"name": 7685208.280609146,
"description": -73875332
},
"variables": {
"incoming": {
"inputVariable": "inputValue"
},
"outgoing": {
"outputVariable": null
},
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "nulla"
},
{
"type": "encryption",
"pointer": "culpa dolore"
},
{
"type": "encryption",
"pointer": "ut"
},
{
"type": "encryption",
"pointer": "eiusmod pariatur ad Lorem id"
},
{
"type": "encryption",
"pointer": "Duis ad labore enim"
}
]
},
"metrics": {
"retrying": false
},
"name": false,
"summary": "pariatur ut",
"displayName": "sunt fugiat sed eu",
"type": "incididunt consequat fugiat occaecat",
"x": true,
"y": -87224826.94225277
}