Hello Everyone,
Hope all of you are doing great!
I have a doubt related to my project.
I have to do the scrapping from 11 portals, and overall scrapping scenario is around 40, then scrapped data have to push into sql server.
The frequency of scrapping is different for each portal,i.e for some portal i have to scrap on monday and some for tue, so on like that.
So my doubt is , could i design only one bot(main.xaml) for the entire process , if yes then how i will manage the scrapping frequency from Orchestrator that is different ?
should we design seperate bot(main.xaml) for each scrapping scenario or as per their scrapping frequency , if yes then could we deploy multiple packages(main.xaml) in one unatteneded robot?
Could we design all the things in one bot(main.xaml) using RE-framework for different scrapping frequency?
Thanks in advance