I’ve built an automation project using UiPath Studio Web and published it successfully. Now I want to run it on a recurring schedule (not manually).
I have a couple of questions:
After publishing the project, is it correct to just create a time-based trigger in Orchestrator and set the execution target to Cloud Robot? Is that the recommended way?
I noticed there’s an option to define a time-based trigger within Studio Web. If I configure that, do I still need to manually set up a trigger again in Orchestrator, or will it work automatically?
If you have time trigger in studio web project when you publish it will automatically created time trigger in orchestrator. Time trigger will help you to run process automatically certain time period or intervals. Thanks
So when I set a time trigger, it’s automatically reflected in Orchestrator as well—good to know.
I published the project to My Workspace, and as expected, it appeared there.
However, when I publish it to the Tenant Processes Feed, I’m not sure which modern folder it gets reflected in.
Could you please let me know where it appears?
whenever you publish process under orchestrator tenant process feed it will go to Packages section under tenant in your cloud orchestrator. as your wish you can go to any one of the modern folder yours and create process and select the package which you published to tenant so that the newly created process will be available in that specific modern folder. thanks