How to share reusable components between Uipath projects

Hi There,
We have developed few custom components based on the custom requirements, these components could be categorised as Foundational components.

Now, our client wants these components as distributable package or libray which could be served across project teams for rapid development.

Need your expertise on this.

Regards,
Nivas Kannan

Hi @nivaskannan
Of course you can create a custom UiPath library and use across projects.
See below

Hey @nivaskannan

Yes you can either create a package of those if you want them or if they are single workflow then also you can use them from Library. but you have to put it in library folder to use them.

Regards.!!
Aksh

1 Like

Hi
Is it possible to have a Library folder with many reusable xaml files used by multiple developers in their respective machines and have it synced across as well?

Hi All,
I tried all your suggestions, the are my observations in it. I hope UiPath will provide better code sharing feature in the future.

  1. From Library: It creates a local copy at the project level, update in the library won’t reflect seamlessly in the code base.

  2. From common shared location:
    * This adds additional delay during runtime to run the xaml
    * Common code won’t be part of your project package, deployment will become more cumbersome

Do you have any other view on this?

1 Like

We finally got some solution for this, UiPath provided better code sharing feature in 2018.3.beta version.

Please find the details in this link
https://forum.uipath.com/t/2018-3-early-access-beta-release/62314/38

1 Like