Hello!
I've been trying to limit the contents of the queue named "Table" to be no more than 1 by running a subflow named "Table has Capacity?" before the token gets released for the operator to complete its task sequence but I've been very unsuccessful.
The general idea of this simulation is to ensure a round robin pull strategy for the flow items coming from the fixed resources "Table" and "Tray Combo" to the conveyor.
When the conveyor gets backed up the operator should only complete any current task sequence left and should wait to resume his task sequence until "Table" has been emptied.
How can I achieve this?