batch-all-inclusive file definition of nonStarvingEntry updated

parent 859f14e2
...@@ -546,17 +546,24 @@ ...@@ -546,17 +546,24 @@
"default" : "E", "default" : "E",
"required" : true "required" : true
}, },
"entity" : { "entityData" : {
"type" : "string", "type" : "object",
"description" : "Entity Class", "description" : "Entity produced related information",
"default" : "Dream.Batch", "required" : true,
"required" : true "properties": {
}, "class" : {
"NumberOfUnits" : { "type" : "string",
"description" : "Number of units per batch", "default" : "Dream.Batch",
"type" : "number", "description" : "Entity class",
"default" : 80, "required" : true
"required" : true },
"numberOfUnits" : {
"description" : "Number of units per batch",
"type" : "number",
"default" : 80,
"required" : true
}
}
} }
} }
} }
...@@ -833,9 +840,11 @@ ...@@ -833,9 +840,11 @@
"view_operator_gantt" : { "view_operator_gantt" : {
"title" : "Operator Gantt", "title" : "Operator Gantt",
"type" : "object_view", "type" : "object_view",
"gadget" : "Output_viewJobGantt", "gadget" : "Output_viewGantt",
"configuration" : { "configuration" : {
"properties" : {} "data" : {
"Operator" : []
}
} }
}, },
"view_debug_json" : { "view_debug_json" : {
...@@ -848,6 +857,9 @@ ...@@ -848,6 +857,9 @@
"plugin_list" : [{ "plugin_list" : [{
"plugin" : "GatherWIPStat.GatherWIPStat", "plugin" : "GatherWIPStat.GatherWIPStat",
"input_id" : "WIPStat" "input_id" : "WIPStat"
}, {
"plugin" : "ReadEntryData.ReadEntryData",
"input_id" : "EntryData"
}, { }, {
"plugin" : "ReadShiftFromSpreadsheet.ReadShiftFromSpreadsheet", "plugin" : "ReadShiftFromSpreadsheet.ReadShiftFromSpreadsheet",
"input_id" : "ShiftSpreadsheet" "input_id" : "ShiftSpreadsheet"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment