At the model you´ve provided the Transporters are following the Networknodes. Can you please explain more exactly what you are looking for?
When this second task sequence is executed the transporter will first travel to the network node at RM, since that is stored as the original pickup location in the sequence. But because the items have already been moved, the transporter will then offset travel to the actual item location in IS. The offset travel happens in a straight line. After loading the items the transporter will return to the RM network node and then travel to the network node at IS and unload the items.
So what you need to do is to make sure that the items are not released twice. You could do this by setting a label on IS that prevents further messages from being send until the ordered batch has arrived in the queue. Or you open/close the output of RM instead of holding and manually releasing the items (close the output every ten times the Send to Port code has been executed - which is synonymous with an item having been released. And open it with the same message that is currently causing the release).
Hi @khoobros, was Sebastian Hemmann's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.
If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.