As the title states I wanted to try and refine my project that made use of multiple workflows that i then invoked within the main workflow.
I previously worked on a small project as part of a course i am taking. It required us to use UiPath to take data from an excel sheet and test the abilities of a website we had created and hosted on Azure. It created new items, tested the editing of the items and then deleted the items to confirm the website functions properly.
Now my process was rather large and a bit unwieldly. I created a separate workflow for each different page, that corresponded to a table in the database on azure. I then invoked each of these workflows in the order i wanted to test.
This resulted in the website i was using as well as the excel file being opened and closed constantly. Is there a way to keep using the website for each of the separate workflows without it opening and closing like that? Or is that just something that’s par for the course since i chose to put them in separate workflows?
It’s really just to help my understanding of UiPath, as this was my first experience using it. It’s really quite an interesting program, if i can call it that. So i’d appreciate any input in this matter.
Thank you in advace.