Hide Forgot
Description of problem: business-central is trying to re-open a process which was already deleted. Version-Release number of selected component (if applicable): BPM Suite 6.2.2 How reproducible: always Steps to Reproduce: - Create a process in business-central and open it. Make sure that after refresh, when you click on Authoring->Project Authoring this will be the process that will be opened in the Web Designer by default - shutdown the bpm, and delete this process from the git repository, push the changes back - start the BPM, open Authoring - > Project Authoring. - At this point, business-central still tries to open this process, and following exception can be observed in the logs: http://pastebin.com/hcK5BSus There is no error message displayed via UI, which makes it a bit confusing. It is only displayed in the logs. Actual results: business-central is trying to open a process which was already deleted Expected results: business-central is not trying to open a process which was already deleted Additional info: the reference to the deleted process is stored in the system.git repository under <user>-uf-user branch. When Web Designer tries to open the process, the window simply stay blanks. WHen the same issue is reproducer with the DRL, it atleast displays this message: "No such file. Please check the file exists at the version selected." I am sure we can improve the Web Designer response to this situation.