Orchestrator Flashcards
What is the difference between Tenant and Folder entities in UiPath Orchestrator?
- Tenant Entities: Apply globally across your entire Orchestrator deployment. They are managed from the Tenant context within the Orchestrator interface. (e.g., Robots, Webhooks, Alerts)
- Folder Entities: Specific to individual folders within your Orchestrator structure. They are configured and managed from within a particular folder. (e.g., Triggers, Credential Stores, Queues)
How can you configure Webhooks in Orchestrator?
- Access the Webhooks section within the Tenant context.
- Define the URL of the external application that will receive the notification.
- Specify the events you want to trigger a notification for (e.g., Job Failed).
What are Webhooks, and how can you leverage them as Tenant Entities?
Webhooks are Tenant Entities that allow external applications to receive real-time notifications from Orchestrator about events like job completion or robot errors.
What are Alerts, and how can you use them as Tenant Entities?
Alerts are Tenant Entities that notify users (via email) about specific events within Orchestrator.
What are Triggers, and how do they function as Folder Entities?
Triggers are Folder Entities that initiate robot execution based on specific events or conditions.
How can you configure Alerts in Orchestrator?
- Access the Alerts section within the Tenant context.
- Define the conditions that trigger an alert (e.g., Job Failed more than 3 times).
- Specify the email addresses of users who should receive the notifications.
How can you configure Triggers within a Folder in Orchestrator?
- Access the Triggers section within a specific folder.
- Define the trigger type (e.g., Schedule, File Changed, API Call).
- Configure the trigger details based on the chosen type (e.g., schedule time for a scheduled trigger).
- Link the trigger to a specific robot you want to execute upon the trigger event.
What is the purpose of Credential Stores as Folder Entities?
Credential Stores are Folder Entities that allow secure storage and management of credentials (usernames, passwords) used within your automations.
How can you utilize Credential Stores within a Folder?
- Access the Credential Stores section within a specific folder.
- Create credentials with secure names and associate them with the relevant automation assets (e.g., usernames for web applications).
- Robots deployed within that folder can securely access the credentials stored within the Credential Store.
What are some best practices for managing Tenant and Folder Entities in Orchestrator?
- Clearly define naming conventions for Webhooks, Alerts, Triggers, and Credential Stores for easy identification.
- Utilize environment-specific configurations (e.g., separate Webhook URLs for development and production).
- Grant appropriate access permissions to users for managing these entities based on their roles.
- Regularly review and update configurations to ensure they align with your automation needs.
What are unattended automations in UiPath?
Unattended automations are workflows designed to run on dedicated machines without requiring user intervention. They are typically managed and scheduled through UiPath Orchestrator.
How can folders in Orchestrator help manage unattended automations?
- Folders allow you to logically group related unattended automations (processes and robots) for better organization and access control.
- You can configure settings like default job priorities, credential stores, and triggers specific to each folder.
What is the purpose of job priorities in Orchestrator for unattended automations?
Job priorities define the order in which Orchestrator queues and executes robot jobs. Higher priority jobs are processed first.
How can you leverage job priorities for efficient unattended automation execution?
- Assign high priorities to critical processes that require timely completion.
- Utilize lower priorities for non-critical background tasks that can be flexible in their execution time.
- Configure default job priorities within folders for consistent behavior of processes within that folder.
What core functionalities does Orchestrator offer for monitoring automations?
Orchestrator provides functionalities to monitor robots, jobs, queues, and overall process execution, offering insights into their health and performance.