In my model I have a decision point where on a workstation called molding:
1. connector #1 uses the full process time. When done the operator drops it on a queue for the next testing workstation to continue.
2. connector #2 uses half of the process time and drops it on a different molding machine(we have in total 8 machines that it can be dropped to) so it can process the other half of the time.1.png
So far the blocks on connector #2 have the destination to a different molding machine to complete half of the time.
my question is how can that token with half of the remaining time be recognized/acquired by the operator and knows to drop it to the final destination queue(testing)?Do I use a label? a 3rd decision point?