Hi All,
I have a workflow in my system. I just aant to share same workflow to other teammates, without loss any packages. What is the best way to share. What is the process. Please suggest.
Thanks.
Niranjan
Hi All,
I have a workflow in my system. I just aant to share same workflow to other teammates, without loss any packages. What is the best way to share. What is the process. Please suggest.
Thanks.
Niranjan
You can zip the project folder and can send to them via teams.
If you are using same orchestrator then upload the project to orchestrator shared folder and ask them to download from that particular folder in orchestrator.
Regards
Hi @Niranjan_k
To share a workflow with your teammates in UiPath without losing any packages, you can follow these steps:
Pack the Workflow as a NuGet Package: In UiPath Studio, use the “Publish” option to create a NuGet package for your workflow. This package will contain all the necessary dependencies and activities used in the workflow.
Share the NuGet Package: Once you have created the NuGet package, you can share it with your teammates. There are several ways to share the package:
Install the Package in UiPath Studio: Your teammates can install the shared package in their UiPath Studio by following these steps:
By sharing the workflow as a NuGet package, you ensure that all the required dependencies and packages are included, allowing your teammates to work with the workflow without any issues. They can easily install the package and open the workflow in their UiPath Studio.
Hope it helps!!
If you mean for them to be able to work on the code, you should store all your code in a network folder that your team has access to.
Zip the file using Zip/Unzip file In UiPath and send the workflow in Email
You can do this in manually also
Hi @Niranjan_k
I hope it helps!!
@vrdabberu i have tried but inside the workflow some of images missing. When I checked their system
@Niranjan_k
You can publish your project to orchestrator under Shared folder.
You can zip the project folder and can send to them via teams.
If you are using same orchestrator then upload the project to orchestrator shared folder and ask them to download from that particular folder in orchestrator.
Regards
Hi
To share a workflow in UiPath Studio with your teammates without any loss of packages, you can follow these steps:
Hope it helps!!
hi @Niranjan_k
IF the images are missing, just zip the .screenshots folder in the project folder.
Then zip the project folder and then share it with them.
If you want you can use GIT or any other Version Control system to share the file with your teammate as well.
Thanks
Happy Automation!
@pravallikapaluri thank you
That’s why you should just store the project on a network folder that you can all access. This is standard stuff for any team. Don’t you have shared folders for the various teams in your company?
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.