batch-all-inclusive file definition of nonStarvingEntry updated

parent 859f14e2
...@@ -546,13 +546,18 @@ ...@@ -546,13 +546,18 @@
"default" : "E", "default" : "E",
"required" : true "required" : true
}, },
"entity" : { "entityData" : {
"type" : "object",
"description" : "Entity produced related information",
"required" : true,
"properties": {
"class" : {
"type" : "string", "type" : "string",
"description" : "Entity Class",
"default" : "Dream.Batch", "default" : "Dream.Batch",
"description" : "Entity class",
"required" : true "required" : true
}, },
"NumberOfUnits" : { "numberOfUnits" : {
"description" : "Number of units per batch", "description" : "Number of units per batch",
"type" : "number", "type" : "number",
"default" : 80, "default" : 80,
...@@ -560,6 +565,8 @@ ...@@ -560,6 +565,8 @@
} }
} }
} }
}
}
] ]
}, },
"Dream.BatchReassembly" : { "Dream.BatchReassembly" : {
...@@ -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