Hide Forgot
Description of problem: In case for completed processes that are still in data base but the deployment unit has been removed from the runtime environment when trying to access process model from process instance details panel following can happen: - wrong process will be shown (most likely the last one that was available) - nothing will happen as there is NPE in the code not handled properly Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. deploy process into business central 2. execute process instance till it end 3. undeploy deployment unit with that process 4. go to complete processes for that process 5. try to open process model Actual results: depending if any other process model was already opened: 1 if it was same process will be shown 2 if not nothing will happen after clicking on process model button Expected results: user should be informed that process does not exists and thus cannot be shown Additional info:
fixed on master to display meaningful information about the reason and possible cause awaiting acks jbpm master: https://github.com/droolsjbpm/jbpm-console-ng/commit/6924105f9ce6eebea7116a0b18f996318310e0ae
backported to 6.0.x jbpm 6.0.x: https://github.com/droolsjbpm/jbpm-console-ng/commit/a44772ad64e279d39ebd3b1de1c7e7678488499e
Verified on ER6.