Hello,
I want to transfer items between two queues by transporter, getting order of items in second queue the same as in first queue.
I made two attempts: (1) using sorting by transporter and (2) using list with sorting by query, but I haven't obtained result that I wanted. I attach two models with my attempts - please note the items' labels with order in arrival and how they change between two queues. The input port of processor after second queue is closed for demonstration purposes by OnReset trigger in Shape object.
Regards,
Krystian
P.S. The solution without ProcessFlow is strongly preferable :-|.
transfer_between_buffers_preserving_order-attempt_01-sorting_by_transporter.fsm
transfer_between_buffers_preserving_order-attempt_02-sorted_pulling_from_list.fsm