We have the following situation: queue1


Queue1 contains containers which are composed of multiple products with different labels combined using an assembler. Each product has his own queue after the unpackattom, thus queue2 and queue3. These specific queues are scheduled with a timetable. When queue2 (after the unpack atom) opens, we want to check if the containers in queue1 contains products with label2, the cointainers containing product2 will be send through to the unpack attom.
So we would like to know if there is a way we can have a condition on the output of queue1 that checks the content of the container.
If queue2 or queue3 opens, allow the containers containing the specific products to pass through to the unpackattom and then to the corresponding queue.
Gr Thijs