I have a Callable Object that is used by several guided procedures (it is a common Callable Object that is referenced by multiple processes). If I modify, for example, any configuration parameter of the Callable Object, all references get deprecated and I have to update one by one all the references.
Is there any way to make a multiple a update or any workaround?