In the process flow I want to add this condition. Note : All the items from Queue 1 exit based on Combiner's target quantity. Queue 1 is connected to combiner as Port 2. In this model, 10 items from Port 2(Queue 1) exit all at once.
Problem : Before the transporter drops the items into Queue1. I want to check if Assigned qty < Capacity. Where capacity decides the actual capacity of Queue1 and Assigned decides the items currently in Queue1. Only then the transporter has to drop the items into Queue1 or else it has to wait.