Hello,
I have a model with 5 processes, each of them have a specific color box (green, white, orange, red and yellow). I have 1 operator assigned for each process, so the green operator should take the green box from the queue, then take it to the specific process for the green box. Then the white operator should take the white box from the same queue and then execute the specific process for that box and then the same with all colors. The thing is that sometimes the green operator goes an takes the yellow box and take it to the yellow process. So how can I indicate to the green operator to only execute tasks for the green boxes and the green process?
Below you can see the model I created.