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": "cd34"
}
Return
DetailsExampleSchema
Name |
Type |
Description |
data |
object |
Task details after releasing the Task. |
Copied to Clipboard
{
"_id": "5cb7b531d06cceb89fd21b1c",
"job": {
"_id": "5cb7b531d06cceb89fd21b1c",
"task": "cd34",
"ancestors": [
"5cb7b531d06cceb89fd21b1c",
"5cb7b531d06cceb89fd21b1c",
"5cb7b531d06cceb89fd21b1c",
"4321abcdef694aa79dae47ad",
"5cb7b531d06cceb89fd21b1c"
],
"name": "anim aute consectetur nostrud",
"description": "adipisicing mollit qui ipsum commodo"
},
"variables": {
"incoming": {
"inputVariable": "inputValue"
},
"outgoing": {
"outputVariable": null
},
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "proident occaecat fugiat qui ex"
},
{
"type": "encryption",
"pointer": "esse"
},
{
"type": "encryption",
"pointer": "qui eu"
},
{
"type": "encryption",
"pointer": "consequat labore elit nulla"
},
{
"type": "encryption",
"pointer": "incididunt"
}
]
},
"metrics": {
"retrying": false
},
"name": 22805341.99944748,
"summary": 26226097.77084084,
"displayName": "dolor ex cupidatat Duis",
"type": 8479646,
"x": -99263407,
"y": "consequat dolor"
}