gorby
(RPA Ninja)
February 1, 2026, 5:38am
1
こんにちは
UiPath Studio 2026.0.182STS Community editionのユーザーです。
自動化プロセスをパブリッシュして他人が自分のAssistantで実行する方法を調べていますが、不明点があったので、回答が分かる方ご教示ください。
自動化プロセスをUiPath Studioでパブリッシュする際に、パブリッシュ先を「カスタム」、カスタムURLを任意のローカルフォルダに指定して、NuGetパッケージをローカルフォルダにパブリッシュしてUSBメモリで他人に渡す。Nugetパッケージを渡された他人は、自分の任意のローカルフォルダにNugetパッケージをコピーしてAssistantを起動すれば、AssistantのAutomation欄にプロセスは表示されますか?
もし、Assistant側でNugetパッケージのファイルパス指定が必要であれば、どこで指定するか、画面キャプチャで教えてください。
Hi @gorby ,
Copy .nupkg to %ProgramData%\UiPath\Packages
Publish from Studio to any custom local folder (gets .nupkg file)
Copy .nupkg to C:\ProgramData\UiPath\Packages on target machine
Restart/refresh Assistant → process appears in Automations automatically
No path specification needed in Assistant. Works perfectly for Studio 2026 Community edition local sharing.
gorby
(RPA Ninja)
February 2, 2026, 2:34am
3
I asked a friend to place the NuGet package in the folder you pointed out and ran it using Assistant, but the process does not appear in Assistant’s Automation.
Is there any other configuration required?
One possibilty to solve this issue..
Should I publish my project to C:\ProgramData\UiPath\Packages when I publish?
Yoichi
(Yoichi)
February 2, 2026, 3:50am
5
こんにちは
「他人」が利用しているライセンスに依存します。
スタンドアローンライセンスであれば
UiPath.Settings内の NuGetServerUrlの値が使用されます。
The UiPath Documentation - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business examples...
Orchestratorに接続されているのであれば、原則としてOrchestrator側から配信する必要があります。
gorby
(RPA Ninja)
February 2, 2026, 11:49am
6
そのOrchestrator側から配信する方法を調べて試行錯誤していますが、まだうまく行っていません。
1.「Orchestratorテナントプロセスフィード」にパブリッシュ
2.OrchestratorからUiPath Adminの画面に切り替えて⇒Accounts & local groups⇒User Accounts⇒Invite Users
Nugetパッケージを実行してもらいたいAさんに招待メールを送りましたが、Aさんが承諾をクリックすると「Bad Request」となります。
原因分かりますでしょうか?
gorby
(RPA Ninja)
February 2, 2026, 12:21pm
7
Hey, @arjun.shiroya
I was able to install it using the method you explained, but when I try to run it, I get an error saying “Local License is needed.”
It seems that with the Community Edition, installation is possible, but the NuGet package cannot be executed due to a license check.
Yoichi
(Yoichi)
February 2, 2026, 2:09pm
8
これだけでは、UiPath Autoamtion cloud側の問題の可能性ありますし、Aさん側の環境の問題の可能性もあるかと思います。通信環境を変えてみる、異なるユーザーを招待してみる等々で、まずは原因の切り分けが必要の様に思えます。
gorby
(RPA Ninja)
February 3, 2026, 5:12am
9
Yoichi:
原因の切り分けが必要
試行錯誤して、AさんにAutomation Developerの「役割(Role)」を私が付与していなかったのが原因と分かりました。AさんにAutomation Developerの「役割(Role)」を付与して承諾OKとなりました。Sharedフォルダにプロセスを置いている場合、AさんにSharedフォルダのアクセス権を付与するのも必要のようですが、これは生成AIに相談します。
system
(system)
Closed
February 6, 2026, 5:12am
10
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.