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",
      "5cb7b531d06cceb89fd21b1c",
      "5cb7b531d06cceb89fd21b1c"
    ],
    "name": -88139253.42976221,
    "description": -14171702
  },
  "variables": {
    "incoming": {
      "inputVariable": "inputValue"
    },
    "outgoing": {
      "outputVariable": null
    },
    "error": "",
    "decorators": [
      {
        "type": "encryption",
        "pointer": "commodo incididunt consectetur veniam"
      },
      {
        "type": "encryption",
        "pointer": "minim id pariatur enim Duis"
      },
      {
        "type": "encryption",
        "pointer": "in laborum aliquip sunt dolore"
      },
      {
        "type": "encryption",
        "pointer": "consectetur laboris"
      },
      {
        "type": "encryption",
        "pointer": "voluptate occaecat"
      }
    ]
  },
  "metrics": {
    "retrying": false
  },
  "name": "esse enim mollit nulla",
  "summary": "ipsum velit",
  "displayName": -21252083.8616229,
  "type": -15997702,
  "x": -18717063.630985916,
  "y": "in dolore ullamco id aute"
}