I have created a tutorial for the Orchestrator Process in UiPath and thought of sharing with you
Orchestrator Process will help you generate a web UI which can be accessed through the orchestrator interface. This can be really helpful for gathering inputs from end users while running processes in unattended bot
You should be able to see this package on our official feed. Also, it should automatically install with the UiPath.Form.Activities as it is one of its dependencies:
This is because the Official feed is disabled for you.
Please see here:
This bit:
Official - The official online UiPath feed, where you can find the activity packages that are officially supported by us. This feed is disabled by default, and has the following source: https://www.myget.org/F/workflow/.
Simply make sure that the feed is available in your feed settings and it will work.
Here are some updated screenshots on how to create a UiPath Orchestrator process and subsequently run it with a robot.
This is the latest version of the UI in which the process is created. This is an unattended robot of course. My understanding is that support for Studio or StudioPro robots is ending.
And the following is how the screen looks when you go to run the process. Notice the unattended robot must be created in a previous step.
Keep it Hello World simple to start
In this case it was just a simple little UiPath Hello World application that was published to Orchestrator. I always recommend getting a simple application published to Orchestrator and running as a process before trying to tackle anything too complicated.