Hey everyone,
I am reaching to see if anyone has had to create a process flow similar to mine and what you did to solve the problem.
I am working off a schedule source that creates tokens at set intervals. The number of tokens vary, and each token has a specific workstation it needs to go to. However, only one type can be worked at a time.
In the model attached
- I have 3 types of tokens representing the three workstations they need to go to.
- At the moment, they are all working in parallel, but I need them to only be worked one workstation at a time.
- Even if there are more than one token of the same workstation, that is okay to be worked.
- If there are 3 tokens with different workstations, only one of the tokens can be worked on. Other tokens with different workstation need to wait until the delay is complete.
Any help would be greatly appreciated, and if you need any more info, please let me know!