Greetings, here is a simple situation that I want to model, but can't figure out a way to do it:
There is an incoming stream of entities. If there are less than 5 entities waiting at the source output buffer, then Worker1 should transport the entity to Server1. Worker1 only serves Server1.
If there are 5 or more entities waiting, then Worker1 should continue to transport entities to Server1, but Worker2 should also help by transporting entities to Server2. Worker2 only serves Server2. If the output buffer falls to less than 5, then Worker2 should stop transporting.
Basic model attached, but no logic to address my question. I've tried lots of "process-based" ideas. Please offer ideas.
Thank you, Kurt Colvin
BottleLine.spfx