How do I create a pull strategy that has a processor pull from a queue based on the available capacity at the next step?
Similar to a kanban, I'd like my "Forming" processor to pick from either inventory 1 or inventory 2 depending on which "Pressing" processor has capacity.
So if "Pressing1" is full, "Forming" should pull from "Inventory2" because "Pressing2" has available capacity.
Thanks