Hide Forgot
+++ This bug was initially created as a clone of Bug #1029500 +++ Description of problem: After updating the `Process Name` for a Business Process through process designer, it is not possible to view the change under `Assets` tab for that package. In a nutshell, the process name is updated in process designer, but the old name is still seen under `package -> business processes`. Version-Release number of selected component (if applicable): BRMS 5.3.1 and 6 How reproducible: Always Steps to Reproduce: 1) create a new valid business process named "test1" 2) save test1 3) change process name to "test2" going to "Process designer -> Core Properties" 4) save test2 5) open up package view and its business processes Actual results: list shows "test1" as process name even though it is "test2" in the process designer - as it should be Expected results: it should list "test2" as process name once it has been changed. Additional info: Reproducible on brms5.3.1 and 6.
The process name and the asset name are two different things. Process name (properties) is more of a meta property which can describe the process. The asset name is the name of the asset stored in the VFS. If you would like to rename the asset, use the Rename option in the Save menu of Designer toolbar.