アクティビティのバージョンについて

はじめまして!UiPath初心者です。

Studio 2024.10.16のバージョンを使用してシナリオの作成を行っています。
アクティビティを選択すると、自動でパッケージのダウンロードをしてくれるのですが
その際に最新バージョン(非推奨)を拾ってきてしまうらしく、
どうすれば『推進バージョンの中の最新のもの』に限定できるのかわかりません。

先日、シナリオの作成中に追加したアクティビティが原因でパッケージのバージョンが
大幅に上がってしまい、今まで作成していたアクティビティまで変わってしまいました。
このままでは気軽にアクティビティを追加できません、、(´;ω;`)

プロジェクトの依存関係のフィルターを確認しても、『プレリリースを含む』にはチェックが付いていないし、『対応バージョンのみ』としてもめちゃくっや高いバージョンのものが提示されるんですよね、、、

よろしくお願いいたします。

Hi @dokinchan

I understand that this can be frustrating sometimes… But this is something UiPath does by default if it sees that the package is not already installed. UiPath will automatically download that new activity’s latest package. Latest version takes priority.

However, there is a better approach. What I usually do is search for an activity, check if it is installed, and if not, install it myself. Do not drag and drop activities that you don’t have packages available for. The way you can look if the activity package is already installed or not is by looking in your activities panel:

This is a simple example. I do not have WebAPI package installed - but I need to use the HTTP Request activity. I simply search for the activity and look under “Installed” to see if the package already exists… If the activity is under “Available” - it means it does not exist and will automatically start downloading/upgrading.

Lastly, I would also recommend using a later version of UiPath. 2024 is slightly outdated and missing some of the newer components/activities.

I hope I understood your question correctly. Hope this helps :slight_smile:

@dokinchan

You can limit the auto download or not display the activities for which the packages are not installed , but you cannot limit it to what version it needs to download

to limit showing the activities which are downloaded only go to activities → Click on filter icon on left top → Deselect available filter

cheers

こんにちは

インターネット接続可能環境で、製品バンドルのアクティビティパッケージを使いたいのであれば、以下の様にすれば良いと思います。

1.パッケージ管理-設定でユーザー定義のパッケージソースを追加できますので
そこで C:\Program Files\UiPath\Studio\Packages を追加します。

2.アクティビティパッケージの選択画面で1で追加したフィードを指定します。
製品にバンドルされたアクティビティパッケージが表示されますので、そこから選択します。
(製品をアップデートした場合は以前のバージョンのアクティビティパッケージも含まれていると思います)

なおアクティビティパネルの「利用可能」カテゴリーのところからアクティビティをデザイナーパネルにドロップしますと、現在利用可能な最新のアクティビティパッケージが導入されますので、ご注意ください。