Hi All,
i am looking for one automation where we can work on multiple ui automations to be run can it be possible is their any activities are there in UiPath ?
Hey,
You can use parallel activity
Hi,
InvokeWorkflowFile with Isolate option can raise a new UiPath.executor process and invoke a xaml file on it. So, in theory, we can run any UiAutomation parallel without being affected by the processing of another workflow.
Please note that it’s not good to use Hardware Event or to manipulate same window/application. And it will be difficult to debug and/or troubleshoot.
Regards,
If you are talking about interacting with UI in parallel then its doable but not advised as it complicates the design and also there is high chance the interaction can mix between
cheers
Thank you Anil for your suggestion
Hi @Bilal_Demir
Thank you for your suggestion.
It is not working due to multiple ui interactions better way I can use parallel activity as one for ui automation another seq for to run the sql queries.
Hi @vhvinodsai
- Use Invoke Workflow File to run multiple automations one after another
- Use Parallel only for non-UI automations
- For UI automation, only one process can run at a time on one machine
- Use Orchestrator to run multiple automations on different machines
Best and safe option: Invoke Workflow File + Orchestrator
You can but not recommended due to testing and maintenance complexity. It’s better to build separate bots for separate processes and if you want to repeat the same activities, better to use multi-bot architecture.
Hi @ashokkarale
This suggestion also looks fine for me.
Thank you!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.
