Hi,
I am trying to make REFramework fit for my following process.
My process has Accessing a web site, doing some selections, search, select each row of data, data processing and saving screen shots.
I am planning to use Process.xaml in REFramework which can call 4 other sequences. Can I comment out GetTransactionData.xaml and ProcessTransactionData.xaml? Which other processes do I need to disable?
Please suggest best fit REFramework to my process.
In your case,it seems like a straightforward linear process without transactional data.
You Can Use this xamls and Comment or Remove some xamls
Main.xaml: Leave this as is, as it’s the entry point for your automation.
InitAllApplications.xaml: You can keep this if you need to initialize applications or systems before your main process begins.
GetTransactionData.xaml & Process Transaction Data.xaml: You can Comment it out or remove this workflow
EndProcess.xaml: Leave this as is for any cleanup or finalization steps.
Framework\SetTransactionStatus.xaml: You can Comment it out or remove
this workflow
In your “Main.xaml,” you can then sequence your activities to access the website, perform selections, search, select rows of data, perform data processing, and save screenshots directly. You can also implement error handling, retries, and any other necessary logic in the “Main.xaml.”
For that you need to modify get transaction data by commenting out the activity to interqct with queue inside it and use if condition and set the transactionitem to a value only if the transactionnumber is 1 else set it to nothing