I want both operators to load and unload boxes on to the conveyor independently from one another. For example, if a tote with items arrives on the rightmost decision point, then only Operator 1 is allowed to take these items and put them on the conveyor. If a tote with items arrives on the leftmost decision point, Operator 2 will perform the same process. The solution is probably on the simpler side, but I am stumped on how to add another wait for event for the other decision point.
I am thinking I need to use a decide or assign labels item, but I am not sure on how to name something when it arrives at a certain decision point within a process flow.
Thanks in advance!