Hello team,
Can we create attended automation and execute them from the UiPath assistant on my laptop using my community license? It is for a fragmented and repeated task that I want to automate but only when I want to execute it manually and I have the community license/UiPath studio & assistant installed on my machine.
I am unable to publish the project from studio into my UiPath assistant.
Thank you so much for your response Anil!
I have setup a Robot account as an automation user. I have given the necessary access (Windows credential) but still i am unable to run the job in unattended mode.
I want to run a simple automation that i developed on my local laptop in an unattended form. I am able to run the automation on-demand from UiPath Assistant without any issues. The problem is with unattended mode.
You need to have at least one Unattended runtime available in your tenant.
Go to Orchestrator β Tenant β Machines β Create a Machine Template β add an Unattended runtime β get the Client ID and Client Secret
Add the machine template in the Shared folder
Install the robot in Service Mode (Unattended robot) in the Windows machine. We recommend 2023.4.5 or 2023.10.0. Reference: Robot - Installing the Robot
Open Assistant β Preferences β Orchestrator Settings β choose Client ID connection type β provide the Orchestrator URL, Client ID and the Client Secret β Connect
Open UiPath Studio and create a new project or open an existing one.
Develop your automation for the specific task.
Publish the Project:
Go to the βPublishβ option in UiPath Studio.
Publish the project to a local or shared folder.
Configure UiPath Assistant:
Open UiPath Assistant on your laptop.
In the Assistant Settings, add the published projectβs folder as a Process.
Run the Automation:
Once configured, you can manually run the automation from UiPath Assistant.
Note: Ensure that your community license supports the features required for attended automation.
If youβre facing issues publishing the project, make sure you have the necessary permissions, and the project is properly saved. If problems persist, check the UiPath forums or support for the latest troubleshooting information.
This is perfect!!! thanks a bunch @marian.platonov. I was able to run it in unattended mode and have created a trigger so that it executes based on a cron expression!
I am able to run the automation from UiPath Assistant without any issues. The problem was that i wanted to make it run unattended based on a cron expression. This has been resolved based on the suggestion provided by @marian.platonov