In a production line there are three types of products (Item Type 1, 2, 3) of which a percentage of them are going to the production line A, the other to the line B and the rest to the client. A percentage of products of the line B are accumulated in a queue to return to the processor (Reprocessing). How I can make all reprocessed products go directly to the client (sink) without being distributed to the production lines A and B?
Here attached the base model