- UiPath Assistant
- UiPath Assistant をインストールする
- UiPath Assistant を設定する
- macOS 用の Assistant
- ピクチャ イン ピクチャ
- 有人オートメーションを設定する
- ガバナンス
- Assistant のガバナンス
- Assistant のポリシーの設定
- Assistant 内のウィジェット

Assistant ユーザー ガイド
Assistant のガバナンス
UiPath Automation Ops を使用して UiPath Assistant を管理することができます。Automation Ops を使用すると、ユーザー プロファイルに基づいてガバナンス ポリシーを管理・実装できます。ガバナンス ポリシーを適用することによりさまざまな機能の使用を制御し、ルールの順守を徹底できます。
ガバナンス ポリシーを作成および設定する
テナントの各種類のライセンスごと、グループごと、またはユーザーごとにポリシーをデプロイできます。作成または編集するポリシーごとに詳細と製品設定を構成する必要があります。
Automation Ops を使用した Assistant のガバナンス (Automation Cloud および Automation Suite の両方)
UiPath Assistant に作成したポリシーによって、以下が可能になります。
- ユーザーによる、独自のカスタム ウィジェットのインストールを許可するかどうかを選択します。
- 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.
- NuGet パッケージの名前とバージョンを追加して、ユーザーがアクセスできるようにするウィザードのリストを表示します。
注:
UiPath Assistant からテナントを切り替えた場合、新しいテナントの Automation Ops ポリシーが適用されます。
ウィジェット タブ
ウィジェットとは、Assistant に機能を追加するプラグインのことです。ウィジェット タブでは、ウィジェットへのユーザー アクセスを制御できます。
一部のウィジェットは既定で追加されます。ウィジェット タブでは、ユーザーにデプロイするウィジェットを選択できます。
カスタム ウィジェットを許可しないようにガバナンス ポリシーを設定した場合、ユーザーはカスタム ウィジェットを追加できず、Orchestrator フィードまたはオフィシャル フィード経由でデプロイされたウィジェットしかインストールできません。また、カスタム ウィジェットとオフィシャル フィードを両方とも許可しない場合、ユーザーは Orchestrator フィードにパブリッシュされたウィジェットにしかアクセスできません。
機能トグル タブ
Assistant の詳細な設定を行う場合は、[ガバナンス] タブでポリシーを選択して [機能トグル] タブに移動します。
- Enable Task Capture - Select Yes to show the Task Capture Launcher.
- プロセスをフォルダーごとにグループ化 - [はい] を選択すると、[ホーム] ページのプロセスが Orchestrator のフォルダーごとにグループ化されて表示されます。ユーザーが Assistant からこのオプションを変更できるようにするには、対応するチェックボックスをオンにします。
- プロセスの実行中に Assistant を最小化 - [はい] を選択すると、プロセスの実行中に Assistant のウィンドウが最小化されます。
- 起動時に Assistant を自動的に起動 - [はい] を選択すると、サインイン時に Assistant が開始され、Windows の通知領域に Assistant のアイコンが追加されます。
- ユーザーが Assistant でログ レベルを変更することを許可 - [はい] を選択すると、Assistant でログ レベル ピッカーが有効化されます。
- ユーザーが個人用ワークスペース外のオートメーションを実行することを許可 - [はい] を選択すると、他の Orchestrator のフォルダーのオートメーションを実行できます。
- Enable Action Center - Select Yes to allow the use of the Action Center widget.
- ユーザーがオートメーションの URL を共有することを許可 - [はい] を選択すると、共有フォルダーにインストールされているオートメーションの URL を共有できます。
- EDR 保護のステータスを Assistant に表示 - [はい] を選択すると、お使いのマシンが EDR で保護されているかどうかが Assistant に表示されるようになります。
- Allow Studio Web - Select Yes to allow users to launch Studio Web from the UiPath Products section in Assistant and return Studio Web templates in Assistant search view.
- [実行中] タブに切り替え - [はい] を選択すると、オートメーションの起動時に Assistant のフォーカスが [実行中] タブに配置されます。
Automation Ops を使用しない Assistant のガバナンス
UiPath Assistant が Automation Ops で設定されたポリシーによって制御されていない場合、またはポリシーを適用できない場合は、policy.json の設定が使用されます。どちらも使用できない場合は、Assistant は Marketplace ウィジェットと Apps ウィジェットの最新バージョンを含む既定のポリシーを使用します。
policy.json ファイルにはポリシーに関連する情報が含まれており、agent-settings.json ファイルによって参照されます。
v2023.10 より前のバージョンでは、これらの設定は、 agent-settings.json ファイルの defaultNugetWidgetConfig パラメーターでホストされていました。v2023.10 以降のバージョンでは、このパラメーターは policy.json ファイルのみを参照します。ポリシーに関連する設定が含まれていた以前のバージョンの UiPath Assistant からアップグレードすると、特定の設定が新しい設定に自動的に移動されます policy.json
これは、%userprofile%\AppData\Roaming\UiPath にある policy.json を開いて、次のように変更すると変更できます。
policy.json でポリシーを設定する場合は、必ず有効期限も設定してください。設定しないと、Automation Ops ポリシーが存在する場合は、その期限が切れるまで優先されます。
"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,
"switchToRunningTab": true,
"allowStudioWeb": true
"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,
"switchToRunningTab": true,
"allowStudioWeb": true
Automation Ops を使用せずにオンプレミス環境で Action Center ウィジェットを有効化するには、policy.json ファイルに以下のパラメーターを追加する必要があります。
-
"actionCenterUrl": "https://example.com" -
"allowActionCenter": trueAction Center の URL を確認するには、Action Center ウィジェットに移動します。
To enable the EDR protection status message from Assistant > Preferences > General tab, you must add the following parameters to the policy.json file:
"displayEdrMessage": true