I have created a project in Uipath Studio. My users want to execute that process in their machines. How do i achieve this? How does Uipath Project gets executed in a distributed environment like this?
Create project in Studio
Publish it
Connect robots with Orchestrator.
User need to create account in Orchestrator and then can access my project and execute the Job??
If you would like to execute the job on different robots then you have to do all the next steps:
Create the project in Studio and test it locally to see if is working correctly.
Connect you robot with Orchestrator and publish you project. In that moment your project will be updated and visible in Orchestrator (in your tenant).
Connect all the other robots where you would like to run the job to Orchestrator.
Create an Environment where you will add all the robots that you will want to execute the job. Create a process (that make the connection between Environment and project that you published).
Start the job on the process created in step 4 (you can select on witch robot would you like to execute the job).
My question is still not answered. Let me reframe my question.
“Go to environments and select manage robots then choose usernames of users whoever wants to run the processes”
So when u say choose usernames, what do u mean >> each users should have tenant names created? Then from where do i choose , will the list of user names appear in the Orchestration?
If yes how ? How does it get linked?
to elaborate
I have created a project in studio
Published and deployed in Orchestrator
5 users are in different location and wants to execute the same project. So what all do these users need to have setup in their machine to execute the project that i have deployed.