I have 7 different flowitem types, each representing a work order (varying quantities per work order represented with labels). At one point in the simulation flow, I need to temporarily combine these flow items such that the total quantity represented by the sum of the labels does not exceed a set value.
What are some ways to evaluate the flowitem quantity labels and create/release a batch once the set value is reached (or is so close another cannot be added)? Different item types are allowed to be batched together.