Bug 1258022 - [GSS](6.1.z) Cannot drill down into subprocess from instance view in BPM Suite 6.1.2
Summary: [GSS](6.1.z) Cannot drill down into subprocess from instance view in BPM Suit...
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: Business Central
Version: 6.1.0
Hardware: Unspecified
OS: Unspecified
medium
unspecified
Target Milestone: CR2
: ---
Assignee: Tihomir Surdilovic
QA Contact: Jiri Locker
URL:
Whiteboard:
Depends On: 1258020
Blocks: 1259382
TreeView+ depends on / blocked
 
Reported: 2015-08-28 16:37 UTC by Amana
Modified: 2020-03-27 19:02 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 1258020
Environment:
Last Closed: 2020-03-27 19:02:45 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker JBPM-4446 0 Major Open Cannot drill down into subprocess from instance view 2018-06-11 13:16:50 UTC

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).


Note You need to log in before you can comment on or make changes to this bug.