Automation Suite
2023.10
バナーの背景画像
Linux の Automation Suite のインストール ガイド
最終更新日 2024年4月19日

アプリの設定を構成する

appSettings を追加・変更する

Orchestrator の設定は appSettings.json ファイルで行えます。設定を変更するには、次の手順を実行します。
  1. 新しい値を appSettings.json ファイル内に配置します。必ず次の例に示す形式を使用してください。
    {
        "EncryptionKeyPerTenant.Enabled": "true",
        "Triggers.DisableWhenFailedCount": "20",
        "Triggers.JobsCountStrategy": "NoLimit"
    }{
        "EncryptionKeyPerTenant.Enabled": "true",
        "Triggers.DisableWhenFailedCount": "20",
        "Triggers.JobsCountStrategy": "NoLimit"
    }
  2. Orchestrator 構成ツールを使用して構成を更新します。次のコマンドは、カスタム appSettings.json 内のキーを、orchestrator-customconfig 構成マップに既に存在する設定とマージします。このコマンドでは、既存の設定は削除されないことに注意してください。
    ./orchestrator-configurator.sh -c appSettings.json./orchestrator-configurator.sh -c appSettings.json

アプリの設定を削除する

appSettings は、uipath 名前空間の orchestrator-customconfig 構成マップの values.json キーの下に格納されます。kubectl または同様のツールを使用して、不要な appSettings を削除できます。
orchestrator-customconfig 構成マップでの values.json の例:
{
  "AppSettings" : {
    "EncryptionKeyPerTenant.Enabled": "true",
    "Triggers.DisableWhenFailedCount": "20",
    "Triggers.JobsCountStrategy": "NoLimit"
  },
  "Kestrel" : {
     ...
  }
}{
  "AppSettings" : {
    "EncryptionKeyPerTenant.Enabled": "true",
    "Triggers.DisableWhenFailedCount": "20",
    "Triggers.JobsCountStrategy": "NoLimit"
  },
  "Kestrel" : {
     ...
  }
}
  • appSettings を追加・変更する
  • アプリの設定を削除する

Was this page helpful?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
UiPath ロゴ (白)
信頼とセキュリティ
© 2005-2024 UiPath. All rights reserved.