Bug 1196259

Summary: Web Designer creates a BPMNEdge for Boundary Events
Product: [Retired] JBoss BPMS Platform 6 Reporter: Robert (Bob) Brodt <bbrodt>
Component: jBPM DesignerAssignee: Tihomir Surdilovic <tsurdilo>
Status: CLOSED EOL QA Contact: Jozef Marko <jomarko>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1.0CC: kverlaen, mbaluch, rrajasek
Target Milestone: DR1   
Target Release: 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 19:03:57 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:

Description Robert (Bob) Brodt 2015-02-25 15:30:48 UTC
Description of problem:
Adding a Catching Intermediate Event to an Activity will create a Boundary Event attached to that Activity; this causes Web Designer to generate both a BPMNShape DI element for the Boundary Event, and a BPMNEdge element.

Version-Release number of selected component (if applicable):
6.2.0

How reproducible:
Always

Steps to Reproduce:
1. Add a Boundary Event to an Activity
2. View Process Source
3. Locate the <bpmn2:boundaryEvent> element and note its ID
4. search for DI elements that reference this ID (bpmnElement="boundary event ID") and note that there are both a BPMNShape and BPMNEdge elements

Actual results:
BPMNEdge is invalid since it does not reference a connection element (i.e., a SequenceFlow, Association or Data Association)

Expected results:
The BPMNEdge should NOT be generated

Additional info:

Comment 1 Tihomir Surdilovic 2015-03-23 19:24:34 UTC
fix in master commit https://github.com/droolsjbpm/jbpm-designer/commit/450718ec8d631343b92f9572d92a2ed862ea5a86

Comment 3 Jozef Marko 2015-09-14 14:49:31 UTC
On 6.2.0.ER1 is not BPMNEdge element generated for boundary error catch event.