In Process 2 , in process flow I have written a logic for Task Executer 2 to carry one item. But when Task Executer 2 come to Queue2 , and if Queue2 has 10 items, then Task Executer 2 has to carry all 10 items and deliver the 10 items to respective destinations (each item has different destination or same destination based on the destination it has to deliver the items), if Queue2 has 4 items it has to carry all the 4 and deliver the 4 items to respective destinations. So I have to write a loop logic for loading activity and travel to each respective destination( here destination is Queues in the model).
Please help me on these.