I have 5 different items coming to Queue. They have different quantities.
I process all quantities of each item in a sequence in a batch size. For example, all 125 of Birch will get processed and then follow the sequence given in table. But for each type of item, batch size is different. I have created global table with batch size for each item type. But my model does not follow type when using Batch size.
Currently, my model follows the sequence of Global Table. It processes 5 Qty. of Birch, then 34 Qty. of Birch, 17 Qty. of Birch and so on.
Here is how I would like to process - Model needs to process 125 Qty. of Birch with a Batch Size of 5, then 272 Qty. of RusticWalnut with a Batch Size of 34 and so on... Any help appreciated. I have attached model.