Hi,
I would like some implementation ideas for handling task sequences (TSs) with priorities and assignments.
There are group A and group B of operators. Group A is responsible for transporting from Queue1 to Queue3. Group B is responsible for transporting from Queue 2 to Queue 3.
However, even though all operators in group A are performing TS, if there is one or more items in Queue 1, operators in group B will take over the transportation task of group A. (TSs assigned to group A have higher priority than those assigned to group B.)
I tried implementing it with resources and groups in the attachment model, but can I replace this with using a dispatcher? I've already created a large-scale model using the dispatcher, so if it's possible to do this with the dispatcher, I'd like to do it.
Thanks in advance.