Hello guys,
How can I implement a rule to check for the longest queue, then send the operator there and transport and process the items, until the queue is empty?
After this, the operator should be again assigned to next longest queue.
I have attached a model where workers already carry the items and process them afterwards. I have implemented this behaviour like in the Task Sequence Tutorial 2, but the operators still get randomly assigned.
Thanks in advance.