Currently, the model has break times for each of the 3 operators. When Operator 3 is on break time, Operators 1 and 2 are in charge of their lines (OP 1 for line 1 and OP 2 for line 2). When everyone is working, Operator 3 is in charge of the blue machines (the last ones) while OP1 and OP2 are in charge of the red machines.
I am trying to make Operator 3 do the tasks for line 1 while Operator 1 is on break and do the tasks for line 2 while Operator 2 in on break. What would you suggest I could do? I have tried using more dispatchers and setting more break times for those dispatchers but it gets things more complicated. File has been attached.