Question
Accenture India PVT Ltd
IN
Last activity: 6 Nov 2018 20:02 EST
How to call Automations sequencially
I have two RPA project in a solution with an automation file in each. I imported and gave reference of one project to other to access global container variables. Now I want to execute Automations sequentially. I want to trigger automation of one project in another automation project.
If your project has a reference to the other project, then I don't see a problem calling the automation from the referenced project in an automation from this project. You should be able to do this by adding an entry point to your automation and then calling the execute for that automation. I recommend that you make the link to this execute asynchronous so that you minimize your chances of running into a threading issue.