fill online form workflow using reframework
Actually, I don’t understand where should i place logic to fill form in reframework
Ideaaly any initializations like getting excel or getting data…login will happen in init state
And your core logic to do for eqch transaction will go into process transaction(process.xaml)
Get trasnaxtion data if using queue then no change in it…if using excel data few changes are need to get data from datatable instead of queue
When you create a re framework you would automatically get a document also created …which you can check for more details
Please start reading and doing things…if youa re stuck some where we all are here to help
Cheers
In RE Frameworks there are four states
- Initialization State - In this state we initialize the which application we are using in Initallapplications xaml.
- Get Transaction data - This state is useful for taking each transaction from the orchestrator as queues. we don’t need to do anything here.
- Process Transaction data - In this state In Process xaml, We develop the logics and process to do that means logic to fill form.
- End Process - In End process we don’t need to do anything, here we can kill the process that we are used in the automation.
For more information. Go through the below link for more understanding:
Hope it helps!!
REFramework is designed for the Transactional process and only for UR.
if you want to use form ,REFramework is not fit for your case. I suggest you to use the Long Running Workflow Template for Task Creation
or
Attended Automation Framework
Cheers,