- リリース ノート
- 基本情報
- UiPath Assistant
- インストールとアップグレード
- ロボットの種類
- Robot のコンポーネント
- ライセンス
- Robot を Orchestrator に接続する
- プロセスとアクティビティ
- ログ
- Robot JavaScript SDK
- 特定のシナリオ
- トラブルシューティング
| 操作 | サービス モードの Robot | ユーザー モードの Robot |
|---|---|---|
| 有人実行 | ✅ | ✅ |
| 無人実行 | ✅ | ❌ 1 |
| 同時ジョブ実行 | ✅ | ✅ |
| 自動セッション管理 | ✅ | ❌ |
| 高密度デプロイ | ✅ | ✅ |
| トレイ終了時にサービスを停止 | ❌ | ✅ |
| 単一マシン マルチユーザー デプロイ | ✅ | ✅ |
1 ユーザー モードの Robot による無人実行は、ユーザーがログインしている間のロックされた画面でのみ可能です。
サービス モードの Robot
サービス モードの Robot は、無人オートメーションのシナリオや大規模なプラットフォームのデプロイに最適です。プロセスが実行されると、Robot Executor が実行されます。この時、Robot Executor はそれが登録されているユーザーと同じ権限を持ちます。
Robot サービスは、ローカル システムの Windows サービス コントロール マネージャーによって起動されます。対話型の Windows セッションを開くことができ、マシン管理者のすべての権限を持ちます。そのため、無人ジョブの自動セッション管理 (ログオンやログオフなど) を行うことができます。大規模なプラットフォームのデプロイには、サービス モードの Robot を使用することをお勧めします。
Installing the Robot using UiPathStudio.msi and selecting the Unattended Robot option deploys the Service Mode Robot by default. It can also be installed from the Command Prompt.
A Service Mode Robot can easily be updated, or converted to a User Mode Robot.
この種類のデプロイでは、Robot は services.msc の Windows サービスの下に表示されます。
ユーザーがログインしているかどうかに関係なく、Orchestrator からジョブを開始できます。
The Service Mode Robot gets installed for all users on that machine. When the Service Mode Robot is installed on Windows Server machines, you can run concurrent unattended jobs with automatic session management. This represents a seamless unattended automation scenario. You can have concurrent jobs with the User Mode Robot on a Windows Server, but not automatic session management. You can find out how to set up a Windows Server for your Robots on this page.
UiPath.settings ファイルは %ProgramData%\UiPath フォルダーにインストールされます。
Packages are downloaded in the %userprofile%\.nuget\packages folder by default. However, you can specify a custom location when you install Studio from the Command Prompt. If you are not connected to Orchestrator, the packages you publish from Studio are saved in the %ProgramData%\UiPath\Packages folder, and become visible in the Robot Tray. Find out more about Managing Packages.
ユーザー モードの Robot
ユーザー モードの Robot は、有人オートメーションのシナリオに最適です。このプロセスを開始するユーザーの下で実行され、そのユーザーとまったく同じ権限を持ちます。
Installing the Robot using UiPathStudioSetup.exe deploys the User Mode Robot. When installing with UiPathStudio.msi, selecting the Assistant option deploys the User Mode Robot by default. It can also be deployed when installing from the Command Prompt.
A User Mode Robot can easily be updated, or converted to a Service Mode Robot.
この種類のデプロイでは、Robot は Windows サービスの下に表示されません。
Orchestrator からジョブを開始するには、ユーザーがログインしている必要があります。
UiPath.settings ファイルは %LocalAppData%\UiPath フォルダーにインストールされます。
サービス モードの Robot のデプロイでは、.xaml ファイルを実行するユーザーのみがこれらのファイルを読み取ることができます。
By default, packages are downloaded in the %userprofile%\.nuget\packages folder. This location can be specified when you install Studio from the Command Prompt. If you are not connected to Orchestrator, the packages you publish from Studio are saved in the %ProgramData%\UiPath\Packages folder, and become visible in the Robot Tray. Find out more about Managing Packages.
サービス モードの Robot によってダウンロードされたパッケージは、ユーザー モードの Robot では実行できません。