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": "4321abcdef694aa79dae47ad",
"job": {
"_id": "4321abcdef694aa79dae47ad",
"task": "12ab",
"ancestors": [
"4321abcdef694aa79dae47ad"
],
"name": 60283014,
"description": true
},
"variables": {
"incoming": {
"inputVariable": "inputValue"
},
"outgoing": {
"outputVariable": null
},
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "minim ut ex nisi laborum"
},
{
"type": "encryption",
"pointer": "Ut enim ipsum"
},
{
"type": "encryption",
"pointer": "aliqua Ut sit id esse"
}
]
},
"metrics": {
"retrying": true
},
"name": "dolor non sed velit ea",
"summary": true,
"displayName": 29053231.682060152,
"type": "consequat",
"x": "tempor sint",
"y": true
}