Good morning,
I have a project in which I have 2 machines and a queue. the item comes from the source and stays in the queue. depending on the label that the item has, he will choose a machine and afterwards he will go to the other machine. if it has label 2 it will go machine A and then B. but if it has label 1, it will go from B to A. since the machines have different process times, it gets stuck, since it is waiting for each machine to end their process and be released. How do I make it go to the queue again and wait for the next machine to get empty to then move to it, without causing any traffic?
Thank you in advance