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": "4321abcdef694aa79dae47ad",
    "task": "cd34",
    "ancestors": [
      "5cb7b531d06cceb89fd21b1c",
      "5cb7b531d06cceb89fd21b1c",
      "4321abcdef694aa79dae47ad",
      "4321abcdef694aa79dae47ad"
    ],
    "name": 46159265.96454126,
    "description": "incididunt pariatur irure veniam"
  },
  "variables": {
    "incoming": {
      "inputVariable": "inputValue"
    },
    "outgoing": {
      "outputVariable": null
    },
    "error": "",
    "decorators": [
      {
        "type": "encryption",
        "pointer": "laborum enim culpa amet"
      },
      {
        "type": "encryption",
        "pointer": "Excepteur non"
      },
      {
        "type": "encryption",
        "pointer": "minim culpa"
      }
    ]
  },
  "metrics": {
    "retrying": false
  },
  "name": -75714791.71177638,
  "summary": 48871638,
  "displayName": false,
  "type": 53610650.91695744,
  "x": 3797149,
  "y": 60206442.98967853
}