- Release Notes
- Getting Started
- UiPath Assistant
- Installation and Upgrade
- Robot Types
- Robot Components
- Licensing
- Connecting Robots to Orchestrator
- Processes and Activities
- Logging
- Robot JavaScript SDK
- Specific Scenarios
- Restarting Robot Components
- Windows Sessions
- Login Using Thales Luna Credential System
- Login Using NShield Key Storage Provider
- Redirecting Robots Through a Proxy Server
- Executing Tasks in a Minimized RDP Window
- Using Mapped Network Drives
- Stopping a Process
- Disable Stop Button
- Custom Package Folders and Network Paths
- CrowdStrike Integration
- Robot Citrix Apps Virtualization
- Troubleshooting
- Unresponsive Robot Over RDP
- Duplicate Execution Logs
- Frequently Encountered Robot Errors
- Increased Process Execution Duration
- Enforced Package Signature Verification
- Message Too Large to Process
- Errors When Running as Administrator
- NuGet Packages Not Accessible After Migration
- User Access Control Prompt and UI Automation Activities
- .NET required during installation
- Assembly Cannot Be Loaded From Network Or Azure File Share
- Activities cannot find .NET Runtime
Assistant Governance
You can use UiPath Automation Ops to govern UiPath Assistant. Automation Ops allows you to manage and implement governance policies based on user profiles. Governance policies offer control over various functionalities, and make sure that the rules are followed.
You can create and deploy policies per tenant for each type of license, per group, or per user. You must configure the policy details and the product settings for each policy you create or edit.
The policy you create for the UiPath Assistant allows you to:
- Choose if you allow users to install their own custom widgets.
- Choose if you want to use the UiPath Official widget feeds. If you choose Yes, the widgets will be downloaded from either the official feed or your Orchestrator libraries feed. If you choose No, then only the Orchestrator library feeds will be enabled.
- List the widgets that you want your users to have access to by simply adding the name and the version of the NuGet package.
Note: When switching the tenant from UiPath Assistant, the Automation Ops policy from the new tenant applies.
Widgets are plugins that add functionality to the Assistant. The Widgets tab enables you to control user access to widgets.
Some widgets are added by default. On the Widgets tab, you can choose the widgets you want to deploy to your users.
To further configure the Assistant, from the Governance tab, select a policy, navigate to the Feature Toggles tab and choose your setup:
- Enable Task Capture: You can show/hide the Task Capture button.
- Group processes by folders: This option enables you to group processes in Assistant by Orchestrator folder. You can now change this option directly from Assistant by selecting the appropriate check box in the policy.
- Minimize Assistant while a process is running: You can enable/disable the minimization of Assistant while running a process.
- Automatically launch Assistant at startup: You can enable/disable the Assistant launch at sign in. If you enable this option, the Assistant will start at the moment of sign in, in tray mode.
- Use local user preferences: Allows you to manually modify this option form Preferences.
- Allow users to change the logging level in Assistant: You can enable/disable the Log Level picker from Assistant. By default, Log Level changes are enabled, but they can be disabled by switching to No.
- Allow users to run automations outside Personal Workspace: If enabled, you will be able to run automations from your Personal Workspace and from other Orchestrator folders.
-
Display EDR Protection status in Assistant - Select Yes to display in Assistant whether your machine is protected with EDR.
- Enable Action Center: You can enable/disable the Action Center connection to UiPath Assistant.
- Allow users to share an automation URL: If you enable this option, the Copy button will appear next to the automations installed in shared folders. Click this button to create a link that opens the automation in Assistant. Make sure you choose the 23.4.0 policy template, or higher.
agent-settings.json
configuration is used. If neither of those can be used, the Assistant uses a default policy which contains the latest versions
of Marketplace and Apps Widgets.
agent-settings.json
located in %userprofile%\AppData\Roaming\UiPath
and adding the defaultNugetWidgetConfig
property under the agent
tag.
agent-settings.json
, make sure to also configure the expiration date. Otherwise, if an Automation Ops policy exists, it takes precedence until
it expires.
"defaultNugetWidgetConfig": {
"widgets": {
"UiPath.Marketplace.Widget": "internal",
"UiPath.Apps.Widget": "internal"
},
"enableOldWidgets": true,
"enableFallbackFeed": true,
"expires": "2100-01-01T00:00:00.000Z",
"policy": "My custom default policy",
"allowTaskCapture": true,
"enableGroupByFolder": false,
"setGroupByFolderLocally": true,
"launchAtStartup": false,
"setLaunchAtStartupLocally": true,
"minimizeWhileRunning": false,
"onlyUiPathContentInMarketplace": false,
"actionCenterUrl": "",
"allowActionCenter": true,
"allowLoggingChanges": true,
"allowAutomationsOutsidePw": true
}
"defaultNugetWidgetConfig": {
"widgets": {
"UiPath.Marketplace.Widget": "internal",
"UiPath.Apps.Widget": "internal"
},
"enableOldWidgets": true,
"enableFallbackFeed": true,
"expires": "2100-01-01T00:00:00.000Z",
"policy": "My custom default policy",
"allowTaskCapture": true,
"enableGroupByFolder": false,
"setGroupByFolderLocally": true,
"launchAtStartup": false,
"setLaunchAtStartupLocally": true,
"minimizeWhileRunning": false,
"onlyUiPathContentInMarketplace": false,
"actionCenterUrl": "",
"allowActionCenter": true,
"allowLoggingChanges": true,
"allowAutomationsOutsidePw": true
}
agent-settings.json
file:
- "actionCenterUrl": "https://example.com"
- "allowActionCenter": true.
To find the Action Center URL, go to the Action Center widget.
agent-settings.json
file:
- "displayEdrMessage": true