The changes in the screenshot are not in the attached model. It shows an example of how you can use a single Source/Flow to have all transporters to the same auxilary task. By staggering I mean not having all transporter to the task at the same time. That is what the "Offset" label accomplishes. After the source then token should enter a delay that holds it for the time given in "Offset". For example, let's assume that the task should be done every 3000s and there are 15 transporters. With the settings as in the screenshot, the first would do the task after 100s, the second at 300s, the third at 500s and so on.
The changes that are part of the model is that the Acquire activity does connect to the resource that represents the entire group of transporters and which one gets acquired is determined by the "TransToAcquire" label. This is to prevent two tokens being able to acquire the same transporter at the same time (once through the main resource and once through a separate resource).
Previously, the sub flow was run once for each created item and the travel time was not part of the overall time taken. Taking the travel time into account is easier when the token only runs through the sub flow once.
Delay task previously: Half the delay time * two runs = Delay time without travel

Delay task now: Delay time - time taken to reach the position
