Hi,
I just wonder what are the options for making some reusable components? Lets say I’ve created logging-in component. Then i can paste it to new robot which is using the same application and simply invoke it. Other option is to make library and publish it to the orchestrator. After that i can add package to the robot, put required parameters (as I would connect arguments in invoke workflow) and use it this way.
In both case’s if I want to change sth in this package (workflow/library) i need to edit every robot:
making changes in invoked workflow or
update package by publishing it to Orchestrator and then update package in every robot.
Both solutions require updating every robot which is using this reusable component. So is there any way to create worklfow/activity, which could be updated for.ex. in Orchestrator, but without updating every robot which use it?
In addition - update of the component should be supervised, so only person with permission can update package on Orchestrator.