How are you managing your reusable workflow library?

We are using spreadsheets and folder shares as one method to track all reusable workflow components between projects. This allows for easier on-boarding of new developers, but it can be challenging to manage.

What methods are you using to encourage re-usability of workflows across BU’s when they are creating new projects?

Edit: Ultimately, we want new BUs to RPA to easily navigate what workflows already exist. We can partially have some components in templates, but not all BUs will use the same items in templates .

Depends if you are talking about sharing components as templates or something that should not change inside the new projects, if the second then libraries are your best friend, published to orchestrator, if the first then using some version control system like git, svn or tfs can be better to track changes.