I have a model with multi processors that are connected with 2 AGVs. I want to make the AGV wait for the flowitem until its process is finished in the processor and work for the rest flowitem until it's done. I have tried the "Tagged Source" but that method only running for one cycle and cannot loop the work for the rest flowitem from the source. How do i fix this problem? Thankyou