- リリース ノート
- 基本情報
- UiPath Assistant
- インストールとアップグレード
- ロボットの種類
- Robot のコンポーネント
- ライセンス
- Robot を Orchestrator に接続する
- プロセスとアクティビティ
- ログ
- Robot JavaScript SDK
- 特定のシナリオ
- トラブルシューティング
Robot エージェント (UiPath.Agent.exe、ロボット トレイ) は Robot の実際のユーザー インターフェイスです。システム トレイ ウィンドウに利用可能なジョブを表示する WPF アプリケーションです。Robot サービスのクライアントとして、ユーザー入力に基づいて、WCF チャネルを使用してジョブの開始または停止を要求したり、設定を変更したりできます。
Starting with the v2020.10 release, the UiPath Assistant has become the default user interface of the robot.
After you install and run the Robot, an icon
is displayed in the system tray. Clicking this icon displays the Robot Agent, while right-clicking it brings up the Options menu.
Robot エージェントを使用すると、次を行うことができます。
-
すべての利用可能なオートメーション プロセスを表示します。
- If the Robot is connected to Orchestrator, processes from the environments and folders the Robot is a part of are displayed.
- If the Robot is not connected to Orchestrator, processes from the
%ProgramData%\UiPath\Packagesfolder are displayed. ThePackagesfolder can be specified, as explained on the Command Line Parameters page.
-
Start and stop a process, as depicted below. Once a process is started, the execution status is displayed, with the possibility to Pause, Resume, or Stop the execution. The Pause button can be disabled for a process from the Studio Process Settings window. You can use the Report Status activity to have custom status messages displayed during execution. Please note that, upon trigger, the process is paused after the current activity is executed. You can set global keyboard shortcuts from the User Preferences window to pause/resume, or stop processes.
-
View and manage running Foreground and Background processes.
-
以下に示されるように、新たなバージョンが存在するプロセスや、ダウンロードしてローカルで解凍する必要があるプロセスを確認してダウンロードし、インストール状況を確認することができます。
-
Orchestrator への接続状態を確認できます (下図参照)。
- 接続済み、ライセンス済み - ロボットが存在し、ライセンスが付与されている場合。ホバーすると、「ロボットは接続中で、ライセンスも取得済みです。」というツールチップ メッセージが表示されます。
- 接続中、ライセンスなし - ロボットが存在していても、ライセンスが付与されている場合。カーソルを合わせると次のようなツールチップ メッセージが表示されます。「サーバーには使用可能なライセンスがありません」。
- ロボットは利用できません。 - 次のそれぞれの状況で、マウス カーソルを置くと次のツールチップ メッセージが表示されます。
"An Orchestrator Robot definition must exist for this user."- ロボットをホストするマシンが Orchestrator で定義されていません。たとえば、先に Orchestrator でロボットを定義せずに、ConnectionStringを使用してそのロボットをデプロイした場合が該当します。“Robot does not exist.”- 定義されているロボットがありません。“There are no available licenses on the server.”- 現在、Orchestrator に用意されているライセンスがすべて消費されています。“Robot already connected to machine ‘Machine_Name’.”- フローティング ロボットが既に別のマシンで使用されています。"The machine key is linked to another machine!"- Orchestrator との接続に使用したキーが、Orchestrator で別のマシンに属しています。
-
使用可能なプロセスを検索できます。
-
ログを開きます。
-
トレイの端をドラッグしてトレイのサイズを変更します。
For more information, see the field descriptions for the Robot Agent.
Robot システム トレイのアイコンの色は、Orchestrator との接続状態を次のように示します。
- 接続が確立されている場合。
- 未接続の場合。
- エラーが発生した場合 (例: UiPath Robot サービスが停止したなど)。
さらに、アイコンの上にステータスが表示されます。
ロボット エージェントを閉じても、Robot サービスは閉じられません。ユーザー モードの場合、ロボット エージェントを閉じると、Robot サービスも閉じます。
プロセスの実行中に例外がスローされると、[ランタイム実行エラー] ウィンドウが表示されます。これにはエラーの概要と詳細としてのコール スタックが含まれています。