UiPath Documentation
assistant
2022.4
false
Assistant ユーザー ガイド
  • UiPath Assistant
    • UiPath Assistant について
    • フィールドの説明
  • UiPath Assistant をインストールする
  • UiPath Assistant を設定する
  • macOS 用の Assistant
  • ピクチャ イン ピクチャ
  • 有人オートメーションを設定する
  • ガバナンス
  • Assistant 内のウィジェット
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

ウィジェット

A Widget refers to a plug-in integrated with the UiPath Assistant holding a functionality, for example, the Apps Widget, or your own custom one.

UiPath Assistant にウィジェットをインストールするには、2 つの方法があります。

ウィジェットをダウンロードする

UiPath で作成されたウィジェットは公式のフィードを介して配布されるのに対して、カスタム ウィジェットは .nupkg ファイルとして Orchestrator のライブラリにパブリッシュされます。どちらの場合も、ガバナンス ポリシーに基づいて UiPath Assistant にダウンロードされ、インストールされます。

ウィジェットのダウンロードは、次のような手順で実行されます。

  1. UiPath Assistant は Automation Ops からガバナンス ポリシーを取得します。

  2. UiPath Assistant は Orchestrator ライブラリ フィードで、要求されたウィジェットを検索します。

  3. そこでウィジェットが見つからない場合は、公式の NuGet フィードが使用されます。

    注:

    両方のフィードを使用できる場合、UiPath Assistant はオフィシャル NuGet フィードよりも Orchestrator ライブラリ フィードを優先します。

  4. ウィジェットがダウンロードされ、UiPath Assistant に追加されます。

    注:

    In order to see a new widget, you need to Quit and restart the UiPath Assistant, sign out and sign back in, or reload widgets by opening the Windows Tray -> right click on the UiPath Assistant icon -> Reload Widgets.

UiPath Assistant に手動でウィジェットを追加する

To manually add a Widget to the UiPath Assistant, you need the .js compiled file. If the Widget is already built in a .js file, simply drag and drop it on the UiPath Assistant homepage, else, you need to build the Widget first as per the instructions found here.

注:

UiPath Assistant で .js ファイルをドラッグ アンド ドロップできるようにするには、ガバナンス ポリシーでカスタム ウィジェットの使用を許可する必要があります。

Automation Ops を使用したウィジェットのガバナンス

Widget Governance allows you to manage user access to Widgets. For more information, check out the Creating Governance Policies documentation.

UiPath Assistant に作成したポリシーによって、以下が可能になります。

  • ユーザーによる、独自のカスタム ウィジェットのインストールを許可するかどうかを選択します。

  • Choose if you want to use the UiPath Official widget feeds. If you choose yes, the widgets will be downloaded from either the official feed or your Orchestrator libraries feed. If you choose no, then only the Orchestrator library feeds will be enabled.

  • NuGet パッケージの名前とバージョンを追加して、ユーザーがアクセスできるようにするウィザードのリストを表示します。

    注:

    カスタム ウィジェットを許可しないようにガバナンス ポリシーを設定した場合、ユーザーはドラッグ アンド ドロップでカスタム ウィジェットを追加することはできず、Orchestrator のフィードまたは公式のフィードを介してデプロイされたウィジェットをインストールすることしかできません。また、カスタム ウィジェットと公式のフィードを両方とも許可しない場合、ユーザーは Orchestrator フィードでパブリッシュされたウィジェットにのみアクセスできます。

Automation Ops を使用しないウィジェットのガバナンス

UiPath Assistant が Automation Ops で設定されたポリシーによって制御されていない場合、またはポリシーを適用できない場合は、agent-settings.json の設定が使用されます。どちらも使用できない場合は、Assistant は Marketplace ウィジェットと Apps ウィジェットの最新バージョンを含む既定のポリシーを使用します。

これを変更するには、%userprofile%\AppData\Roaming\UiPath にある agent-settings.json を開き、agent タグの下に defaultNugetWidgetConfig プロパティを追加します。

重要:

agent-settings.json でポリシーを設定する場合は、必ず有効期限も設定してください。

"defaultNugetWidgetConfig": {
   "widgets": {
      "UiPath.Marketplace.Widget": "1.0.0"
    },
    "enableOldWidgets": true,
    "enableFallbackFeed": true,
    "expires": "2100-01-01T00:00:00.000Z",
    "policy": "My custom default policy"
}
"defaultNugetWidgetConfig": {
   "widgets": {
      "UiPath.Marketplace.Widget": "1.0.0"
    },
    "enableOldWidgets": true,
    "enableFallbackFeed": true,
    "expires": "2100-01-01T00:00:00.000Z",
    "policy": "My custom default policy"
}
注:

ポリシーが Automation Ops からダウンロードされていて、agent-settings.json の設定が変更されている場合、ローカル ポリシーを適用するには、ダウンロード済みのポリシーの有効期限が切れるまで待つ必要があります。

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

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得