queue.fsmI would like to fill the queue in a specific way.
There are 3 products with different item.
If a queue receive a product , the queue has to receive the same product, when the queue contains the 50 products of the same item, all the products are destroyed.
And the queue receive a new product and does the same logic
Is it possible to do that ? If yes, how ?