UiPath Documentation
orchestrator
latest
false
Orchestrator ユーザー ガイド
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

Studio でアセットを管理する

[アセットを取得] アクティビティと [資格情報を取得] アクティビティを使用して、Studio から Orchestrator アセットにアクセスしたり、取得したりします。

Studio では、ロボットが [アセットを取得][資格情報を取得] の 2 つのアクティビティを使用して、Orchestrator のデータベースに格納されているアセットから情報を抽出することができます。

これらは [Orchestrator] > [アセット][アクティビティ] パネルに表示され、UiPath® Core アクティビティ パッケージの一部になっています。

Text、Bool、Integer のアセットには [アセットを取得] アクティビティを使用してください。Credential のアセットには [資格情報を取得] を使用してください。

注:

アセットの名前については、大文字と小文字は区別されません。たとえば、「Text」 と 「teXt」は同じです。

[アセットを取得] アクティビティを使用する

  1. Orchestrator で、String、Boolean、または Integer のアセットを作成します。
  2. In Studio, create a string, boolean or integer variable, depending on the Enter of asset you want to use from Orchestrator. For example, if you want to work with a string asset, create a string variable.
  3. [アセットを取得] アクティビティを [アクティビティ] パネルから [Main] パネルにドラッグします。
  4. In the Properties panel, in the AssetName field, Enter the name of the Orchestrator asset you want to use, and place it between quotation marks. For example, if in Orchestrator the asset name is StringAsset, write "stringasset" in Studio.
  5. [プロパティ] パネルの [値] フィールドに、手順 2 で作成した変数を入力します。Orchestrator のデータベースに格納されたアセット名と [アセット名] が同一で、ロボットがアクセス権限を持つ場合、指定した Orchestrator アセットからの情報がこの変数に格納されます。

図 1. プロパティ パネル

[資格情報を取得] アクティビティを使用する

  1. Orchestrator で、Credential 型のアセットを作成します。
  2. Studio で、String 変数を作成します。この変数は、資格情報のユーザー名部分の格納に使用します。
  3. Create a SecureString variable. This is used to store the password. The SecureString is a special .NET Framework variable Enter that is encrypted within the framework.
  4. In the Properties panel, in the AssetName field, Enter the name of the credential asset, as it is in Orchestrator, and place it between quotation marks. For example, "amazon_login".
  5. [プロパティ] パネルの [パスワード] フィールドに、SecureString 型変数を入力します。
  6. [プロパティ] パネルの [ユーザー名] フィールドに、String 型変数を入力します。Orchestrator データベースに格納されたアセット名が [アセット名] と同一で、ロボットが必要な権限を持つ場合、Orchestrator に格納された認証情報アセットにもロボットからアクセスできるようになります。

図 2. [プロパティ] パネル

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得