アクティビティパッケージのダウンロード

インターネットにつながっていない環境で開発を行うために
インターネットがつながる環境でアクティビティパッケージをダウンロードし
アクティビティパッケージを送りたいのですが、
そもそもアクティビティパッケージがどこに存在するのかわかりません。

今回送りたいアクティビティパッケージはServiceNowアクティビティなのですが
MarketPlaceからだとWindowsレガシー版しかなくstudioのパッケージ管理からだとWindows版がインストールできますがこれの所在がよくわからないので取り出したいのに取り出せないといった状況です。

Hi @h.yasuda

  1. In an internet-connected environment, open UiPath Studio and navigate to the “Manage Packages” section.
  2. Search for and download the ServiceNow activity package from the official UiPath Marketplace.
  3. Once downloaded, locate the package on your computer. It’s usually stored in the %userprofile%\.nuget\packages directory.
  4. Transfer the downloaded package to the offline environment using a secure method, such as a USB drive.
  5. In the offline environment, open UiPath Studio.
  6. In the “Manage Packages” section, click on the gear icon to access package sources and make sure the local package source is included.
  7. Install the ServiceNow package by browsing to the local package path where you transferred the downloaded package.

Hope it helps!

こんにちは

個別にパッケージを取得したいのであれば、NuGet Package Explorer使った方が楽かと思います。

起動後オンラインフィードから取得を選択

PackageSourceとして https://pkgs.dev.azure.com/uipath/Public.Feeds/_packaging/UiPath-Official/nuget/v3/index.jsonを選択(なければ入力)

ServiceNowを検索して、当該パッケージを選択(現時点の最新は1.3.6かと思います)→Downloadをクリックすると、nupkgを直接ダウンロードできます。

ありがとうございます。
ダウンロードできました。
ソースがStudioのパッケージを管理のオフィシャルのリンクになっているのですね
大変勉強になりました!