I just finished Citizen Developer program. I was able to automate some of my repetitive work tasks using community version StudioX.
I created around 6 projects. Now I wonder what is the best way to run them. I hope to run them simultaneously. Also I don’t want to open UiPath every time I need to run a project.
if you have your process deployed in orchestrator, you can create new process, using a parallel activity, and then calling the run parallel process like that
The furthest step I took so far is Publish one of my projects. And I don’t know what I could do with a published project.
I don’t know how to access Ochestrator either.
So for the situation that I haven’t deployed my projects, you recommended “change the run parallel process by sequences, but all if this should developed in background mode”, I need help understand what it means too☹
Hopefully you don’t think I am trying to waste your time.
The course I took didn’t give much detailed steps to follow.
I found out I jumped ahead of games a little bit. I see more tools showing up including Uipath Assistant. I got more ideas how things work now. Thanks!
Yes, the way things typically work is you build your process in Studio, publish it to Orchestrator, then run it using Assistant.
However, you cannot run multiple processes at the same time if they’re interacting with the UI. Think of it this way…could two humans use your mouse and keyboard at the same time?
If you want to run multiple processes at the same time, you have to run them unattended via Orchestrator.
Oh, I see. So I would assume unattended process doesn’t involve such activities like mouse clicking or any human interaction with the process and every step is programmed, right?
" So I would assume unattended process doesn’t involve such activities like mouse clicking"
Yes, they do. Unattended processes can do everything an attended automation can do, but unattended automations are run by Orchestrator on a RDP server, without a human involved.
But no, a human doesn’t interact, like the automation pausing and waiting for them to do something or give it input (ie dialog box, form, etc)