Content (before)
How can I configure a Kanban with a trigger for replenishment
I'm tryiing to create a simulation to validate the system for fedding the parts to assembly line.
Therefore, I have the main inventory and a kanban that needs to be replenish as soon as it reach a trigger point. For example, when the queue is lower than 5 work itens, than the activity before (bring a new box to replenish the kanban) is started.
In my current simulation the activity to replenish the kanban don't obey the Routing out condition "Queue.Count Contents < 5".
Can somebody help me?