UpdateTasksStateRequest Data Type

Properties
name data type constraints description
state TaskState required
statusInfo string  
tasks array of NameAndGuid required

Example

{
  "state" : "RUNNING",
  "statusInfo" : "...",
  "tasks" : [ {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  }, {
    "guid" : "...",
    "name" : "..."
  } ]
}