The following is the logic used to visually see which tasks are performed by who. I have 2 operators (Operator 1 and Operator 2) who have been given tasks to perform.
Problem 1: Operator 2 does not seem to perform any task even though the token goes to the process where both the operators are required.
Problem 2: In the current logic, the Operator 1 performs its own job as well as the job that requires both operators. I have not been able to figure out how to let Operator1 finish the task at hand first and then perform the shared task with Operator 2. They both need to be available in order to finish the tasks.