It is possible to create multiple named references to the same process/VBO.
Provide means to manage those references and prevent accidental deletion/loss.
Scenario:
- create new group named 'team1'
- in this group, create a new object named 'process1' (>'team1\process1')
- export the process to file
- import the process, confirm when asked to overwrite. the process will be in 'default\process1'
- delete 'default\process1', this will delete the actual object
The problem is the deletion actually deletes the object and all references to it even it is not obvious that this is only one of several references and deleting it would impact other references and depending processes/VBO.
This may happen when exporting/importing single objects and as well when importing releases containing the same objects but different structures.