Bug 1258022

Summary: [GSS](6.1.z) Cannot drill down into subprocess from instance view in BPM Suite 6.1.2
Product: [Retired] JBoss BPMS Platform 6 Reporter: Amana <ajuricic>
Component: Business CentralAssignee: Tihomir Surdilovic <tsurdilo>
Status: CLOSED EOL QA Contact: Jiri Locker <jlocker>
Severity: unspecified Docs Contact:
Priority: medium    
Version: 6.1.0CC: agiertli, kverlaen, lpetrovi, manstis
Target Milestone: CR2   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1258020 Environment:
Last Closed: 2020-03-27 19:02:45 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1258020    
Bug Blocks: 1259382    

Description Amana 2015-08-28 16:37:27 UTC
+++ This bug was initially created as a clone of Bug #1258020 +++

Description of problem:

Consider a parent process that calls a reusable child process. When you view the parent instance in the Process Management -> Process Instances screen, you can see that the parent calls the child process. There is a small plus sign on the child process. It looks like clicking on the plus sign will allow you to see the child process. However, I get an error message on the screen that says "Unable to find called process."

See the forum reference link for a screenshot:
https://developer.jboss.org/thread/248400


Version-Release number of selected component (if applicable):
BPM Suite 6.1.2

How reproducible:
Always

Steps to Reproduce:
1.  Create a new project in the JBPM workbench
2.  Create a new business process that will be the child process
3.  Create a new business process that will be the parent process
4.  In the parent process, add:
        a user task step that will make the process halt at that step
        a reusable subprocess that calls the child process
5.  Build and deploy the project
6.  Run the parent process (it should halt at the first step)
7.  Go to the Process Management -> Process Instances screen
8.  Select the instance of the parent and click View -> Process Model
9.  Click the plus sign on the child process task (you should see the error message pop up in the window)

Comment 3 Kris Verlaenen 2015-09-08 12:16:17 UTC
The plus sign is used to jump to the called process definition in the authoring perspective.  It is possible to disable this in the runtime view.  As a feature request we can consider implementing additional functionality that could jump to the actual sub-process instance.

Comment 6 Tihomir Surdilovic 2015-09-29 22:32:03 UTC
Disabled the onclick for called element in read-only mode (process instance view). Since this functionality requires changes in both workbench and designer please raise a new feature BZ so it can be collaborated.

master:https://github.com/droolsjbpm/jbpm-designer/commit/3c90fa76dc6e193bdf5e3315296e94c16bc65d90

6.3.x:https://github.com/droolsjbpm/jbpm-designer/commit/de122ef5b9f8f8daed02a1787a6b941118c129e5

6.2.x:https://github.com/droolsjbpm/jbpm-designer/commit/6c0c177dfebe09abd6ce63e359f6f47e2bd14fa4

Comment 7 Jiri Locker 2015-10-12 17:39:37 UTC
Verified in CR1. The process instance view is now read-only and doesn't produce the error message after clicking [+] box in reusable process (nothing happens).