I have a workflow where a shared repository exists on our collaboration server. Consider that this could be a shared library that contains "master" versions of processes.
What is the best way to utilize these processes in another database, so that if data in "master" version gets updated, that update can also be propagated into other repositories?
I cannot import via repository import, as openLCA will not import changes to an existing process since it already exists. Is there anyway to make this update without deleting all of the processes I want to update, and any product systems that use them, and re-importing?