Iterate get transaction and Process workflow more than once in RE framework

Hello,

I have a scenario where in I need to collect information for all the records to process from one application and then take subsequent action in another application. To improve the performance and frequent back and forth between the 1st and 2nd application, I want to first collect required information for all transactions from 1st application, store it in the data table and then take subsequent action in 2nd application for all the records.

I want to know, is there any way in RE Framework by which I can iterate Get Transactions and Process workflow two times one after another? As of now, I see that Get Transaction iterates only one time followed by Process workflow for each transaction.

Regards,
Rajan

I would recommend splitting your processes into 2. Run first process to go into App 1 - process work as you would and add queue items to Process 2 Queue. Then run the job for Process 2.