Bug 1196259 - Web Designer creates a BPMNEdge for Boundary Events
Summary: Web Designer creates a BPMNEdge for Boundary Events
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: jBPM Designer
Version: 6.1.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: DR1
: 6.2.0
Assignee: Tihomir Surdilovic
QA Contact: Jozef Marko
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-02-25 15:30 UTC by Robert (Bob) Brodt
Modified: 2020-03-27 19:03 UTC (History)
3 users (show)

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


Attachments (Terms of Use)

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.


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