Tasks Data Type

A map with one key (which uniquely identifies a task) per created task - each task is associated with one subject wcu except for strict Resource Groups where the task is shared by the group.

Properties
name data type description
map map of array of TaskSubject

Example

{
  "map" : {
    "1001" : [ {
      "wcu-id" : "wcu_A",
      "vin" : "vin22"
    } ],
    "1002" : [ {
      "wcu-id" : "wcu_B",
      "vin" : "vin55"
    }, {
      "wcu-id" : "wcu_C",
      "vin" : "vin77"
    } ]
  }
}