通知を受け取る

UiPath Orchestrator

UiPath Orchestrator ガイド

設定

[設定] ページでは、タイムゾーン、メール アラート情報、アカウント情報、パッケージ フィード、対話型認証など、複数の設定を変更できます。

[全般] タブ


Enables you to change the time zone of the tenant, the language of the user interface for Orchestrator, the color of the website header, and toggle the Personal Workspaces and Classic Folders. .

📘

重要

テナントとロボットには同じタイムゾーンを割り当てることをお勧めします。

FieldDescription
Application SettingsTime Zone

The time zone of the tenant. By default, this field is set to UTC.
The timezone list depends on the machine. To ensure that all the instances under a multi-node Orchestrator installation have the same timezone list, they must use the same operating system version.

Language

The language of the user interface for Orchestrator.

Connection String

The connection string used to connect Robot machines to Orchestrator.

Custom header color

Select a color for the Orchestrator window header. This is useful for distinguishing between multiple Orchestrator tenants. The header color is selected by clicking the colored square to bring up your machine's color selector.

Custom logo

Enables you to upload your desired logo which appears in the Orchestrator window header. The accepted formats are .png and .svg, with a maximum file size of 1MB.
Note: A logo can be added at the host and/or tenant level. The host setting will be overridden by any logo added at the tenant level.
This feature is only available for paid subscriptions.
Personal WorkspacesEnable the Personal Workspaces feature.
Note: This action cannot be reversed, once the Personal Workspaces feature is enabled it cannot be disabled.

Enable Personal Workspace - Create personal workspaces for all users in a tenant that use a certain attended licensing profile, while also selecting the UI profile to be used for those users.
Standard RolesCreate standard roles for modern folders. These roles empower you to leverage the benefits of user groups.

Click Create Role next to each of the roles you want to be automatically created.
Classic FoldersActivate Classic Folders - Enable classic folders.
Note: Use this setting with caution, since classic folders are disabled and will soon be deprecated.

[デプロイ] タブ


オートメーション パッケージをホストできるフィードを設定し、そのセキュリティを保護できるようにします。

パッケージ

オートメーション パッケージを維持できる内部フィードまたは外部フィードを設定できます。既定では、内部フィードが使用されます。基本認証の資格情報を定義するか、API キーを使用して、フィードのセキュリティを保護できます。

FieldDescription
InternalMust be selected in order to use an internal feed. The feed can be secured either with the Secure Deployment option or by using an API key.
ExternalMust be selected in order to use an external feed. The feed can be secured either by using an API key or basic authentication credentials.
Secure DeploymentEnsures that your automation packages are downloaded through a secure NuGet feed.
API KeyThe key used to secure your feed against write operations such as delete or upload.
Deployment URLThe address where the NuGet feed is located.
AuthenticationEnables you to specify the credentials for your basic authenticated feed.
Please keep in mind that both the username and the password used with the API Key option should be used in this case as well.

ライブラリ

ライブラリとの連係時に使用するフィードを設定できます。選択したフィード内に、Studio からパブリッシュされたライブラリ、またはユーザーが手動でアップロードしたライブラリが格納されます。このとき、2 つのオプションが使用できます。

  • ホスト - [ライブラリ] ページは、Orchestrator インスタンス全体と同じであり、ライブラリはテナント レベルでは分離されていないため、それぞれのテナントは他のテナントのアクティビティにアクセスできます。
  • テナント - ライブラリはテナント レベルで分離され、データはテナント間で隔離されます。このオプションはパッケージ フィードと同様に機能するため、ライブラリが維持される内部フィードまたは外部フィードを設定することができます。既定では、内部フィードが使用されます。
FieldDescription
Only host feedLibraries are stored within the host feed and are available to all tenants which use it. The Libraries page is the same for one Orchestrator instance, meaning libraries are not isolated at tenant level: each tenant has access to the other tenants' activity.
You cannot upload libraries if this option is selected.
Both host and tenant feedsAdditional to the host feed, libraries will also be stored within the tenant feed and are isolated at tenant level, meaning data is separated across tenants. This feed behaves similarly to the packages feed and, as such, the same options are displayed when selecting the option. When retrieving libraries, they are searched both in the tenant and host feeds.
InternalMust be selected in order to use an internal feed. The feed can be secured either with the Secure Deployment option or by using an API key.
ExternalMust be selected in order to use an external feed. The feed can be secured using an API key.
Secure DeploymentEnsures that your automation packages are downloaded through a secure NuGet feed.
Deployment URLThe address where the NuGet feed is located.
API KeyThe key used to secure your feed against write operations such as delete or upload. The user can use it to publish packages.
This key is generated by the external provider and has the following format [username]:[password]. For example, admin:2652ACsQhy.

プロキシサーバー経由で外部フィードを使用する場合の前提条件

Windows 上でプロキシサーバーを設定した状態で外部フィードを使用する場合は、あらかじめ次の手順を行っておく必要があります。

  • Orchestrator のアプリケーション プール ([インターネット インフォメーション サービス] > [アプリケーション プール][ユーザー プロファイルの読み込み]) オプションを True に設定します。
436
  • アプリケーション プール ID アカウント (NuGet.config) に関連付けられた C:\Users\[YourAppPoolIdentityAccountName]\AppData\Roaming\NuGet\NuGet.Config ファイルに使用したプロキシ設定を追加します。
<config>
<add key="http_proxy" value="http://ipaddress:port" />
</config>

📘

重要

Robot サービスがサーバーに接続すると、次の設定が読み込まれます。変更を行った場合、変更を反映するには UiRobotSvc サービスを再起動する必要があります。

[メール] タブ


メール アドレスが設定されたユーザーにメール アラートを送信するためのメール設定が行えます。

FieldDescription
Enable Alerts EmailWhen selected, email alerts are sent to users that have a valid email address and View permissions on Alerts.
Use Default CredentialsWhen selected, the credentials of the identity under which Orchestrator runs are used to connect to the SMTP server.
When using default credentials, the SMTP Password and SMTP Username fields are disregarded even if they are filled in. This check box should be cleared if the Enable SSL option is selected.
Enable SSLWhen selected, it indicates that the connection is secured and an TLS certificate is required for the used SMTP domain. If this check box is selected, then the Use default credentials option should not be selected.
When cleared, the connection is not secured.
SMTP HostThe IP or Domain of the SMTP server.
SMTP DomainDomain for the username, if SMTP server requires authentication.
SMTP PortThe SMTP port. For example, if you are using a Gmail account to send mail messages and Enable SSL is selected, the port should be 587.
SMTP UsernameThe username of the SMTP server, if it requires authentication. For example, if you are using Gmail, fill in this field with the email address to be used to send messages.
SMTP PasswordThe email account password.
Default From AddressThe email address from which to send alert mail messages.
Default From Display NameA custom display name for the email address from which you send alerts.
Test Mail SettingsValidate the email settings.

詳細については、「メール アラートを設定する」をご覧ください。

[セキュリティ] タブ


パスワードの複雑さ

📘

注:

[パスワードの複雑さ] タブで設定を編集しても、既存のパスワードには影響しません。

FieldDescription
Must have special charactersWhen selected, it forces users to create login passwords containing special characters. By default, this check box is not selected.
Must have lowercase charactersWhen selected, it forces users to create login passwords containing lowercase characters. By default, this check box is selected.
Must have uppercase charactersWhen selected, it forces users to create login passwords containing uppercase characters. By default, this option is not selected.
Must have digitsWhen selected, it forces users to create login passwords containing at least one digit. By default, this check box is selected.
Minimum LengthSpecify the minimum number of characters user login passwords should contain. By default, it is 8. The length cannot be smaller than 6 and longer than 14.
Expiration DaysSpecify the number of days for which the password is available. After this period the password expires and needs to be changed.
The minimum accepted value is 0 (the password never expires), while the maximum is 120 days.
The Number of Previously Used PasswordsEnables you to define how many of your latest passwords are prohibited from use when setting up a new password.
The minimum accepted value is 0, while the maximum one is 10.
Should change password on first loginWhen selected, users that log in to Orchestrator for the first time are required to change their password.

アカウント ロック

FieldDescription
EnabledIf checked, locks the account for a specific amount of seconds after a specific amount of failed login attempts. This also applies to the password change feature.
Account Lockout SecondsThe number of seconds a user needs to wait before attempting to log in again after exceeding the Max Access Attempts. The default value is 5 minutes.
The minimum accepted value is 1, while the maximum one is 2592000 (1 month).
Max Access AttemptsThe amount of login attempts a user can make before the account is locked. The default value is 10 attempts. You can set a value between 2 and 10.

Robot

FieldDescription
Run Disconnected HoursSpecify the number of hours a Robot can run offline, without checking for its Orchestrator license. By default, it is set to 0. The maximum accepted value is 168 hours. This setting does not apply to Studio.

Allow both user authentication and robot key authentication
Allows users to authenticate to and access Orchestrator resources directly from UiPath Assistant, regardless of the authentication method, i.e. user authentication or robot key authentication.
Enforce user authentication, disable robot key authenticationEnforce interactive authentication. When enabled, token authentication is required for all activities calls.

[拡張性] タブ


Robot サービスが Orchestrator の SignalR チャネルをサブスクライブするかどうかを指定したり、最適なトランスポート プロトコルを設定したりします。これらの設定はアップグレード時に保持されます。

SignalR (Robot)

FieldDescription
EnabledThis toggle specifies if the Robot service subscribes to Orchestrator's SignalR channels or not. By default, this setting is enabled, and all available channels are selected:
WebSocket
Server-Sent Events (SSE)
Long Polling

When all transport channels are enabled, the best available transport is automatically selected, in the following priority order: WebSocket > Server-Sent Events > Long Polling. If the first protocol is not available for any reason, the next in line (if enabled) is used to facilitate the communication between Orchestrator and Robot.
WebSocketWhen selected, enables the WebSocket transport protocol to be used to connect the Robot to Orchestrator's SignalR channels. This is the highest protocol used in the order of priority due to its performance and support for simultaneous communication in both directions - from the Robot service to Orchestrator and vice versa.

If the SignalR (Robots) feature is not enabled, WebSocket becomes the only available transport protocol.
Server-Sent Events (SSE)When selected, enables the Server-Sent Events (SSE) push technology to be used to connect the Robot to Orchestrator's SignalR channels. This is the first backup in case WebSockets is not available for any reason.

This option cannot be used if the SignalR (Robots) feature is not enabled.
Long PollingWhen selected, enables the long polling transport protocol to be used to connect the Robot to Orchestrator's SignalR channels. This protocol is used in case the WebSockets and SSE ones are not available.

This option cannot be used if the SignalR (Robots) feature is not enabled.

[非稼働日] タブ


トリガーの実行を制限する、非稼働日のリストをテナントごとに定義できます。つまり、祝日や土日など、通常の業務がない日には、長期スケジュールがトリガーされないように設定できます。定義された非稼働日を過ぎると、通常どおりにトリガーされるようになります。

これらの制約をトリガーに適用するには、トリガー設定時に非稼働日カレンダーを選択する必要があります。[非稼働日] タブで加えたすべての変更は、そのカレンダーを使用するすべてのトリガーに影響を与えます。

📘

注:

テナント レベルで設定されているタイムゾーン ([設定] > [全般]) とは異なるタイムゾーンのトリガーについては、[非稼働日制限] が無効化されます。タイムゾーンが明示的に定義されていないテナントは、ホストからタイムゾーンを継承します。

非稼働日の管理方法の詳細については、こちらをご覧ください。

4 か月前に更新


設定


改善の提案は、API リファレンスのページでは制限されています

改善を提案できるのは Markdown の本文コンテンツのみであり、API 仕様に行うことはできません。