Nugetパッケージバージョン複数選択について

こんにちは
UiPath Studio 2025.0.176STS Community editionのユーザーです。

UiPath AssistantでNugetパッケージを実行する場合、Nugetパッケージの最新バージョンだけでなく、複数バージョンを実行したいのですが、2点質問します。

1.現在のCommunityPlanライセンスでは、Nugetパッケージの複数バージョンは実行できないという理解で正しいですか?
2.Enterpriseエディションの場合は、Orchestratorに接続していれば、Assistantから実行する際に、「プロセスのバージョン選択」が可能となりますか?

Namaste @gorby
You’re correct in Community Edition you cannot select multiple versions of a NuGet package in UiPath Assistant as it always runs the latest version.
And in Enterprise Edition with Orchestrator, you can select the specific version of the process in UiPath Assistant if connected to Orchestrator.

Cheers

@gorby,

In both scenarios you can’t run multiple versions of a Nuget package from the Assistant because assistant allows you to run the processes and each process will have a fixed version to run.

One option would be, create a separate process in the Orchestrator with the desired version of the package and this process will be visible in the assistant to run.

Would you please explain how we can do this?

Yeah Sure we can do it by publishing the process from Studio to Orchestrator then in Orchestrator, go to Automation then in processes create or edit the process and in the Package Version dropdown select the version you want and save changes then open UiPath Assistant, refresh it, and run the process it will run exactly the version you selected.

@bhavesh.choubey,

That’s the Orchestrator way and can be done with community license as well. The question is about:

Okay so I think I miss understood the question I thought can we change the version and run the flow through Assistant or not. Got it we cannot change the version through Assistant.

1 Like

That’s right. You misunderstood my question :face_exhaling:

May Lord Saraswati bless you.

1 Like

Yes i got it now we can’t Select Version from Assitant even in Community and in Enterprise.

Cheers

Since I’m not very familiar with Orchestrator, I don’t really know, but is it easy to change the process name of a published process in Orchestrator?

@gorby,

Yes you can change process name and not the package name. Both are different.

Many processes can be created or added for a single package.

How to edit the process name from the Orchestrator?

1 Like

But it can be done when adding process through published package right ?

Follow what @ashokkarale mentioned to avoid confusion created.

Let me confirm one point. After changing the process name, can that process be executed immediately in UiPath Assistant?

@gorby,

Yes, you will be to Find → Install → Run it.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.