Polymorphic or Method Overloading or Reusable work flows Implementation in UiPath

  • Let us assume that I have 10 bots that are published to Orchestrator
  • All the bots use a specific login flow that opens a web application and logs in
  • I would like to have a reusable asset for this login flow so that all the bots can use the same
  • In addition to this, anytime the login screen changes – I would like to change this workflow once and it should reflect in all the bots using the workflow automatically

How can this be done? And is there a way within UiPath to do the same?

@Rama_Narasimharao
You can publish workflows as libraries and install them in Studio as you would for any other package. When you need to update you simply update the library project and then download the new version from Studio where you are developing.