Hello,
I’m going through the Orchestrator overview training and have been caught out by two questions, I would appreciate your help as I don’t understand why what I’ve chosen is incorrect:
==================
Q1 - Which of the following entities need roles assigned in Orchestrator to be able to run automations?
Choose one of the options below
Both human users and unattended robots. - Correctly unselected
Only unattended robots. - Correctly unselected
Only human users. - Correctly selected.
—> Why is the correct answer here “Only human users”, when we assign the Robot role to newly created robots in Orchestrator? If a robot isn’t assigned a Robot role, it won’t be able to run automations either. What am I misunderstanding here?
===========================
Q2 - Which of the following entities need to be mapped to the folder in order to run an unattended job?
Choose the three options that apply
Package -Incorrectly checked
Process -Incorrectly unchecked
User or Robot - Correctly checked
Machine template - Correctly checked
Queues - Correctly unchecked
—> By UiPath definition, a Process is a version of a package allocated to a folder, whereas a package is an automation project published to Orchestrator. Also in the same training, under the “Introduction to UiPath Orchestrator” it says that Published packages Paired with a Folder become Processes.
My question is - How can you map a process to a folder, when a process only becomes a process when it’s already in the folder? So you map a Package to a folder for it to become a process. You cannot map a process to the folder, a process doesn’t exist until you map a package to a folder.
I understand the point UiPath are trying to make, i.e. that you can only run an unattended job when there’s a machine, a user/robot, and a process present in a folder, but you map a machine, a user/robot and a PACKAGE, to ensure there’s a process.
Many thanks