Please see the file attached for an example of the case I'm trying to find a solution to. I'm using transports to deliver boxes from one queue to another through an AGV. Since I have more than one TE, I'm using a dispatcher to send the task sequence to first available. The task sequence is a subflow I created and that is referenced in the queue to use that task sequence to deliver the packages. The task executers are created and connected on simulation start using a process flow (I need it to be like this for my case). How can I assign the task sequence in the subflow to the TE that are connected to the dispatcher? When I put "current" in the subflow, instead of dispatching it to the TE it dispatches it to the dispatcher itself