- 基本情報
- はじめに
- 対話型サインインを設定する
- インストールとアップグレード
- ロボットの種類
- Robot のコンポーネント
- ライセンス
- Robot を Orchestrator に接続する
- プロセスとアクティビティ
- ログ
- 特定のシナリオ
- ガバナンス
- トラブルシューティング
UiPath Robot 実行エージェント: Studio で構築したプロセスを実行するためのコンポーネント、ライセンス モデル、Orchestrator への接続。
Robot は UiPath の実行エージェントであり、Studio で開発されたプロセスを実行できます。プロセスを実行するにはロボットを Orchestrator に接続するか、ローカルでライセンスを取得する必要があります (「ライセンスについて」をご覧ください)。活用できるロボットの種類はライセンスによって決定され、Robot サービスはデプロイの種類によって決定されます。
Robot はいくつかのコンポーネントに分割され、各コンポーネントはオートメーション プロジェクトにおける特定のタスク専用のものです。Robot のコンポーネントは以下のとおりです。
上記の説明にあるようにロボットのコンポーネントを分割することで、開発者、サポート ユーザー、およびコンピューターによるコンポーネントの実行ならびに、どのコンポーネントが実行中であるかの識別や追跡が容易になります。こうすることで、Executor およびサービスに対してそれぞれ異なるファイアウォール ルールを設定するなど、特別な動作をコンポーネントごとに設定できます。
Service Mode and User Mode robots
Robot は、ローカル システム アカウントで対話型 Windows セッションを開くことができます。また、Robot は Windows サービスの権限をすべて持っています。Windows セッションについて詳しくは、こちらのページをご覧ください。
- Installing the Robot using
UiPathStudio.msideploys the Service Mode Robot by default. You can also install it from the Command Prompt. - User Mode Robot has the same rights as the user under which it was installed.
- Both Service Mode and User Mode Robots can be configured as HD Robots.
Packages downloaded by the Service Mode Robot cannot be run by User Mode Robots. The Service Mode Robot downloads packages under the Local System account, which the User Mode Robot cannot access. If this happens, delete the packages in %userprofile%\.nuget\packages and re-download.
Robot は、インストールしたときのモードに関係なく、Orchestrator に接続できます。