I'm trying to use combiner1 to create the batch of different size that follows a discrete empirical distribution, then I'll separate them so I can process the box one by one. Later I want to recombine the same size of batch following the order at combiner2.
1. How can I set the combine qty following this empirical?
2. How can I capture the batch size value, set the label to the container, and use this container label for second combiner qty?
Here attached the sample model, and for some reason the operator is being blocked in the middle of modeling, I set him 4 tasks with priority respectively, not sure what went wrong.