Bug 1286912

Summary: Process Designer does not manage Intermediate CompensateEvent
Product: [Retired] JBoss BPMS Platform 6 Reporter: Hiroko Miura <hmiura>
Component: jBPM DesignerAssignee: Tihomir Surdilovic <tsurdilo>
Status: CLOSED EOL QA Contact: Kirill Gaevskii <kgaevski>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1.0CC: alazarot, kverlaen, lpetrovi
Target Milestone: CR1   
Target Release: 6.2.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1295514 (view as bug list) Environment:
Last Closed: 2020-03-27 19:39:15 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:    
Bug Blocks: 1288023, 1295514    
Attachments:
Description Flags
problematic business process with Intermediate CompensateEvent none

Description Hiroko Miura 2015-12-01 05:38:57 UTC
Created attachment 1100717 [details]
problematic business process with Intermediate CompensateEvent

Description of problem:
In Business-Central, Process Designer can not manage Intermediate CompensateEvent correctly. same business process is displayed correctly with JBDS8.


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

6.1.x.


How reproducible:

import the attached sample bpmn2 file which is included in source code archive.

i.e.
jbpm-6.2.0.Final-redhat-4/jbpm-bpmn2/src/test/resources/compensation/BPMN2-Compensation-IntermediateThrowEvent.bpmn2


Steps to Reproduce:
1. login Business Central and create business process
2. import BPMN2-Compensation-IntermediateThrowEvent.bpmn2
3.

Actual results:

diagram gets garbled and the following errors are shown.

 - Process '' [xxxxx.aaaa]: Start node '' [1] has no outgoing connection.
 - Process '' [xxxxx.aaaa]: Process has no end node.

Expected results:

diagram is displayed correctly without any error/warning

Additional info:

Comment 4 Tihomir Surdilovic 2016-01-06 01:25:59 UTC
Just FYI - the attached process does not include bpmi info and cannot be just imported into designer as it is. You can recreate it quickly with designer itself to test if needed.

Comment 5 Zuzana Krejčová 2016-01-22 14:23:30 UTC
The process has to be imported via git, not the import feature of the Designer (I suppose that is what the original report meant) - in both 6.1.x and 6.2.1. That should be okay.
The process now doesn't open in the full Designer, but in an XML editor, where it is editable - since it is missing BPMNDI information, as Tihomir pointed out. This is a big improvement over 6.1.x and I think a result of other BZs as well.
The server log no longer contains the errors.