I’m working on a material transportation simulation, and I have items generating from the source in different queues based on percentage. I have a task executed pick up from one queue and go to another for drop off, but I want the dropped off items to go to a sink. Right now they just sit in the queues. Thanks in advance.