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