Bug 1218267 - Using escalation discards data type of process variable
Summary: Using escalation discards data type of process variable
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: Eclipse Tooling
Version: 6.1.0
Hardware: Unspecified
OS: Unspecified
medium
high
Target Milestone: ---
: ---
Assignee: Kris Verlaenen
QA Contact: Jozef Marko
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-05-04 12:56 UTC by Jozef Marko
Modified: 2020-03-27 19:38 UTC (History)
0 users

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


Attachments (Terms of Use)
prepared process (5.83 KB, application/xml)
2015-05-04 12:56 UTC, Jozef Marko
no flags Details

Description Jozef Marko 2015-05-04 12:56:14 UTC
Created attachment 1021743 [details]
prepared process

***Description of problem:
User can use escalation events in modeled bpmn2 process. The problem is, that there exist workflow, which causes discarding data type of process variable.

***Version-Release number of selected component (if applicable):
jbds-8.1.0.GA_jbdsis-8.0.2.ER1 -BPMN2 Modeler 1.1.3.201504171557

***How reproducible:
I have prepared some process (see the attachment). The prepared process contains definitions of one variable - LocalVariable(Object) and one escalation - Exception(java.lang.RuntimeException). Next there are connected elements of process. Two most important are 'InnerStart' and 'Throw'. Follow next section.

***Steps to Reproduce:
1. Open the attached process
2. Double click on 'InnerStart'
3. Edit the first Event Definition
4. Select 'Exception' in 'Escalation' combo
5. Select 'LocalVariable' in 'Target' combo
6. Save file
7. Check source code of process, there will be property LocalVariable with itemSubjectRef attribute
8. Double click on 'Throw'
9. On Event tab Edit first Event Definition
10. Select 'Exception' in 'Escalation' combo
11. Save process
12. Check source code of process, there will be property LocalVariable without itemSubjectRef attribute

***Expected results:
In step 12. there is still property LocalVariable with itemSubjectRef attribute

Comment 1 Robert (Bob) Brodt 2015-12-07 18:15:46 UTC
This is fixed in 1.1.4.Final and 1.2.1.Final

Comment 2 Jozef Marko 2016-01-18 14:57:44 UTC
Verified on jbdsis-8.0.5, BPMN2 Modeler 1.1.4.Final.


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