This is an automated email from the ASF dual-hosted git repository.

egonzalez pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git


The following commit(s) were added to refs/heads/main by this push:
     new 7e2a311260 [incubator-kie-issues-1277] Remove unused bpmn in jbpm-test 
(#3536)
7e2a311260 is described below

commit 7e2a311260bc417b8775d4313d7e126787a245d6
Author: Enrique <[email protected]>
AuthorDate: Mon Jun 3 09:41:06 2024 +0200

    [incubator-kie-issues-1277] Remove unused bpmn in jbpm-test (#3536)
---
 .../BPMN2-Compensation-Transaction.bpmn2           | 201 ------
 .../unimplemented/BPMN2-TravelBookingExample.bpmn2 | 703 ---------------------
 .../test/resources/correlationkey/Process1.bpmn2   | 165 -----
 .../test/resources/correlationkey/Process2.bpmn2   | 165 -----
 .../test/resources/correlationkey/Process3.bpmn2   | 165 -----
 .../test/resources/correlationkey/Process4.bpmn2   | 165 -----
 .../test/resources/correlationkey/Process5.bpmn2   | 166 -----
 7 files changed, 1730 deletions(-)

diff --git 
a/jbpm/jbpm-tests/src/test/resources/compensation/unimplemented/BPMN2-Compensation-Transaction.bpmn2
 
b/jbpm/jbpm-tests/src/test/resources/compensation/unimplemented/BPMN2-Compensation-Transaction.bpmn2
deleted file mode 100755
index 69928fe1b4..0000000000
--- 
a/jbpm/jbpm-tests/src/test/resources/compensation/unimplemented/BPMN2-Compensation-Transaction.bpmn2
+++ /dev/null
@@ -1,201 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<!-- origin at X=0.0 Y=0.0 -->
-<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL"; 
xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI"; 
xmlns:dc="http://www.omg.org/spec/DD/20100524/DC"; 
xmlns:di="http://www.omg.org/spec/DD/20100524/DI"; 
xmlns:java="http://www.java.com/javaTypes"; 
xmlns:tns="http://www.jboss.org/drools"; xmlns="http://www.jboss.org/drools"; 
xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd 
http://www. [...]
-  <bpmn2:itemDefinition id="_xItem" isCollection="false" 
structureRef="String"/>
-  <bpmn2:process id="compensation.simple" name="Simple Compensation" 
isExecutable="true" processType="Private">
-    <bpmn2:property id="x" itemSubjectRef="_xItem" name="x"/>
-    <bpmn2:startEvent id="_1" name="Start">
-      <bpmn2:outgoing>_1-_2</bpmn2:outgoing>
-    </bpmn2:startEvent>
-    <bpmn2:sequenceFlow id="_1-_2" sourceRef="_1" targetRef="_2"/>
-    <bpmn2:transaction id="_2" name="Transaction">
-      <bpmn2:incoming>_1-_2</bpmn2:incoming>
-      <bpmn2:outgoing>_2-_3</bpmn2:outgoing>
-      <bpmn2:startEvent id="_2-1">
-        <bpmn2:outgoing>_2-1-_2-2</bpmn2:outgoing>
-      </bpmn2:startEvent>
-      <bpmn2:sequenceFlow id="_2-1-_2-2" sourceRef="_2-1" targetRef="_2-2"/>
-      <bpmn2:scriptTask id="_2-2" name="Script">
-        <bpmn2:incoming>_2-1-_2-2</bpmn2:incoming>
-        <bpmn2:outgoing>_2-2-_2-3</bpmn2:outgoing>
-        <bpmn2:script>System.out.println("x = ");</bpmn2:script>
-      </bpmn2:scriptTask>
-      <bpmn2:sequenceFlow id="_2-2-_2-3" sourceRef="_2-2" targetRef="_2-3"/>
-      <bpmn2:exclusiveGateway id="_2-3" name="Split" 
gatewayDirection="Diverging">
-        <bpmn2:incoming>_2-2-_2-3</bpmn2:incoming>
-        <bpmn2:outgoing>_2-3-2-4a</bpmn2:outgoing>
-        <bpmn2:outgoing>_2-3-2-4c</bpmn2:outgoing>
-      </bpmn2:exclusiveGateway>
-      <bpmn2:sequenceFlow id="_2-3-2-4a" sourceRef="_2-3" targetRef="_2-4a">
-        <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" 
id="FormalExpression_1">return x == "normal";</bpmn2:conditionExpression>
-      </bpmn2:sequenceFlow>
-      <bpmn2:sequenceFlow id="_2-3-2-4c" sourceRef="_2-3" targetRef="_2-4c">
-        <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" 
id="FormalExpression_2">return x == "cancel";</bpmn2:conditionExpression>
-      </bpmn2:sequenceFlow>
-      <bpmn2:endEvent id="_2-4a">
-        <bpmn2:incoming>_2-3-2-4a</bpmn2:incoming>
-      </bpmn2:endEvent>
-      <bpmn2:endEvent id="_2-4c">
-        <bpmn2:incoming>_2-3-2-4c</bpmn2:incoming>
-        <bpmn2:cancelEventDefinition id="_2-4c-1"/>
-      </bpmn2:endEvent>
-      <bpmn2:boundaryEvent id="_2-7" name="Comp event" attachedToRef="_2-2">
-        <bpmn2:compensateEventDefinition id="_7-1" waitForCompletion="false"/>
-      </bpmn2:boundaryEvent>
-      <bpmn2:scriptTask id="_2-11" name="Comp task" isForCompensation="true">
-        <bpmn2:script>System.out.println("x = ");</bpmn2:script>
-      </bpmn2:scriptTask>
-      <bpmn2:association id="_7-_8" sourceRef="_2-7" targetRef="_2-11"/>
-    </bpmn2:transaction>
-    <bpmn2:endEvent id="_3" name="End">
-      <bpmn2:incoming>_2-_3</bpmn2:incoming>
-    </bpmn2:endEvent>
-    <bpmn2:sequenceFlow id="_2-_3" sourceRef="_2" targetRef="_3"/>
-    <bpmn2:boundaryEvent id="_8" name="Cancel Event" attachedToRef="_2">
-      <bpmn2:outgoing>_10</bpmn2:outgoing>
-      <bpmn2:cancelEventDefinition id="_8-1"/>
-    </bpmn2:boundaryEvent>
-    <bpmn2:scriptTask id="_9" name="Cancel End">
-      <bpmn2:incoming>_10</bpmn2:incoming>
-      <bpmn2:script>System.out.println("x = ");</bpmn2:script>
-    </bpmn2:scriptTask>
-    <bpmn2:sequenceFlow id="_10" sourceRef="_8" targetRef="_9"/>
-  </bpmn2:process>
-  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
-    <bpmndi:BPMNPlane id="BPMNPlane_Process_1" 
bpmnElement="compensation.simple">
-      <bpmndi:BPMNShape id="BPMNShape_Transaction_1" bpmnElement="_2" 
isExpanded="true">
-        <dc:Bounds height="275.0" width="482.0" x="136.0" y="50.0"/>
-        <bpmndi:BPMNLabel>
-          <dc:Bounds height="14.0" width="65.0" x="142.0" y="53.0"/>
-        </bpmndi:BPMNLabel>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape id="BPMNShape_StartEvent_1" bpmnElement="_1">
-        <dc:Bounds height="36.0" width="36.0" x="50.0" y="169.0"/>
-        <bpmndi:BPMNLabel>
-          <dc:Bounds height="14.0" width="25.0" x="55.0" y="205.0"/>
-        </bpmndi:BPMNLabel>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape id="BPMNShape_StartEvent_2" bpmnElement="_2-1">
-        <dc:Bounds height="36.0" width="36.0" x="186.0" y="168.0"/>
-        <bpmndi:BPMNLabel/>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape id="BPMNShape_ScriptTask_1" bpmnElement="_2-2">
-        <dc:Bounds height="50.0" width="110.0" x="272.0" y="161.0"/>
-        <bpmndi:BPMNLabel>
-          <dc:Bounds height="14.0" width="31.0" x="311.0" y="179.0"/>
-        </bpmndi:BPMNLabel>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape id="BPMNShape_ExclusiveGateway_1" bpmnElement="_2-3" 
isMarkerVisible="true">
-        <dc:Bounds height="50.0" width="50.0" x="432.0" y="161.0"/>
-        <bpmndi:BPMNLabel>
-          <dc:Bounds height="14.0" width="24.0" x="445.0" y="211.0"/>
-        </bpmndi:BPMNLabel>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape id="BPMNShape_EndEvent_1" bpmnElement="_2-4a">
-        <dc:Bounds height="36.0" width="36.0" x="532.0" y="125.0"/>
-        <bpmndi:BPMNLabel/>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape id="BPMNShape_EndEvent_2" bpmnElement="_2-4c">
-        <dc:Bounds height="36.0" width="36.0" x="532.0" y="211.0"/>
-        <bpmndi:BPMNLabel/>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape id="BPMNShape_ScriptTask_2" bpmnElement="_2-11">
-        <dc:Bounds height="50.0" width="110.0" x="236.0" y="100.0"/>
-        <bpmndi:BPMNLabel>
-          <dc:Bounds height="14.0" width="60.0" x="261.0" y="118.0"/>
-        </bpmndi:BPMNLabel>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape id="BPMNShape_EndEvent_3" bpmnElement="_3">
-        <dc:Bounds height="36.0" width="36.0" x="668.0" y="169.0"/>
-        <bpmndi:BPMNLabel>
-          <dc:Bounds height="14.0" width="22.0" x="675.0" y="205.0"/>
-        </bpmndi:BPMNLabel>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape id="BPMNShape_ScriptTask_3" bpmnElement="_9">
-        <dc:Bounds height="50.0" width="110.0" x="225.0" y="356.0"/>
-        <bpmndi:BPMNLabel>
-          <dc:Bounds height="14.0" width="64.0" x="248.0" y="374.0"/>
-        </bpmndi:BPMNLabel>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape id="BPMNShape_BoundaryEvent_1" bpmnElement="_2-7">
-        <dc:Bounds height="36.0" width="36.0" x="308.0" y="239.0"/>
-        <bpmndi:BPMNLabel>
-          <dc:Bounds height="14.0" width="66.0" x="293.0" y="275.0"/>
-        </bpmndi:BPMNLabel>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape id="BPMNShape_BoundaryEvent_2" bpmnElement="_8">
-        <dc:Bounds height="36.0" width="36.0" x="172.0" y="307.0"/>
-        <bpmndi:BPMNLabel>
-          <dc:Bounds height="14.0" width="72.0" x="154.0" y="343.0"/>
-        </bpmndi:BPMNLabel>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="_1-_2" 
sourceElement="BPMNShape_StartEvent_1" targetElement="BPMNShape_Transaction_1">
-        <di:waypoint xsi:type="dc:Point" x="86.0" y="187.0"/>
-        <di:waypoint xsi:type="dc:Point" x="126.0" y="187.0"/>
-        <di:waypoint xsi:type="dc:Point" x="136.0" y="187.0"/>
-        <bpmndi:BPMNLabel/>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="_2-_3" 
sourceElement="BPMNShape_Transaction_1" targetElement="BPMNShape_EndEvent_3">
-        <di:waypoint xsi:type="dc:Point" x="618.0" y="187.0"/>
-        <di:waypoint xsi:type="dc:Point" x="643.0" y="187.0"/>
-        <di:waypoint xsi:type="dc:Point" x="668.0" y="187.0"/>
-        <bpmndi:BPMNLabel/>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="_2-1-_2-2" 
sourceElement="BPMNShape_StartEvent_2" targetElement="BPMNShape_ScriptTask_1">
-        <di:waypoint xsi:type="dc:Point" x="222.0" y="186.0"/>
-        <di:waypoint xsi:type="dc:Point" x="262.0" y="186.0"/>
-        <di:waypoint xsi:type="dc:Point" x="272.0" y="186.0"/>
-        <bpmndi:BPMNLabel/>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="_2-2-_2-3" 
sourceElement="BPMNShape_ScriptTask_1" 
targetElement="BPMNShape_ExclusiveGateway_1">
-        <di:waypoint xsi:type="dc:Point" x="382.0" y="186.0"/>
-        <di:waypoint xsi:type="dc:Point" x="407.0" y="186.0"/>
-        <di:waypoint xsi:type="dc:Point" x="432.0" y="186.0"/>
-        <bpmndi:BPMNLabel/>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="_2-3-2-4a" 
sourceElement="BPMNShape_ExclusiveGateway_1" 
targetElement="BPMNShape_EndEvent_1">
-        <di:waypoint xsi:type="dc:Point" x="457.0" y="161.0"/>
-        <di:waypoint xsi:type="dc:Point" x="457.0" y="143.0"/>
-        <di:waypoint xsi:type="dc:Point" x="532.0" y="143.0"/>
-        <bpmndi:BPMNLabel/>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="_2-3-2-4c" 
sourceElement="BPMNShape_ExclusiveGateway_1" 
targetElement="BPMNShape_EndEvent_2">
-        <di:waypoint xsi:type="dc:Point" x="457.0" y="211.0"/>
-        <di:waypoint xsi:type="dc:Point" x="457.0" y="229.0"/>
-        <di:waypoint xsi:type="dc:Point" x="532.0" y="229.0"/>
-        <bpmndi:BPMNLabel/>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="_10" 
sourceElement="BPMNShape_BoundaryEvent_2" 
targetElement="BPMNShape_ScriptTask_3">
-        <di:waypoint xsi:type="dc:Point" x="190.0" y="343.0"/>
-        <di:waypoint xsi:type="dc:Point" x="190.0" y="381.0"/>
-        <di:waypoint xsi:type="dc:Point" x="225.0" y="381.0"/>
-        <bpmndi:BPMNLabel/>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge id="BPMNEdge_Association_1" bpmnElement="_7-_8" 
sourceElement="BPMNShape_BoundaryEvent_1" 
targetElement="BPMNShape_ScriptTask_2">
-        <di:waypoint xsi:type="dc:Point" x="344.0" y="257.0"/>
-        <di:waypoint xsi:type="dc:Point" x="392.0" y="257.0"/>
-        <di:waypoint xsi:type="dc:Point" x="392.0" y="125.0"/>
-        <di:waypoint xsi:type="dc:Point" x="346.0" y="125.0"/>
-      </bpmndi:BPMNEdge>
-    </bpmndi:BPMNPlane>
-  </bpmndi:BPMNDiagram>
-</bpmn2:definitions>
diff --git 
a/jbpm/jbpm-tests/src/test/resources/compensation/unimplemented/BPMN2-TravelBookingExample.bpmn2
 
b/jbpm/jbpm-tests/src/test/resources/compensation/unimplemented/BPMN2-TravelBookingExample.bpmn2
deleted file mode 100755
index 5392de2174..0000000000
--- 
a/jbpm/jbpm-tests/src/test/resources/compensation/unimplemented/BPMN2-TravelBookingExample.bpmn2
+++ /dev/null
@@ -1,703 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<bpmn2:definitions id="_1275940517919"
-                      
targetNamespace="http://www.trisotech.com/definitions/_1275940517919"; 
-                      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
-                      xmlns:di="http://www.omg.org/spec/DD/20100524/DI"; 
-                      xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI"; 
-                      xmlns:dc="http://www.omg.org/spec/DD/20100524/DC"; 
-                      
xmlns:semantic="http://www.omg.org/spec/BPMN/20100524/MODEL";>
-    <bpmn2:message id="_receiveCustomerRequest"/>
-    <bpmn2:message id="_flightAndRoomAlternatives"/>
-    <bpmn2:message id="_cancelRequest"/>
-    <bpmn2:message id="_customerSelectionRequest"/>
-    <bpmn2:message id="_notifyCustomerRestart"/>
-    <bpmn2:message id="_creditCardInfoRequest"/>
-    <bpmn2:message id="_cancelRequestedNotify"/>
-    <bpmn2:message id="_updateCreditCardInfo"/>
-    <bpmn2:message id="_invalidCreditCardNotify"/>
-    <bpmn2:message id="_failedBookingNotify"/>
-
-    <bpmn2:process isExecutable="false" id="_6">
-        <bpmn2:startEvent name="Receive Customer Flight and Hotel Room 
Reservation Request" id="_6-53">
-            <bpmn2:messageEventDefinition 
messageRef="_receiveCustomerRequest"/>
-        </bpmn2:startEvent>
-        <bpmn2:sequenceFlow sourceRef="_6-53" targetRef="_6-66" name="" 
id="_6-201"/>
-
-        <!-- search -->
-        <bpmn2:subProcess triggeredByEvent="false" completionQuantity="1" 
isForCompensation="false" startQuantity="1" name="" id="_6-66">
-            <bpmn2:task completionQuantity="1" isForCompensation="false" 
startQuantity="1" name="Search Flights based on Customer Request" id="_6-99" />
-            <bpmn2:task completionQuantity="1" isForCompensation="false" 
startQuantity="1" name="Search Hotel Rooms based on Customer Request" 
id="_6-203" />
-            <bpmn2:task completionQuantity="1" isForCompensation="false" 
startQuantity="1" name="Evaluate Flights within Customer Criteria" id="_6-150"/>
-            <bpmn2:task completionQuantity="1" isForCompensation="false" 
startQuantity="1" name="Evaluate Hotel Rooms within Customer Criteria" 
id="_6-254" />
-            <bpmn2:sequenceFlow sourceRef="_6-99" targetRef="_6-150" name="" 
id="_6-305"/>
-            <bpmn2:sequenceFlow sourceRef="_6-203" targetRef="_6-254" name="" 
id="_6-307"/>
-        </bpmn2:subProcess>
-        <bpmn2:sequenceFlow sourceRef="_6-66" targetRef="_6-309" name="" 
id="_6-411"/>
-
-        <bpmn2:task completionQuantity="1" isForCompensation="false" 
startQuantity="1" name="Package Flights and Hotel Rooms for Customer Review" 
id="_6-309" />
-        <bpmn2:sequenceFlow sourceRef="_6-309" targetRef="_6-360" name="" 
id="_6-413"/>
-
-        <bpmn2:sendTask implementation="##WebService" 
messageRef="_flightAndRoomAlternatives" completionQuantity="1" 
isForCompensation="false" startQuantity="1" name="Present  Flights and Hotel 
Rooms Alternatives  to Customer" id="_6-360" />
-        <bpmn2:sequenceFlow sourceRef="_6-360" targetRef="_6-415" name="" 
id="_6-437"/>
-
-        <bpmn2:eventBasedGateway eventGatewayType="Exclusive" 
instantiate="false" gatewayDirection="Unspecified" name="" id="_6-415" />
-        <bpmn2:sequenceFlow sourceRef="_6-415" targetRef="_6-456" name="" 
id="_6-693"/>
-        <bpmn2:sequenceFlow sourceRef="_6-415" targetRef="_6-439" name="" 
id="_6-697"/>
-        <bpmn2:sequenceFlow sourceRef="_6-415" targetRef="_6-473" name="" 
id="_6-701"/>
-
-        <bpmn2:intermediateCatchEvent parallelMultiple="false" name="24 hours" 
id="_6-439">
-            <bpmn2:timerEventDefinition>
-                <bpmn2:timeDate/>
-            </bpmn2:timerEventDefinition>
-        </bpmn2:intermediateCatchEvent>
-        <bpmn2:sequenceFlow sourceRef="_6-439" targetRef="_6-541" name="" 
id="_6-699"/>
-        <bpmn2:sendTask implementation="##WebService" 
messageRef="_notifyCustomerRestart" completionQuantity="1" 
isForCompensation="false" startQuantity="1" name="Notify Customer to Start 
Again" id="_6-541" />
-        <bpmn2:sequenceFlow sourceRef="_6-541" targetRef="_6-490" name="" 
id="_6-592"/>
-
-        <bpmn2:intermediateCatchEvent parallelMultiple="false" name="Cancel 
Request" id="_6-456">
-            <bpmn2:messageEventDefinition messageRef="_cancelRequest"/>
-        </bpmn2:intermediateCatchEvent>
-        <bpmn2:sequenceFlow sourceRef="_6-456" targetRef="_6-490" name="" 
id="_6-691"/>
-        <bpmn2:task completionQuantity="1" isForCompensation="false" 
startQuantity="1" name="Update Customer Record (Request Cancelled)" id="_6-490" 
/>
-        <bpmn2:sequenceFlow sourceRef="_6-490" targetRef="_6-677" name="" 
id="_6-695"/>
-        <bpmn2:endEvent name="Request  Cancelled" id="_6-677">
-            <bpmn2:messageEventDefinition messageRef="_cancelRequestedNotify"/>
-        </bpmn2:endEvent>
-
-        <bpmn2:intermediateCatchEvent parallelMultiple="false" name="Customer 
make Selection" id="_6-473">
-            <bpmn2:messageEventDefinition 
messageRef="_customerSelectionRequest"/>
-        </bpmn2:intermediateCatchEvent>
-        <bpmn2:sequenceFlow sourceRef="_6-473" targetRef="_6-609" name="" 
id="_6-703"/>
-
-        <bpmn2:boundaryEvent attachedToRef="_6-609" cancelActivity="true" 
parallelMultiple="false" name="24 Hours" id="_6-660">
-            <bpmn2:timerEventDefinition>
-                <bpmn2:timeDate/>
-            </bpmn2:timerEventDefinition>
-        </bpmn2:boundaryEvent>
-        <bpmn2:sequenceFlow sourceRef="_6-660" targetRef="_6-541" name="" 
id="_6-705"/>
-        <bpmn2:sendTask implementation="##WebService" 
messageRef="_creditCardInfoRequest" completionQuantity="1" 
isForCompensation="false" startQuantity="1" name="Request Credit Card 
Information from Customer" id="_6-609" />
-        <bpmn2:sequenceFlow sourceRef="_6-609" targetRef="_6-709" name="" 
id="_6-731"/>
-
-        <bpmn2:exclusiveGateway gatewayDirection="Unspecified" name="" 
id="_6-709" />
-
-        <bpmn2:subProcess triggeredByEvent="false" completionQuantity="1" 
isForCompensation="false" startQuantity="1" name="Booking" id="_6-733">
-            <bpmn2:subProcess triggeredByEvent="true" completionQuantity="1" 
isForCompensation="false" startQuantity="1" name="Update Credit Card 
Information" id="_6-1045">
-                <bpmn2:startEvent isInterrupting="false" name="" id="_6-1078">
-                    <bpmn2:messageEventDefinition 
messageRef="_updateCreditCardInfo"/>
-                </bpmn2:startEvent>
-                <bpmn2:task completionQuantity="1" isForCompensation="false" 
startQuantity="1" name="Update Credit Card Info" id="_6-1091" />
-                <bpmn2:endEvent name="" id="_6-1142" />
-                <bpmn2:sequenceFlow sourceRef="_6-1078" targetRef="_6-1091" 
name="" id="_6-1156"/>
-                <bpmn2:sequenceFlow sourceRef="_6-1091" targetRef="_6-1142" 
name="" id="_6-1158"/>
-            </bpmn2:subProcess>
-            <bpmn2:subProcess triggeredByEvent="true" completionQuantity="1" 
isForCompensation="false" startQuantity="1" name="Handle Compensation" 
id="_6-1160">
-                <bpmn2:startEvent isInterrupting="true" name="Booking" 
id="_6-1193">
-                    <bpmn2:compensateEventDefinition/>
-                </bpmn2:startEvent>
-                <bpmn2:intermediateThrowEvent name="Flight" id="_6-1206">
-                    <bpmn2:compensateEventDefinition/>
-                </bpmn2:intermediateThrowEvent>
-                <bpmn2:intermediateThrowEvent name="Hotel" id="_6-1223">
-                    <bpmn2:compensateEventDefinition/>
-                </bpmn2:intermediateThrowEvent>
-                <bpmn2:task completionQuantity="1" isForCompensation="false" 
startQuantity="1" name="Update Customer Record" id="_6-1240" />
-                <bpmn2:endEvent name="" id="_6-1291" />
-                <bpmn2:sequenceFlow sourceRef="_6-1193" targetRef="_6-1206" 
name="" id="_6-1305"/>
-                <bpmn2:sequenceFlow sourceRef="_6-1206" targetRef="_6-1223" 
name="" id="_6-1307"/>
-                <bpmn2:sequenceFlow sourceRef="_6-1223" targetRef="_6-1240" 
name="" id="_6-1309"/>
-                <bpmn2:sequenceFlow sourceRef="_6-1240" targetRef="_6-1291" 
name="" id="_6-1311"/>
-            </bpmn2:subProcess>
-            <bpmn2:subProcess triggeredByEvent="true" completionQuantity="1" 
isForCompensation="false" startQuantity="1" name="Handle Booking Error" 
id="_6-1313">
-                <bpmn2:startEvent isInterrupting="true" name="Booking Error 1" 
id="_6-1346">
-                    <bpmn2:errorEventDefinition/>
-                </bpmn2:startEvent>
-                <bpmn2:parallelGateway gatewayDirection="Unspecified" name="" 
id="_6-1359">
-                </bpmn2:parallelGateway>
-                <bpmn2:intermediateThrowEvent name="Flight" id="_6-1381">
-                    <bpmn2:compensateEventDefinition/>
-                </bpmn2:intermediateThrowEvent>
-                <bpmn2:intermediateThrowEvent name="Hotel" id="_6-1398">
-                    <bpmn2:compensateEventDefinition/>
-                </bpmn2:intermediateThrowEvent>
-                <bpmn2:parallelGateway gatewayDirection="Unspecified" name="" 
id="_6-1415">
-                </bpmn2:parallelGateway>
-                <bpmn2:endEvent name="Booking  Error 2" id="_6-1437">
-                    <bpmn2:errorEventDefinition/>
-                </bpmn2:endEvent>
-                <bpmn2:sequenceFlow sourceRef="_6-1346" targetRef="_6-1359" 
name="" id="_6-1451"/>
-                <bpmn2:sequenceFlow sourceRef="_6-1359" targetRef="_6-1381" 
name="" id="_6-1453"/>
-                <bpmn2:sequenceFlow sourceRef="_6-1359" targetRef="_6-1398" 
name="" id="_6-1455"/>
-                <bpmn2:sequenceFlow sourceRef="_6-1381" targetRef="_6-1415" 
name="" id="_6-1457"/>
-                <bpmn2:sequenceFlow sourceRef="_6-1398" targetRef="_6-1415" 
name="" id="_6-1459"/>
-                <bpmn2:sequenceFlow sourceRef="_6-1415" targetRef="_6-1437" 
name="" id="_6-1478"/>
-            </bpmn2:subProcess>
-            <bpmn2:startEvent name="" id="_6-766">
-            </bpmn2:startEvent>
-            <bpmn2:task completionQuantity="1" isForCompensation="false" 
startQuantity="1" name="Book Flight" id="_6-779">
-            </bpmn2:task>
-            <bpmn2:boundaryEvent attachedToRef="_6-779" cancelActivity="true" 
parallelMultiple="false" name="Flight" id="_6-885">
-                <bpmn2:compensateEventDefinition/>
-            </bpmn2:boundaryEvent>
-            <bpmn2:task completionQuantity="1" isForCompensation="false" 
startQuantity="1" name="Book Hotel" id="_6-830">
-            </bpmn2:task>
-            <bpmn2:boundaryEvent attachedToRef="_6-830" cancelActivity="true" 
parallelMultiple="false" name="Hotel" id="_6-902">
-                <bpmn2:compensateEventDefinition/>
-            </bpmn2:boundaryEvent>
-            <bpmn2:task completionQuantity="1" isForCompensation="true" 
startQuantity="1" name="Cancel Flight" id="_6-919"/>
-            <bpmn2:task completionQuantity="1" isForCompensation="true" 
startQuantity="1" name="Cancel Hotel" id="_6-970"/>
-            <bpmn2:endEvent name="Reservation Completed" id="_6-1027">
-            </bpmn2:endEvent>
-            <bpmn2:sequenceFlow sourceRef="_6-766" targetRef="_6-779" name="" 
id="_6-881"/>
-            <bpmn2:sequenceFlow sourceRef="_6-766" targetRef="_6-830" name="" 
id="_6-883"/>
-            <bpmn2:sequenceFlow sourceRef="_6-779" targetRef="_6-1027" name="" 
id="_6-1041"/>
-            <bpmn2:sequenceFlow sourceRef="_6-830" targetRef="_6-1027" name="" 
id="_6-1043"/>
-            <bpmn2:association associationDirection="None" sourceRef="_6-885" 
targetRef="_6-919" id="_6-1021"/>
-            <bpmn2:association associationDirection="None" sourceRef="_6-902" 
targetRef="_6-970" id="_6-1023"/>
-        </bpmn2:subProcess>
-        <bpmn2:boundaryEvent attachedToRef="_6-733" cancelActivity="true" 
parallelMultiple="false" name="Booking  Error 2" id="_6-1461">
-            <bpmn2:errorEventDefinition/>
-        </bpmn2:boundaryEvent>
-        <bpmn2:task completionQuantity="1" isForCompensation="false" 
startQuantity="1" name="Charge Credit Card" id="_6-1480">
-        </bpmn2:task>
-        <bpmn2:boundaryEvent attachedToRef="_6-1480" cancelActivity="true" 
parallelMultiple="false" name="" id="_6-1549">
-            <bpmn2:errorEventDefinition/>
-        </bpmn2:boundaryEvent>
-        <bpmn2:endEvent name="Booking Successfully Completed" id="_6-1533" />
-        <bpmn2:intermediateThrowEvent name="Booking" id="_6-1566">
-            <bpmn2:compensateEventDefinition/>
-        </bpmn2:intermediateThrowEvent>
-        <bpmn2:exclusiveGateway gatewayDirection="Unspecified" name="Retry 
Limit Exceeded?" id="_6-1585" />
-        <bpmn2:sendTask implementation="##WebService" 
messageRef="_invalidCreditCardNotify" completionQuantity="1" 
isForCompensation="false" startQuantity="1" name="Notify Customer Invalid 
Credit Card" id="_6-1626" />
-        <bpmn2:endEvent name="Booking Not Completed" id="_6-1677" />
-        <bpmn2:exclusiveGateway gatewayDirection="Unspecified" name="Retry 
Limit Exceeded?" id="_6-594" />
-        <bpmn2:sendTask implementation="##WebService" 
messageRef="_failedBookingNotify" completionQuantity="1" 
isForCompensation="false" startQuantity="1" name="Notify Customer Failed 
Booking" id="_6-1620" />
-        <bpmn2:endEvent name="" id="_6-1742" />
-
-        <bpmn2:sequenceFlow sourceRef="_6-709" targetRef="_6-733" name="" 
id="_6-1025"/>
-        <bpmn2:sequenceFlow sourceRef="_6-733" targetRef="_6-1480" name="" 
id="_6-1531"/>
-        <bpmn2:sequenceFlow sourceRef="_6-1480" targetRef="_6-1533" name="" 
id="_6-1547"/>
-        <bpmn2:sequenceFlow sourceRef="_6-1549" targetRef="_6-1566" name="" 
id="_6-1583"/>
-        <bpmn2:sequenceFlow sourceRef="_6-1566" targetRef="_6-1585" name="" 
id="_6-1607"/>
-        <bpmn2:sequenceFlow sourceRef="_6-1585" targetRef="_6-609" name="No" 
id="_6-1609"/>
-        <bpmn2:sequenceFlow sourceRef="_6-1461" targetRef="_6-594" name="" 
id="_6-1616"/>
-        <bpmn2:sequenceFlow sourceRef="_6-594" targetRef="_6-709" name="No" 
id="_6-1618"/>
-        <bpmn2:sequenceFlow sourceRef="_6-1585" targetRef="_6-1626" name="Yes" 
id="_6-1691"/>
-        <bpmn2:sequenceFlow sourceRef="_6-1626" targetRef="_6-1677" name="" 
id="_6-1693"/>
-        <bpmn2:sequenceFlow sourceRef="_6-594" targetRef="_6-1620" name="Yes" 
id="_6-1740"/>
-        <bpmn2:sequenceFlow sourceRef="_6-1620" targetRef="_6-1742" name="" 
id="_6-1756"/>
-    </bpmn2:process>
-
-    <bpmndi:BPMNDiagram documentation="" id="Trisotech.Visio-_6" name="Travel 
Booking" resolution="96.00000267028808">
-        <bpmndi:BPMNPlane bpmnElement="_6">
-            <bpmndi:BPMNShape bpmnElement="_6-53" 
id="Trisotech.Visio__6__6-53">
-                <dc:Bounds height="30.0" width="30.0" x="70.0" y="212.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-66" isExpanded="true" 
id="Trisotech.Visio__6__6-66">
-                <dc:Bounds height="210.0" width="219.0" x="137.0" y="123.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-99" 
id="Trisotech.Visio__6__6-99">
-                <dc:Bounds height="68.0" width="83.0" x="146.0" y="143.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-203" 
id="Trisotech.Visio__6__6-203">
-                <dc:Bounds height="68.0" width="83.0" x="146.0" y="243.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-150" 
id="Trisotech.Visio__6__6-150">
-                <dc:Bounds height="68.0" width="83.0" x="254.0" y="143.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-254" 
id="Trisotech.Visio__6__6-254">
-                <dc:Bounds height="68.0" width="83.0" x="254.0" y="243.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-309" 
id="Trisotech.Visio__6__6-309">
-                <dc:Bounds height="68.0" width="83.0" x="386.0" y="199.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-360" 
id="Trisotech.Visio__6__6-360">
-                <dc:Bounds height="99.0" width="83.0" x="499.0" y="183.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-415" 
id="Trisotech.Visio__6__6-415">
-                <dc:Bounds height="42.0" width="42.0" x="608.0" y="210.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-439" 
id="Trisotech.Visio__6__6-439">
-                <dc:Bounds height="32.0" width="32.0" x="674.0" y="85.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-456" 
id="Trisotech.Visio__6__6-456">
-                <dc:Bounds height="32.0" width="32.0" x="674.0" y="215.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-473" 
id="Trisotech.Visio__6__6-473">
-                <dc:Bounds height="32.0" width="32.0" x="674.0" y="342.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-490" 
id="Trisotech.Visio__6__6-490">
-                <dc:Bounds height="68.0" width="83.0" x="739.0" y="197.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-541" 
id="Trisotech.Visio__6__6-541">
-                <dc:Bounds height="68.0" width="83.0" x="739.0" y="67.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-609" 
id="Trisotech.Visio__6__6-609">
-                <dc:Bounds height="82.0" width="95.0" x="846.0" y="317.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-660" 
id="Trisotech.Visio__6__6-660">
-                <dc:Bounds height="32.0" width="32.0" x="889.0" y="301.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-677" 
id="Trisotech.Visio__6__6-677">
-                <dc:Bounds height="32.0" width="32.0" x="847.0" y="215.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-709" isMarkerVisible="false" 
id="Trisotech.Visio__6__6-709">
-                <dc:Bounds height="42.0" width="42.0" x="980.0" y="337.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-733" isExpanded="true" 
id="Trisotech.Visio__6__6-733">
-                <dc:Bounds height="687.0" width="448.0" x="1048.0" y="10.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-1045" isExpanded="true" 
id="Trisotech.Visio__6__6-1045">
-                <dc:Bounds height="109.0" width="241.0" x="1069.0" y="286.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-1078" 
id="Trisotech.Visio__6__6-1078">
-                <dc:Bounds height="30.0" width="30.0" x="1080.0" y="335.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-1091" 
id="Trisotech.Visio__6__6-1091">
-                <dc:Bounds height="68.0" width="83.0" x="1144.0" y="316.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-1142" 
id="Trisotech.Visio__6__6-1142">
-                <dc:Bounds height="32.0" width="32.0" x="1263.0" y="334.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-1160" isExpanded="true" 
id="Trisotech.Visio__6__6-1160">
-                <dc:Bounds height="113.0" width="378.0" x="1070.0" y="411.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-1193" 
id="Trisotech.Visio__6__6-1193">
-                <dc:Bounds height="30.0" width="30.0" x="1083.0" y="451.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-1206" 
id="Trisotech.Visio__6__6-1206">
-                <dc:Bounds height="32.0" width="32.0" x="1148.0" y="450.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-1223" 
id="Trisotech.Visio__6__6-1223">
-                <dc:Bounds height="32.0" width="32.0" x="1212.0" y="450.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-1240" 
id="Trisotech.Visio__6__6-1240">
-                <dc:Bounds height="68.0" width="83.0" x="1272.0" y="432.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-1291" 
id="Trisotech.Visio__6__6-1291">
-                <dc:Bounds height="32.0" width="32.0" x="1392.0" y="450.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-1313" isExpanded="true" 
id="Trisotech.Visio__6__6-1313">
-                <dc:Bounds height="143.0" width="377.0" x="1071.0" y="542.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-1346" 
id="Trisotech.Visio__6__6-1346">
-                <dc:Bounds height="30.0" width="30.0" x="1083.0" y="590.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-1359" 
id="Trisotech.Visio__6__6-1359">
-                <dc:Bounds height="42.0" width="42.0" x="1146.0" y="584.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-1381" 
id="Trisotech.Visio__6__6-1381">
-                <dc:Bounds height="32.0" width="32.0" x="1224.0" y="550.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-1398" 
id="Trisotech.Visio__6__6-1398">
-                <dc:Bounds height="32.0" width="32.0" x="1224.0" y="626.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-1415" 
id="Trisotech.Visio__6__6-1415">
-                <dc:Bounds height="42.0" width="42.0" x="1296.0" y="584.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-1437" 
id="Trisotech.Visio__6__6-1437">
-                <dc:Bounds height="32.0" width="32.0" x="1392.0" y="589.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-766" 
id="Trisotech.Visio__6__6-766">
-                <dc:Bounds height="30.0" width="30.0" x="1072.0" y="92.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-779" 
id="Trisotech.Visio__6__6-779">
-                <dc:Bounds height="68.0" width="83.0" x="1136.0" y="22.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-885" 
id="Trisotech.Visio__6__6-885">
-                <dc:Bounds height="32.0" width="32.0" x="1175.0" y="74.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-830" 
id="Trisotech.Visio__6__6-830">
-                <dc:Bounds height="68.0" width="83.0" x="1136.0" y="132.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-902" 
id="Trisotech.Visio__6__6-902">
-                <dc:Bounds height="32.0" width="32.0" x="1175.0" y="184.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-919" 
id="Trisotech.Visio__6__6-919">
-                <dc:Bounds height="68.0" width="83.0" x="1255.0" y="84.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-970" 
id="Trisotech.Visio__6__6-970">
-                <dc:Bounds height="68.0" width="83.0" x="1255.0" y="196.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-1027" 
id="Trisotech.Visio__6__6-1027">
-                <dc:Bounds height="32.0" width="32.0" x="1364.0" y="100.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-1461" 
id="Trisotech.Visio__6__6-1461">
-                <dc:Bounds height="32.0" width="32.0" x="1480.0" y="611.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-1480" 
id="Trisotech.Visio__6__6-1480">
-                <dc:Bounds height="68.0" width="83.0" x="1544.0" y="207.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-1549" 
id="Trisotech.Visio__6__6-1549">
-                <dc:Bounds height="32.0" width="32.0" x="1583.0" y="259.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-1533" 
id="Trisotech.Visio__6__6-1533">
-                <dc:Bounds height="32.0" width="32.0" x="1668.0" y="225.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-1566" 
id="Trisotech.Visio__6__6-1566">
-                <dc:Bounds height="32.0" width="32.0" x="1616.0" y="397.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-1585" isMarkerVisible="false" 
id="Trisotech.Visio__6__6-1585">
-                <dc:Bounds height="42.0" width="42.0" x="1684.0" y="392.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-1626" 
id="Trisotech.Visio__6__6-1626">
-                <dc:Bounds height="68.0" width="83.0" x="1763.0" y="379.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-1677" 
id="Trisotech.Visio__6__6-1677">
-                <dc:Bounds height="32.0" width="32.0" x="1872.0" y="397.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-594" isMarkerVisible="false" 
id="Trisotech.Visio__6__6-594">
-                <dc:Bounds height="42.0" width="42.0" x="1580.0" y="606.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-1620" 
id="Trisotech.Visio__6__6-1620">
-                <dc:Bounds height="68.0" width="83.0" x="1665.0" y="593.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNShape bpmnElement="_6-1742" 
id="Trisotech.Visio__6__6-1742">
-                <dc:Bounds height="32.0" width="32.0" x="1788.0" y="611.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNShape>
-            <bpmndi:BPMNEdge bpmnElement="_6-1459" 
id="Trisotech.Visio__6__6-1459">
-                <di:waypoint x="1256.0" y="642.0"/>
-                <di:waypoint x="1317.0" y="642.0"/>
-                <di:waypoint x="1317.0" y="626.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-1547" 
id="Trisotech.Visio__6__6-1547">
-                <di:waypoint x="1627.0" y="241.0"/>
-                <di:waypoint x="1645.0" y="241.0"/>
-                <di:waypoint x="1668.0" y="241.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-1609" 
id="Trisotech.Visio__6__6-1609">
-                <di:waypoint x="1705.0" y="434.0"/>
-                <di:waypoint x="1705.0" y="506.0"/>
-                <di:waypoint x="1844.0" y="506.0"/>
-                <di:waypoint x="1844.0" y="722.0"/>
-                <di:waypoint x="894.0" y="722.0"/>
-                <di:waypoint x="893.0" y="399.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-705" 
id="Trisotech.Visio__6__6-705">
-                <di:waypoint x="905.0" y="301.0"/>
-                <di:waypoint x="905.0" y="101.0"/>
-                <di:waypoint x="822.0" y="101.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-691" 
id="Trisotech.Visio__6__6-691">
-                <di:waypoint x="706.0" y="231.0"/>
-                <di:waypoint x="724.0" y="231.0"/>
-                <di:waypoint x="739.0" y="231.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-1309" 
id="Trisotech.Visio__6__6-1309">
-                <di:waypoint x="1244.0" y="466.0"/>
-                <di:waypoint x="1249.0" y="466.0"/>
-                <di:waypoint x="1272.0" y="466.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-307" 
id="Trisotech.Visio__6__6-307">
-                <di:waypoint x="230.0" y="277.0"/>
-                <di:waypoint x="254.0" y="277.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-699" 
id="Trisotech.Visio__6__6-699">
-                <di:waypoint x="706.0" y="101.0"/>
-                <di:waypoint x="739.0" y="101.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-1043" 
id="Trisotech.Visio__6__6-1043">
-                <di:waypoint x="1219.0" y="166.0"/>
-                <di:waypoint x="1380.0" y="166.0"/>
-                <di:waypoint x="1380.0" y="132.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-1691" 
id="Trisotech.Visio__6__6-1691">
-                <di:waypoint x="1726.0" y="413.0"/>
-                <di:waypoint x="1744.0" y="413.0"/>
-                <di:waypoint x="1763.0" y="413.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-731" 
id="Trisotech.Visio__6__6-731">
-                <di:waypoint x="941.0" y="358.0"/>
-                <di:waypoint x="959.0" y="358.0"/>
-                <di:waypoint x="980.0" y="358.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-411" 
id="Trisotech.Visio__6__6-411">
-                <di:waypoint x="356.0" y="228.0"/>
-                <di:waypoint x="356.0" y="234.0"/>
-                <di:waypoint x="386.0" y="233.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-1021" 
id="Trisotech.Visio__6__6-1021">
-                <di:waypoint x="1191.0" y="106.0"/>
-                <di:waypoint x="1191.0" y="118.0"/>
-                <di:waypoint x="1255.0" y="118.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-1618" 
id="Trisotech.Visio__6__6-1618">
-                <di:waypoint x="1601.0" y="648.0"/>
-                <di:waypoint x="1601.0" y="711.0"/>
-                <di:waypoint x="1001.0" y="711.0"/>
-                <di:waypoint x="1001.0" y="379.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-1607" 
id="Trisotech.Visio__6__6-1607">
-                <di:waypoint x="1648.0" y="413.0"/>
-                <di:waypoint x="1684.0" y="413.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-1451" 
id="Trisotech.Visio__6__6-1451">
-                <di:waypoint x="1113.0" y="605.0"/>
-                <di:waypoint x="1146.0" y="605.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-1156" 
id="Trisotech.Visio__6__6-1156">
-                <di:waypoint x="1111.0" y="350.0"/>
-                <di:waypoint x="1129.0" y="350.0"/>
-                <di:waypoint x="1144.0" y="350.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-1531" 
id="Trisotech.Visio__6__6-1531">
-                <di:waypoint x="1496.0" y="239.0"/>
-                <di:waypoint x="1496.0" y="241.0"/>
-                <di:waypoint x="1544.0" y="241.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-201" 
id="Trisotech.Visio__6__6-201">
-                <di:waypoint x="100.0" y="227.0"/>
-                <di:waypoint x="137.0" y="228.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-1583" 
id="Trisotech.Visio__6__6-1583">
-                <di:waypoint x="1599.0" y="291.0"/>
-                <di:waypoint x="1599.0" y="413.0"/>
-                <di:waypoint x="1616.0" y="413.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-703" 
id="Trisotech.Visio__6__6-703">
-                <di:waypoint x="706.0" y="358.0"/>
-                <di:waypoint x="846.0" y="358.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-1041" 
id="Trisotech.Visio__6__6-1041">
-                <di:waypoint x="1219.0" y="56.0"/>
-                <di:waypoint x="1380.0" y="56.0"/>
-                <di:waypoint x="1380.0" y="100.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-1457" 
id="Trisotech.Visio__6__6-1457">
-                <di:waypoint x="1256.0" y="566.0"/>
-                <di:waypoint x="1317.0" y="566.0"/>
-                <di:waypoint x="1317.0" y="584.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-697" 
id="Trisotech.Visio__6__6-697">
-                <di:waypoint x="629.0" y="210.0"/>
-                <di:waypoint x="629.0" y="101.0"/>
-                <di:waypoint x="674.0" y="101.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-1740" 
id="Trisotech.Visio__6__6-1740">
-                <di:waypoint x="1622.0" y="627.0"/>
-                <di:waypoint x="1640.0" y="627.0"/>
-                <di:waypoint x="1665.0" y="627.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-1305" 
id="Trisotech.Visio__6__6-1305">
-                <di:waypoint x="1113.0" y="466.0"/>
-                <di:waypoint x="1148.0" y="466.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-1616" 
id="Trisotech.Visio__6__6-1616">
-                <di:waypoint x="1512.0" y="627.0"/>
-                <di:waypoint x="1580.0" y="627.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-701" 
id="Trisotech.Visio__6__6-701">
-                <di:waypoint x="629.0" y="252.0"/>
-                <di:waypoint x="629.0" y="359.0"/>
-                <di:waypoint x="674.0" y="358.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-1455" 
id="Trisotech.Visio__6__6-1455">
-                <di:waypoint x="1167.0" y="626.0"/>
-                <di:waypoint x="1167.0" y="642.0"/>
-                <di:waypoint x="1224.0" y="642.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-883" 
id="Trisotech.Visio__6__6-883">
-                <di:waypoint x="1088.0" y="122.0"/>
-                <di:waypoint x="1088.0" y="144.0"/>
-                <di:waypoint x="1088.0" y="166.0"/>
-                <di:waypoint x="1136.0" y="166.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-1693" 
id="Trisotech.Visio__6__6-1693">
-                <di:waypoint x="1846.0" y="413.0"/>
-                <di:waypoint x="1851.0" y="413.0"/>
-                <di:waypoint x="1872.0" y="413.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-695" 
id="Trisotech.Visio__6__6-695">
-                <di:waypoint x="822.0" y="231.0"/>
-                <di:waypoint x="836.0" y="231.0"/>
-                <di:waypoint x="847.0" y="231.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-1025" 
id="Trisotech.Visio__6__6-1025">
-                <di:waypoint x="1022.0" y="358.0"/>
-                <di:waypoint x="1048.0" y="353.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-1478" 
id="Trisotech.Visio__6__6-1478">
-                <di:waypoint x="1337.0" y="605.0"/>
-                <di:waypoint x="1392.0" y="605.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-1311" 
id="Trisotech.Visio__6__6-1311">
-                <di:waypoint x="1355.0" y="466.0"/>
-                <di:waypoint x="1373.0" y="466.0"/>
-                <di:waypoint x="1392.0" y="466.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-1158" 
id="Trisotech.Visio__6__6-1158">
-                <di:waypoint x="1227.0" y="350.0"/>
-                <di:waypoint x="1245.0" y="350.0"/>
-                <di:waypoint x="1263.0" y="350.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-592" 
id="Trisotech.Visio__6__6-592">
-                <di:waypoint x="781.0" y="135.0"/>
-                <di:waypoint x="781.0" y="153.0"/>
-                <di:waypoint x="781.0" y="197.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-305" 
id="Trisotech.Visio__6__6-305">
-                <di:waypoint x="230.0" y="177.0"/>
-                <di:waypoint x="254.0" y="177.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-413" 
id="Trisotech.Visio__6__6-413">
-                <di:waypoint x="470.0" y="233.0"/>
-                <di:waypoint x="484.0" y="233.0"/>
-                <di:waypoint x="499.0" y="233.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-437" 
id="Trisotech.Visio__6__6-437">
-                <di:waypoint x="582.0" y="233.0"/>
-                <di:waypoint x="596.0" y="233.0"/>
-                <di:waypoint x="596.0" y="231.0"/>
-                <di:waypoint x="608.0" y="231.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-693" 
id="Trisotech.Visio__6__6-693">
-                <di:waypoint x="650.0" y="231.0"/>
-                <di:waypoint x="674.0" y="231.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-1307" 
id="Trisotech.Visio__6__6-1307">
-                <di:waypoint x="1180.0" y="466.0"/>
-                <di:waypoint x="1212.0" y="466.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-1756" 
id="Trisotech.Visio__6__6-1756">
-                <di:waypoint x="1748.0" y="627.0"/>
-                <di:waypoint x="1766.0" y="627.0"/>
-                <di:waypoint x="1788.0" y="627.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-881" 
id="Trisotech.Visio__6__6-881">
-                <di:waypoint x="1088.0" y="92.0"/>
-                <di:waypoint x="1088.0" y="56.0"/>
-                <di:waypoint x="1136.0" y="56.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-1023" 
id="Trisotech.Visio__6__6-1023">
-                <di:waypoint x="1191.0" y="216.0"/>
-                <di:waypoint x="1191.0" y="230.0"/>
-                <di:waypoint x="1255.0" y="230.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-            <bpmndi:BPMNEdge bpmnElement="_6-1453" 
id="Trisotech.Visio__6__6-1453">
-                <di:waypoint x="1167.0" y="584.0"/>
-                <di:waypoint x="1167.0" y="566.0"/>
-                <di:waypoint x="1224.0" y="566.0"/>
-                <bpmndi:BPMNLabel/>
-            </bpmndi:BPMNEdge>
-        </bpmndi:BPMNPlane>
-    </bpmndi:BPMNDiagram>
-</bpmn2:definitions>
-
diff --git a/jbpm/jbpm-tests/src/test/resources/correlationkey/Process1.bpmn2 
b/jbpm/jbpm-tests/src/test/resources/correlationkey/Process1.bpmn2
deleted file mode 100755
index 7698cb20c3..0000000000
--- a/jbpm/jbpm-tests/src/test/resources/correlationkey/Process1.bpmn2
+++ /dev/null
@@ -1,165 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns="http://www.omg.org/bpmn20"; 
xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL"; 
xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI"; 
xmlns:bpsim="http://www.bpsim.org/schemas/1.0"; 
xmlns:color="http://www.omg.org/spec/BPMN/non-normative/color"; 
xmlns:dc="http://www.omg.org/spec/DD/20100524/DC"; 
xmlns:di="http://www.omg.org/spec/DD/20100524/DI"; 
xmlns:drools="http://www.jboss.org/drools"; id="_nPBtwMLiEeiG6 [...]
-  <bpmn2:process id="src.Process1" drools:version="1.0" name="Process1" 
isExecutable="true">
-    <bpmn2:startEvent id="processStartEvent" drools:selectable="true" 
color:background-color="#9acd32" color:border-color="#000000" 
color:color="#000000" name="">
-      <bpmn2:extensionElements>
-        <drools:metaData name="elementname">
-          <drools:metaValue><![CDATA[]]></drools:metaValue>
-        </drools:metaData>
-      </bpmn2:extensionElements>
-      <bpmn2:outgoing>_C49952D8-3347-45A0-954A-EFB585B6F3B8</bpmn2:outgoing>
-    </bpmn2:startEvent>
-    <bpmn2:scriptTask id="_EE00E0F3-C6FF-4885-8519-6DBC8AE17CDC" 
drools:selectable="true" color:background-color="#fafad2" 
color:border-color="#000000" color:color="#000000" name="ScriptTask" 
scriptFormat="http://www.java.com/java";>
-      <bpmn2:extensionElements>
-        <drools:metaData name="elementname">
-          <drools:metaValue><![CDATA[ScriptTask]]></drools:metaValue>
-        </drools:metaData>
-      </bpmn2:extensionElements>
-      <bpmn2:incoming>_C49952D8-3347-45A0-954A-EFB585B6F3B8</bpmn2:incoming>
-      <bpmn2:outgoing>_6DF23EF1-3C05-4974-9ACA-DB5FD86E0662</bpmn2:outgoing>
-      <bpmn2:script><![CDATA[System.out.println("Process1");]]></bpmn2:script>
-    </bpmn2:scriptTask>
-    <bpmn2:sequenceFlow id="_C49952D8-3347-45A0-954A-EFB585B6F3B8" 
drools:selectable="true" color:background-color="#000000" 
color:border-color="#000000" color:color="#000000" 
sourceRef="processStartEvent" 
targetRef="_EE00E0F3-C6FF-4885-8519-6DBC8AE17CDC"/>
-    <bpmn2:callActivity id="_F35A3649-24FF-4D57-936F-378D8730F1DD" 
drools:selectable="true" drools:independent="true" 
drools:waitForCompletion="true" color:background-color="#fafad2" 
color:border-color="#000000" color:color="#000000" name="" 
calledElement="src.Process2">
-      <bpmn2:extensionElements>
-        <drools:metaData name="elementname">
-          <drools:metaValue><![CDATA[]]></drools:metaValue>
-        </drools:metaData>
-      </bpmn2:extensionElements>
-      <bpmn2:incoming>_6DF23EF1-3C05-4974-9ACA-DB5FD86E0662</bpmn2:incoming>
-      <bpmn2:outgoing>_0FCFBC75-ED97-4A46-975D-A0477EFA0767</bpmn2:outgoing>
-    </bpmn2:callActivity>
-    <bpmn2:endEvent id="_A2E46E00-85B1-4AF1-A059-111D47FDC444" 
drools:selectable="true" color:background-color="#ff6347" 
color:border-color="#000000" color:color="#000000" name="">
-      <bpmn2:extensionElements>
-        <drools:metaData name="elementname">
-          <drools:metaValue><![CDATA[]]></drools:metaValue>
-        </drools:metaData>
-      </bpmn2:extensionElements>
-      <bpmn2:incoming>_0FCFBC75-ED97-4A46-975D-A0477EFA0767</bpmn2:incoming>
-    </bpmn2:endEvent>
-    <bpmn2:sequenceFlow id="_0FCFBC75-ED97-4A46-975D-A0477EFA0767" 
drools:selectable="true" color:background-color="#000000" 
color:border-color="#000000" color:color="#000000" 
sourceRef="_F35A3649-24FF-4D57-936F-378D8730F1DD" 
targetRef="_A2E46E00-85B1-4AF1-A059-111D47FDC444"/>
-    <bpmn2:sequenceFlow id="_6DF23EF1-3C05-4974-9ACA-DB5FD86E0662" 
drools:selectable="true" color:background-color="#000000" 
color:border-color="#000000" color:color="#000000" 
sourceRef="_EE00E0F3-C6FF-4885-8519-6DBC8AE17CDC" 
targetRef="_F35A3649-24FF-4D57-936F-378D8730F1DD"/>
-  </bpmn2:process>
-  <bpmndi:BPMNDiagram id="_nPBtwcLiEeiG6-VRHK3TqQ">
-    <bpmndi:BPMNPlane id="_nPBtwsLiEeiG6-VRHK3TqQ" bpmnElement="src.Process1">
-      <bpmndi:BPMNShape id="_nPCU0MLiEeiG6-VRHK3TqQ" 
bpmnElement="processStartEvent">
-        <dc:Bounds height="30.0" width="30.0" x="120.0" y="165.0"/>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape id="_nPCU0cLiEeiG6-VRHK3TqQ" 
bpmnElement="_EE00E0F3-C6FF-4885-8519-6DBC8AE17CDC">
-        <dc:Bounds height="80.0" width="100.0" x="195.0" y="140.0"/>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape id="_nPCU0sLiEeiG6-VRHK3TqQ" 
bpmnElement="_F35A3649-24FF-4D57-936F-378D8730F1DD">
-        <dc:Bounds height="80.0" width="100.0" x="385.0" y="140.0"/>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape id="_nPCU08LiEeiG6-VRHK3TqQ" 
bpmnElement="_A2E46E00-85B1-4AF1-A059-111D47FDC444">
-        <dc:Bounds height="28.0" width="28.0" x="530.0" y="166.0"/>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNEdge id="_nPCU1MLiEeiG6-VRHK3TqQ" 
bpmnElement="_C49952D8-3347-45A0-954A-EFB585B6F3B8" 
sourceElement="_nPCU0MLiEeiG6-VRHK3TqQ" targetElement="_nPCU0cLiEeiG6-VRHK3TqQ">
-        <di:waypoint xsi:type="dc:Point" x="135.0" y="180.0"/>
-        <di:waypoint xsi:type="dc:Point" x="245.0" y="180.0"/>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge id="_nPCU1cLiEeiG6-VRHK3TqQ" 
bpmnElement="_0FCFBC75-ED97-4A46-975D-A0477EFA0767" 
sourceElement="_nPCU0sLiEeiG6-VRHK3TqQ" targetElement="_nPCU08LiEeiG6-VRHK3TqQ">
-        <di:waypoint xsi:type="dc:Point" x="435.0" y="180.0"/>
-        <di:waypoint xsi:type="dc:Point" x="544.0" y="180.0"/>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge id="_nPCU1sLiEeiG6-VRHK3TqQ" 
bpmnElement="_6DF23EF1-3C05-4974-9ACA-DB5FD86E0662" 
sourceElement="_nPCU0cLiEeiG6-VRHK3TqQ" targetElement="_nPCU0sLiEeiG6-VRHK3TqQ">
-        <di:waypoint xsi:type="dc:Point" x="245.0" y="180.0"/>
-        <di:waypoint xsi:type="dc:Point" x="435.0" y="180.0"/>
-      </bpmndi:BPMNEdge>
-    </bpmndi:BPMNPlane>
-  </bpmndi:BPMNDiagram>
-  <bpmn2:relationship id="_nPCU18LiEeiG6-VRHK3TqQ" type="BPSimData">
-    <bpmn2:extensionElements>
-      <bpsim:BPSimData>
-        <bpsim:Scenario xsi:type="bpsim:Scenario" id="default" 
name="Simulationscenario">
-          <bpsim:ScenarioParameters xsi:type="bpsim:ScenarioParameters" 
baseTimeUnit="min"/>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="_F35A3649-24FF-4D57-936F-378D8730F1DD" id="_nPCU2MLiEeiG6-VRHK3TqQ">
-            <bpsim:TimeParameters xsi:type="bpsim:TimeParameters">
-              <bpsim:ProcessingTime xsi:type="bpsim:Parameter">
-                <bpsim:UniformDistribution max="10.0" min="5.0"/>
-              </bpsim:ProcessingTime>
-            </bpsim:TimeParameters>
-            <bpsim:CostParameters xsi:type="bpsim:CostParameters">
-              <bpsim:UnitCost xsi:type="bpsim:Parameter">
-                <bpsim:FloatingParameter value="0.0"/>
-              </bpsim:UnitCost>
-            </bpsim:CostParameters>
-          </bpsim:ElementParameters>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="_EE00E0F3-C6FF-4885-8519-6DBC8AE17CDC" id="_nPCU2cLiEeiG6-VRHK3TqQ">
-            <bpsim:TimeParameters xsi:type="bpsim:TimeParameters">
-              <bpsim:ProcessingTime xsi:type="bpsim:Parameter">
-                <bpsim:UniformDistribution max="10.0" min="5.0"/>
-              </bpsim:ProcessingTime>
-            </bpsim:TimeParameters>
-            <bpsim:CostParameters xsi:type="bpsim:CostParameters">
-              <bpsim:UnitCost xsi:type="bpsim:Parameter">
-                <bpsim:FloatingParameter value="0.0"/>
-              </bpsim:UnitCost>
-            </bpsim:CostParameters>
-          </bpsim:ElementParameters>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="_A2E46E00-85B1-4AF1-A059-111D47FDC444" id="_nPCU2sLiEeiG6-VRHK3TqQ">
-            <bpsim:TimeParameters xsi:type="bpsim:TimeParameters">
-              <bpsim:ProcessingTime xsi:type="bpsim:Parameter">
-                <bpsim:UniformDistribution max="10.0" min="5.0"/>
-              </bpsim:ProcessingTime>
-            </bpsim:TimeParameters>
-          </bpsim:ElementParameters>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="_6DF23EF1-3C05-4974-9ACA-DB5FD86E0662" id="_nPCU28LiEeiG6-VRHK3TqQ">
-            <bpsim:ControlParameters xsi:type="bpsim:ControlParameters">
-              <bpsim:Probability xsi:type="bpsim:Parameter">
-                <bpsim:FloatingParameter value="100.0"/>
-              </bpsim:Probability>
-            </bpsim:ControlParameters>
-          </bpsim:ElementParameters>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="_C49952D8-3347-45A0-954A-EFB585B6F3B8" id="_nPCU3MLiEeiG6-VRHK3TqQ">
-            <bpsim:ControlParameters xsi:type="bpsim:ControlParameters">
-              <bpsim:Probability xsi:type="bpsim:Parameter">
-                <bpsim:FloatingParameter value="100.0"/>
-              </bpsim:Probability>
-            </bpsim:ControlParameters>
-          </bpsim:ElementParameters>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="_0FCFBC75-ED97-4A46-975D-A0477EFA0767" id="_nPCU3cLiEeiG6-VRHK3TqQ">
-            <bpsim:ControlParameters xsi:type="bpsim:ControlParameters">
-              <bpsim:Probability xsi:type="bpsim:Parameter">
-                <bpsim:FloatingParameter value="100.0"/>
-              </bpsim:Probability>
-            </bpsim:ControlParameters>
-          </bpsim:ElementParameters>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="processStartEvent" id="_nPCU3sLiEeiG6-VRHK3TqQ">
-            <bpsim:TimeParameters xsi:type="bpsim:TimeParameters">
-              <bpsim:ProcessingTime xsi:type="bpsim:Parameter">
-                <bpsim:UniformDistribution max="10.0" min="5.0"/>
-              </bpsim:ProcessingTime>
-            </bpsim:TimeParameters>
-            <bpsim:ControlParameters xsi:type="bpsim:ControlParameters">
-              <bpsim:Probability xsi:type="bpsim:Parameter">
-                <bpsim:FloatingParameter value="100.0"/>
-              </bpsim:Probability>
-            </bpsim:ControlParameters>
-          </bpsim:ElementParameters>
-        </bpsim:Scenario>
-      </bpsim:BPSimData>
-    </bpmn2:extensionElements>
-    <bpmn2:source>_nPBtwMLiEeiG6-VRHK3TqQ</bpmn2:source>
-    <bpmn2:target>_nPBtwMLiEeiG6-VRHK3TqQ</bpmn2:target>
-  </bpmn2:relationship>
-</bpmn2:definitions>
diff --git a/jbpm/jbpm-tests/src/test/resources/correlationkey/Process2.bpmn2 
b/jbpm/jbpm-tests/src/test/resources/correlationkey/Process2.bpmn2
deleted file mode 100755
index 166ebc84ae..0000000000
--- a/jbpm/jbpm-tests/src/test/resources/correlationkey/Process2.bpmn2
+++ /dev/null
@@ -1,165 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns="http://www.omg.org/bpmn20"; 
xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL"; 
xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI"; 
xmlns:bpsim="http://www.bpsim.org/schemas/1.0"; 
xmlns:color="http://www.omg.org/spec/BPMN/non-normative/color"; 
xmlns:dc="http://www.omg.org/spec/DD/20100524/DC"; 
xmlns:di="http://www.omg.org/spec/DD/20100524/DI"; 
xmlns:drools="http://www.jboss.org/drools"; id="_pPzSsMLiEeiG6 [...]
-  <bpmn2:process id="src.Process2" drools:version="1.0" name="Process2" 
isExecutable="true">
-    <bpmn2:startEvent id="processStartEvent" drools:selectable="true" 
color:background-color="#9acd32" color:border-color="#000000" 
color:color="#000000" name="">
-      <bpmn2:extensionElements>
-        <drools:metaData name="elementname">
-          <drools:metaValue><![CDATA[]]></drools:metaValue>
-        </drools:metaData>
-      </bpmn2:extensionElements>
-      <bpmn2:outgoing>_AC6A8707-5DF1-4D21-8C80-41452B4D93E6</bpmn2:outgoing>
-    </bpmn2:startEvent>
-    <bpmn2:scriptTask id="_C8A93406-5C50-45FE-B8CB-8A3E42648396" 
drools:selectable="true" color:background-color="#fafad2" 
color:border-color="#000000" color:color="#000000" name="ScriptTask2" 
scriptFormat="http://www.java.com/java";>
-      <bpmn2:extensionElements>
-        <drools:metaData name="elementname">
-          <drools:metaValue><![CDATA[ScriptTask2]]></drools:metaValue>
-        </drools:metaData>
-      </bpmn2:extensionElements>
-      <bpmn2:incoming>_AC6A8707-5DF1-4D21-8C80-41452B4D93E6</bpmn2:incoming>
-      <bpmn2:outgoing>_A3AEB5E4-43F9-447B-86C2-F9B0539148CF</bpmn2:outgoing>
-      <bpmn2:script><![CDATA[System.out.println("Process2");]]></bpmn2:script>
-    </bpmn2:scriptTask>
-    <bpmn2:sequenceFlow id="_AC6A8707-5DF1-4D21-8C80-41452B4D93E6" 
drools:selectable="true" color:background-color="#000000" 
color:border-color="#000000" color:color="#000000" 
sourceRef="processStartEvent" 
targetRef="_C8A93406-5C50-45FE-B8CB-8A3E42648396"/>
-    <bpmn2:callActivity id="_CC4C3F45-4765-4D9F-A7EA-6EC02A23A900" 
drools:selectable="true" drools:independent="true" 
drools:waitForCompletion="true" color:background-color="#fafad2" 
color:border-color="#000000" color:color="#000000" name="" 
calledElement="src.Process3">
-      <bpmn2:extensionElements>
-        <drools:metaData name="elementname">
-          <drools:metaValue><![CDATA[]]></drools:metaValue>
-        </drools:metaData>
-      </bpmn2:extensionElements>
-      <bpmn2:incoming>_A3AEB5E4-43F9-447B-86C2-F9B0539148CF</bpmn2:incoming>
-      <bpmn2:outgoing>_8146887F-EC59-4764-8EE8-F7188A3B244A</bpmn2:outgoing>
-    </bpmn2:callActivity>
-    <bpmn2:endEvent id="_CF228268-62F6-4228-BA3E-EC800CB3BDE4" 
drools:selectable="true" color:background-color="#ff6347" 
color:border-color="#000000" color:color="#000000" name="">
-      <bpmn2:extensionElements>
-        <drools:metaData name="elementname">
-          <drools:metaValue><![CDATA[]]></drools:metaValue>
-        </drools:metaData>
-      </bpmn2:extensionElements>
-      <bpmn2:incoming>_8146887F-EC59-4764-8EE8-F7188A3B244A</bpmn2:incoming>
-    </bpmn2:endEvent>
-    <bpmn2:sequenceFlow id="_8146887F-EC59-4764-8EE8-F7188A3B244A" 
drools:selectable="true" color:background-color="#000000" 
color:border-color="#000000" color:color="#000000" 
sourceRef="_CC4C3F45-4765-4D9F-A7EA-6EC02A23A900" 
targetRef="_CF228268-62F6-4228-BA3E-EC800CB3BDE4"/>
-    <bpmn2:sequenceFlow id="_A3AEB5E4-43F9-447B-86C2-F9B0539148CF" 
drools:selectable="true" color:background-color="#000000" 
color:border-color="#000000" color:color="#000000" 
sourceRef="_C8A93406-5C50-45FE-B8CB-8A3E42648396" 
targetRef="_CC4C3F45-4765-4D9F-A7EA-6EC02A23A900"/>
-  </bpmn2:process>
-  <bpmndi:BPMNDiagram id="_pPzSscLiEeiG6-VRHK3TqQ">
-    <bpmndi:BPMNPlane id="_pPzSssLiEeiG6-VRHK3TqQ" bpmnElement="src.Process2">
-      <bpmndi:BPMNShape id="_pPzSs8LiEeiG6-VRHK3TqQ" 
bpmnElement="processStartEvent">
-        <dc:Bounds height="30.0" width="30.0" x="120.0" y="165.0"/>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape id="_pPzStMLiEeiG6-VRHK3TqQ" 
bpmnElement="_C8A93406-5C50-45FE-B8CB-8A3E42648396">
-        <dc:Bounds height="80.0" width="100.0" x="195.0" y="140.0"/>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape id="_pPzStcLiEeiG6-VRHK3TqQ" 
bpmnElement="_CC4C3F45-4765-4D9F-A7EA-6EC02A23A900">
-        <dc:Bounds height="80.0" width="100.0" x="383.0" y="140.0"/>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape id="_pPzStsLiEeiG6-VRHK3TqQ" 
bpmnElement="_CF228268-62F6-4228-BA3E-EC800CB3BDE4">
-        <dc:Bounds height="28.0" width="28.0" x="528.0" y="166.0"/>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNEdge id="_pPzSt8LiEeiG6-VRHK3TqQ" 
bpmnElement="_AC6A8707-5DF1-4D21-8C80-41452B4D93E6" 
sourceElement="_pPzSs8LiEeiG6-VRHK3TqQ" targetElement="_pPzStMLiEeiG6-VRHK3TqQ">
-        <di:waypoint xsi:type="dc:Point" x="135.0" y="180.0"/>
-        <di:waypoint xsi:type="dc:Point" x="245.0" y="180.0"/>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge id="_pPzSuMLiEeiG6-VRHK3TqQ" 
bpmnElement="_8146887F-EC59-4764-8EE8-F7188A3B244A" 
sourceElement="_pPzStcLiEeiG6-VRHK3TqQ" targetElement="_pPzStsLiEeiG6-VRHK3TqQ">
-        <di:waypoint xsi:type="dc:Point" x="433.0" y="180.0"/>
-        <di:waypoint xsi:type="dc:Point" x="542.0" y="180.0"/>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge id="_pPzSucLiEeiG6-VRHK3TqQ" 
bpmnElement="_A3AEB5E4-43F9-447B-86C2-F9B0539148CF" 
sourceElement="_pPzStMLiEeiG6-VRHK3TqQ" targetElement="_pPzStcLiEeiG6-VRHK3TqQ">
-        <di:waypoint xsi:type="dc:Point" x="245.0" y="180.0"/>
-        <di:waypoint xsi:type="dc:Point" x="433.0" y="180.0"/>
-      </bpmndi:BPMNEdge>
-    </bpmndi:BPMNPlane>
-  </bpmndi:BPMNDiagram>
-  <bpmn2:relationship id="_pPzSusLiEeiG6-VRHK3TqQ" type="BPSimData">
-    <bpmn2:extensionElements>
-      <bpsim:BPSimData>
-        <bpsim:Scenario xsi:type="bpsim:Scenario" id="default" 
name="Simulationscenario">
-          <bpsim:ScenarioParameters xsi:type="bpsim:ScenarioParameters" 
baseTimeUnit="min"/>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="_C8A93406-5C50-45FE-B8CB-8A3E42648396" id="_pPzSu8LiEeiG6-VRHK3TqQ">
-            <bpsim:TimeParameters xsi:type="bpsim:TimeParameters">
-              <bpsim:ProcessingTime xsi:type="bpsim:Parameter">
-                <bpsim:UniformDistribution max="10.0" min="5.0"/>
-              </bpsim:ProcessingTime>
-            </bpsim:TimeParameters>
-            <bpsim:CostParameters xsi:type="bpsim:CostParameters">
-              <bpsim:UnitCost xsi:type="bpsim:Parameter">
-                <bpsim:FloatingParameter value="0.0"/>
-              </bpsim:UnitCost>
-            </bpsim:CostParameters>
-          </bpsim:ElementParameters>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="_CF228268-62F6-4228-BA3E-EC800CB3BDE4" id="_pPzSvMLiEeiG6-VRHK3TqQ">
-            <bpsim:TimeParameters xsi:type="bpsim:TimeParameters">
-              <bpsim:ProcessingTime xsi:type="bpsim:Parameter">
-                <bpsim:UniformDistribution max="10.0" min="5.0"/>
-              </bpsim:ProcessingTime>
-            </bpsim:TimeParameters>
-          </bpsim:ElementParameters>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="_CC4C3F45-4765-4D9F-A7EA-6EC02A23A900" id="_pPzSvcLiEeiG6-VRHK3TqQ">
-            <bpsim:TimeParameters xsi:type="bpsim:TimeParameters">
-              <bpsim:ProcessingTime xsi:type="bpsim:Parameter">
-                <bpsim:UniformDistribution max="10.0" min="5.0"/>
-              </bpsim:ProcessingTime>
-            </bpsim:TimeParameters>
-            <bpsim:CostParameters xsi:type="bpsim:CostParameters">
-              <bpsim:UnitCost xsi:type="bpsim:Parameter">
-                <bpsim:FloatingParameter value="0.0"/>
-              </bpsim:UnitCost>
-            </bpsim:CostParameters>
-          </bpsim:ElementParameters>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="_A3AEB5E4-43F9-447B-86C2-F9B0539148CF" id="_pPzSvsLiEeiG6-VRHK3TqQ">
-            <bpsim:ControlParameters xsi:type="bpsim:ControlParameters">
-              <bpsim:Probability xsi:type="bpsim:Parameter">
-                <bpsim:FloatingParameter value="100.0"/>
-              </bpsim:Probability>
-            </bpsim:ControlParameters>
-          </bpsim:ElementParameters>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="_AC6A8707-5DF1-4D21-8C80-41452B4D93E6" id="_pPzSv8LiEeiG6-VRHK3TqQ">
-            <bpsim:ControlParameters xsi:type="bpsim:ControlParameters">
-              <bpsim:Probability xsi:type="bpsim:Parameter">
-                <bpsim:FloatingParameter value="100.0"/>
-              </bpsim:Probability>
-            </bpsim:ControlParameters>
-          </bpsim:ElementParameters>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="_8146887F-EC59-4764-8EE8-F7188A3B244A" id="_pPzSwMLiEeiG6-VRHK3TqQ">
-            <bpsim:ControlParameters xsi:type="bpsim:ControlParameters">
-              <bpsim:Probability xsi:type="bpsim:Parameter">
-                <bpsim:FloatingParameter value="100.0"/>
-              </bpsim:Probability>
-            </bpsim:ControlParameters>
-          </bpsim:ElementParameters>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="processStartEvent" id="_pPzSwcLiEeiG6-VRHK3TqQ">
-            <bpsim:TimeParameters xsi:type="bpsim:TimeParameters">
-              <bpsim:ProcessingTime xsi:type="bpsim:Parameter">
-                <bpsim:UniformDistribution max="10.0" min="5.0"/>
-              </bpsim:ProcessingTime>
-            </bpsim:TimeParameters>
-            <bpsim:ControlParameters xsi:type="bpsim:ControlParameters">
-              <bpsim:Probability xsi:type="bpsim:Parameter">
-                <bpsim:FloatingParameter value="100.0"/>
-              </bpsim:Probability>
-            </bpsim:ControlParameters>
-          </bpsim:ElementParameters>
-        </bpsim:Scenario>
-      </bpsim:BPSimData>
-    </bpmn2:extensionElements>
-    <bpmn2:source>_pPzSsMLiEeiG6-VRHK3TqQ</bpmn2:source>
-    <bpmn2:target>_pPzSsMLiEeiG6-VRHK3TqQ</bpmn2:target>
-  </bpmn2:relationship>
-</bpmn2:definitions>
diff --git a/jbpm/jbpm-tests/src/test/resources/correlationkey/Process3.bpmn2 
b/jbpm/jbpm-tests/src/test/resources/correlationkey/Process3.bpmn2
deleted file mode 100755
index ebda1acc75..0000000000
--- a/jbpm/jbpm-tests/src/test/resources/correlationkey/Process3.bpmn2
+++ /dev/null
@@ -1,165 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns="http://www.omg.org/bpmn20"; 
xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL"; 
xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI"; 
xmlns:bpsim="http://www.bpsim.org/schemas/1.0"; 
xmlns:color="http://www.omg.org/spec/BPMN/non-normative/color"; 
xmlns:dc="http://www.omg.org/spec/DD/20100524/DC"; 
xmlns:di="http://www.omg.org/spec/DD/20100524/DI"; 
xmlns:drools="http://www.jboss.org/drools"; id="_rQD6QMLiEeiG6 [...]
-  <bpmn2:process id="src.Process3" drools:version="1.0" name="Process3" 
isExecutable="true">
-    <bpmn2:startEvent id="processStartEvent" drools:selectable="true" 
color:background-color="#9acd32" color:border-color="#000000" 
color:color="#000000" name="">
-      <bpmn2:extensionElements>
-        <drools:metaData name="elementname">
-          <drools:metaValue><![CDATA[]]></drools:metaValue>
-        </drools:metaData>
-      </bpmn2:extensionElements>
-      <bpmn2:outgoing>_227BBF90-3EC7-4911-80B3-D2C12C172E07</bpmn2:outgoing>
-    </bpmn2:startEvent>
-    <bpmn2:scriptTask id="_23200597-B8CD-47F1-8F33-3616EDC97205" 
drools:selectable="true" color:background-color="#fafad2" 
color:border-color="#000000" color:color="#000000" name="ScriptTask3" 
scriptFormat="http://www.java.com/java";>
-      <bpmn2:extensionElements>
-        <drools:metaData name="elementname">
-          <drools:metaValue><![CDATA[ScriptTask3]]></drools:metaValue>
-        </drools:metaData>
-      </bpmn2:extensionElements>
-      <bpmn2:incoming>_227BBF90-3EC7-4911-80B3-D2C12C172E07</bpmn2:incoming>
-      <bpmn2:outgoing>_943009C4-792F-462A-AF81-5A20C5B4D2C6</bpmn2:outgoing>
-      <bpmn2:script><![CDATA[System.out.println("Process3");]]></bpmn2:script>
-    </bpmn2:scriptTask>
-    <bpmn2:sequenceFlow id="_227BBF90-3EC7-4911-80B3-D2C12C172E07" 
drools:selectable="true" color:background-color="#000000" 
color:border-color="#000000" color:color="#000000" 
sourceRef="processStartEvent" 
targetRef="_23200597-B8CD-47F1-8F33-3616EDC97205"/>
-    <bpmn2:callActivity id="_82EC8D27-4B75-409D-8D51-05D6212D1DF7" 
drools:selectable="true" drools:independent="true" 
drools:waitForCompletion="true" color:background-color="#fafad2" 
color:border-color="#000000" color:color="#000000" name="" 
calledElement="src.Process4">
-      <bpmn2:extensionElements>
-        <drools:metaData name="elementname">
-          <drools:metaValue><![CDATA[]]></drools:metaValue>
-        </drools:metaData>
-      </bpmn2:extensionElements>
-      <bpmn2:incoming>_943009C4-792F-462A-AF81-5A20C5B4D2C6</bpmn2:incoming>
-      <bpmn2:outgoing>_376B2FD2-96C2-48FA-9A7A-BF30F2DBB4AF</bpmn2:outgoing>
-    </bpmn2:callActivity>
-    <bpmn2:endEvent id="_8AFD2670-AF28-4433-8BE8-03459400ED55" 
drools:selectable="true" color:background-color="#ff6347" 
color:border-color="#000000" color:color="#000000" name="">
-      <bpmn2:extensionElements>
-        <drools:metaData name="elementname">
-          <drools:metaValue><![CDATA[]]></drools:metaValue>
-        </drools:metaData>
-      </bpmn2:extensionElements>
-      <bpmn2:incoming>_376B2FD2-96C2-48FA-9A7A-BF30F2DBB4AF</bpmn2:incoming>
-    </bpmn2:endEvent>
-    <bpmn2:sequenceFlow id="_376B2FD2-96C2-48FA-9A7A-BF30F2DBB4AF" 
drools:selectable="true" color:background-color="#000000" 
color:border-color="#000000" color:color="#000000" 
sourceRef="_82EC8D27-4B75-409D-8D51-05D6212D1DF7" 
targetRef="_8AFD2670-AF28-4433-8BE8-03459400ED55"/>
-    <bpmn2:sequenceFlow id="_943009C4-792F-462A-AF81-5A20C5B4D2C6" 
drools:selectable="true" color:background-color="#000000" 
color:border-color="#000000" color:color="#000000" 
sourceRef="_23200597-B8CD-47F1-8F33-3616EDC97205" 
targetRef="_82EC8D27-4B75-409D-8D51-05D6212D1DF7"/>
-  </bpmn2:process>
-  <bpmndi:BPMNDiagram id="_rQD6QcLiEeiG6-VRHK3TqQ">
-    <bpmndi:BPMNPlane id="_rQD6QsLiEeiG6-VRHK3TqQ" bpmnElement="src.Process3">
-      <bpmndi:BPMNShape id="_rQEhUMLiEeiG6-VRHK3TqQ" 
bpmnElement="processStartEvent">
-        <dc:Bounds height="30.0" width="30.0" x="120.0" y="165.0"/>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape id="_rQEhUcLiEeiG6-VRHK3TqQ" 
bpmnElement="_23200597-B8CD-47F1-8F33-3616EDC97205">
-        <dc:Bounds height="80.0" width="100.0" x="195.0" y="140.0"/>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape id="_rQEhUsLiEeiG6-VRHK3TqQ" 
bpmnElement="_82EC8D27-4B75-409D-8D51-05D6212D1DF7">
-        <dc:Bounds height="80.0" width="100.0" x="374.0" y="140.0"/>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape id="_rQEhU8LiEeiG6-VRHK3TqQ" 
bpmnElement="_8AFD2670-AF28-4433-8BE8-03459400ED55">
-        <dc:Bounds height="28.0" width="28.0" x="519.0" y="166.0"/>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNEdge id="_rQEhVMLiEeiG6-VRHK3TqQ" 
bpmnElement="_227BBF90-3EC7-4911-80B3-D2C12C172E07" 
sourceElement="_rQEhUMLiEeiG6-VRHK3TqQ" targetElement="_rQEhUcLiEeiG6-VRHK3TqQ">
-        <di:waypoint xsi:type="dc:Point" x="135.0" y="180.0"/>
-        <di:waypoint xsi:type="dc:Point" x="245.0" y="180.0"/>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge id="_rQEhVcLiEeiG6-VRHK3TqQ" 
bpmnElement="_376B2FD2-96C2-48FA-9A7A-BF30F2DBB4AF" 
sourceElement="_rQEhUsLiEeiG6-VRHK3TqQ" targetElement="_rQEhU8LiEeiG6-VRHK3TqQ">
-        <di:waypoint xsi:type="dc:Point" x="424.0" y="180.0"/>
-        <di:waypoint xsi:type="dc:Point" x="533.0" y="180.0"/>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge id="_rQEhVsLiEeiG6-VRHK3TqQ" 
bpmnElement="_943009C4-792F-462A-AF81-5A20C5B4D2C6" 
sourceElement="_rQEhUcLiEeiG6-VRHK3TqQ" targetElement="_rQEhUsLiEeiG6-VRHK3TqQ">
-        <di:waypoint xsi:type="dc:Point" x="245.0" y="180.0"/>
-        <di:waypoint xsi:type="dc:Point" x="424.0" y="180.0"/>
-      </bpmndi:BPMNEdge>
-    </bpmndi:BPMNPlane>
-  </bpmndi:BPMNDiagram>
-  <bpmn2:relationship id="_rQEhV8LiEeiG6-VRHK3TqQ" type="BPSimData">
-    <bpmn2:extensionElements>
-      <bpsim:BPSimData>
-        <bpsim:Scenario xsi:type="bpsim:Scenario" id="default" 
name="Simulationscenario">
-          <bpsim:ScenarioParameters xsi:type="bpsim:ScenarioParameters" 
baseTimeUnit="min"/>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="_227BBF90-3EC7-4911-80B3-D2C12C172E07" id="_rQEhWMLiEeiG6-VRHK3TqQ">
-            <bpsim:ControlParameters xsi:type="bpsim:ControlParameters">
-              <bpsim:Probability xsi:type="bpsim:Parameter">
-                <bpsim:FloatingParameter value="100.0"/>
-              </bpsim:Probability>
-            </bpsim:ControlParameters>
-          </bpsim:ElementParameters>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="_23200597-B8CD-47F1-8F33-3616EDC97205" id="_rQEhWcLiEeiG6-VRHK3TqQ">
-            <bpsim:TimeParameters xsi:type="bpsim:TimeParameters">
-              <bpsim:ProcessingTime xsi:type="bpsim:Parameter">
-                <bpsim:UniformDistribution max="10.0" min="5.0"/>
-              </bpsim:ProcessingTime>
-            </bpsim:TimeParameters>
-            <bpsim:CostParameters xsi:type="bpsim:CostParameters">
-              <bpsim:UnitCost xsi:type="bpsim:Parameter">
-                <bpsim:FloatingParameter value="0.0"/>
-              </bpsim:UnitCost>
-            </bpsim:CostParameters>
-          </bpsim:ElementParameters>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="_82EC8D27-4B75-409D-8D51-05D6212D1DF7" id="_rQEhWsLiEeiG6-VRHK3TqQ">
-            <bpsim:TimeParameters xsi:type="bpsim:TimeParameters">
-              <bpsim:ProcessingTime xsi:type="bpsim:Parameter">
-                <bpsim:UniformDistribution max="10.0" min="5.0"/>
-              </bpsim:ProcessingTime>
-            </bpsim:TimeParameters>
-            <bpsim:CostParameters xsi:type="bpsim:CostParameters">
-              <bpsim:UnitCost xsi:type="bpsim:Parameter">
-                <bpsim:FloatingParameter value="0.0"/>
-              </bpsim:UnitCost>
-            </bpsim:CostParameters>
-          </bpsim:ElementParameters>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="_943009C4-792F-462A-AF81-5A20C5B4D2C6" id="_rQEhW8LiEeiG6-VRHK3TqQ">
-            <bpsim:ControlParameters xsi:type="bpsim:ControlParameters">
-              <bpsim:Probability xsi:type="bpsim:Parameter">
-                <bpsim:FloatingParameter value="100.0"/>
-              </bpsim:Probability>
-            </bpsim:ControlParameters>
-          </bpsim:ElementParameters>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="processStartEvent" id="_rQEhXMLiEeiG6-VRHK3TqQ">
-            <bpsim:TimeParameters xsi:type="bpsim:TimeParameters">
-              <bpsim:ProcessingTime xsi:type="bpsim:Parameter">
-                <bpsim:UniformDistribution max="10.0" min="5.0"/>
-              </bpsim:ProcessingTime>
-            </bpsim:TimeParameters>
-            <bpsim:ControlParameters xsi:type="bpsim:ControlParameters">
-              <bpsim:Probability xsi:type="bpsim:Parameter">
-                <bpsim:FloatingParameter value="100.0"/>
-              </bpsim:Probability>
-            </bpsim:ControlParameters>
-          </bpsim:ElementParameters>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="_8AFD2670-AF28-4433-8BE8-03459400ED55" id="_rQEhXcLiEeiG6-VRHK3TqQ">
-            <bpsim:TimeParameters xsi:type="bpsim:TimeParameters">
-              <bpsim:ProcessingTime xsi:type="bpsim:Parameter">
-                <bpsim:UniformDistribution max="10.0" min="5.0"/>
-              </bpsim:ProcessingTime>
-            </bpsim:TimeParameters>
-          </bpsim:ElementParameters>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="_376B2FD2-96C2-48FA-9A7A-BF30F2DBB4AF" id="_rQEhXsLiEeiG6-VRHK3TqQ">
-            <bpsim:ControlParameters xsi:type="bpsim:ControlParameters">
-              <bpsim:Probability xsi:type="bpsim:Parameter">
-                <bpsim:FloatingParameter value="100.0"/>
-              </bpsim:Probability>
-            </bpsim:ControlParameters>
-          </bpsim:ElementParameters>
-        </bpsim:Scenario>
-      </bpsim:BPSimData>
-    </bpmn2:extensionElements>
-    <bpmn2:source>_rQD6QMLiEeiG6-VRHK3TqQ</bpmn2:source>
-    <bpmn2:target>_rQD6QMLiEeiG6-VRHK3TqQ</bpmn2:target>
-  </bpmn2:relationship>
-</bpmn2:definitions>
diff --git a/jbpm/jbpm-tests/src/test/resources/correlationkey/Process4.bpmn2 
b/jbpm/jbpm-tests/src/test/resources/correlationkey/Process4.bpmn2
deleted file mode 100755
index 2d2311fd3f..0000000000
--- a/jbpm/jbpm-tests/src/test/resources/correlationkey/Process4.bpmn2
+++ /dev/null
@@ -1,165 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns="http://www.omg.org/bpmn20"; 
xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL"; 
xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI"; 
xmlns:bpsim="http://www.bpsim.org/schemas/1.0"; 
xmlns:color="http://www.omg.org/spec/BPMN/non-normative/color"; 
xmlns:dc="http://www.omg.org/spec/DD/20100524/DC"; 
xmlns:di="http://www.omg.org/spec/DD/20100524/DI"; 
xmlns:drools="http://www.jboss.org/drools"; id="_tVYA8MLiEeiG6 [...]
-  <bpmn2:process id="src.Process4" drools:version="1.0" name="Process4" 
isExecutable="true">
-    <bpmn2:startEvent id="processStartEvent" drools:selectable="true" 
color:background-color="#9acd32" color:border-color="#000000" 
color:color="#000000" name="">
-      <bpmn2:extensionElements>
-        <drools:metaData name="elementname">
-          <drools:metaValue><![CDATA[]]></drools:metaValue>
-        </drools:metaData>
-      </bpmn2:extensionElements>
-      <bpmn2:outgoing>_AB7A0A8F-5BB7-4432-A133-FBB1117FFC69</bpmn2:outgoing>
-    </bpmn2:startEvent>
-    <bpmn2:scriptTask id="_E92E88F4-A462-4E50-A3A8-BF73311E0D63" 
drools:selectable="true" color:background-color="#fafad2" 
color:border-color="#000000" color:color="#000000" name="ScriptTask" 
scriptFormat="http://www.java.com/java";>
-      <bpmn2:extensionElements>
-        <drools:metaData name="elementname">
-          <drools:metaValue><![CDATA[ScriptTask]]></drools:metaValue>
-        </drools:metaData>
-      </bpmn2:extensionElements>
-      <bpmn2:incoming>_AB7A0A8F-5BB7-4432-A133-FBB1117FFC69</bpmn2:incoming>
-      <bpmn2:outgoing>_326982AC-3AE5-4383-A25D-ECC30B17C2BE</bpmn2:outgoing>
-      <bpmn2:script><![CDATA[System.out.println("Process4");]]></bpmn2:script>
-    </bpmn2:scriptTask>
-    <bpmn2:sequenceFlow id="_AB7A0A8F-5BB7-4432-A133-FBB1117FFC69" 
drools:selectable="true" color:background-color="#000000" 
color:border-color="#000000" color:color="#000000" 
sourceRef="processStartEvent" 
targetRef="_E92E88F4-A462-4E50-A3A8-BF73311E0D63"/>
-    <bpmn2:callActivity id="_A613E9B6-B4E2-49D9-87A6-F97E316E196D" 
drools:selectable="true" drools:independent="true" 
drools:waitForCompletion="true" color:background-color="#fafad2" 
color:border-color="#000000" color:color="#000000" name="" 
calledElement="src.Process5">
-      <bpmn2:extensionElements>
-        <drools:metaData name="elementname">
-          <drools:metaValue><![CDATA[]]></drools:metaValue>
-        </drools:metaData>
-      </bpmn2:extensionElements>
-      <bpmn2:incoming>_326982AC-3AE5-4383-A25D-ECC30B17C2BE</bpmn2:incoming>
-      <bpmn2:outgoing>_51579233-3949-4142-8B20-B20B1E6A8566</bpmn2:outgoing>
-    </bpmn2:callActivity>
-    <bpmn2:endEvent id="_7F545C65-210C-4AFD-A821-5963D9657336" 
drools:selectable="true" color:background-color="#ff6347" 
color:border-color="#000000" color:color="#000000" name="">
-      <bpmn2:extensionElements>
-        <drools:metaData name="elementname">
-          <drools:metaValue><![CDATA[]]></drools:metaValue>
-        </drools:metaData>
-      </bpmn2:extensionElements>
-      <bpmn2:incoming>_51579233-3949-4142-8B20-B20B1E6A8566</bpmn2:incoming>
-    </bpmn2:endEvent>
-    <bpmn2:sequenceFlow id="_51579233-3949-4142-8B20-B20B1E6A8566" 
drools:selectable="true" color:background-color="#000000" 
color:border-color="#000000" color:color="#000000" 
sourceRef="_A613E9B6-B4E2-49D9-87A6-F97E316E196D" 
targetRef="_7F545C65-210C-4AFD-A821-5963D9657336"/>
-    <bpmn2:sequenceFlow id="_326982AC-3AE5-4383-A25D-ECC30B17C2BE" 
drools:selectable="true" color:background-color="#000000" 
color:border-color="#000000" color:color="#000000" 
sourceRef="_E92E88F4-A462-4E50-A3A8-BF73311E0D63" 
targetRef="_A613E9B6-B4E2-49D9-87A6-F97E316E196D"/>
-  </bpmn2:process>
-  <bpmndi:BPMNDiagram id="_tVYA8cLiEeiG6-VRHK3TqQ">
-    <bpmndi:BPMNPlane id="_tVYA8sLiEeiG6-VRHK3TqQ" bpmnElement="src.Process4">
-      <bpmndi:BPMNShape id="_tVYA88LiEeiG6-VRHK3TqQ" 
bpmnElement="processStartEvent">
-        <dc:Bounds height="30.0" width="30.0" x="120.0" y="165.0"/>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape id="_tVYA9MLiEeiG6-VRHK3TqQ" 
bpmnElement="_E92E88F4-A462-4E50-A3A8-BF73311E0D63">
-        <dc:Bounds height="80.0" width="100.0" x="195.0" y="140.0"/>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape id="_tVYA9cLiEeiG6-VRHK3TqQ" 
bpmnElement="_A613E9B6-B4E2-49D9-87A6-F97E316E196D">
-        <dc:Bounds height="80.0" width="100.0" x="394.0" y="140.0"/>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape id="_tVYA9sLiEeiG6-VRHK3TqQ" 
bpmnElement="_7F545C65-210C-4AFD-A821-5963D9657336">
-        <dc:Bounds height="28.0" width="28.0" x="539.0" y="166.0"/>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNEdge id="_tVYA98LiEeiG6-VRHK3TqQ" 
bpmnElement="_AB7A0A8F-5BB7-4432-A133-FBB1117FFC69" 
sourceElement="_tVYA88LiEeiG6-VRHK3TqQ" targetElement="_tVYA9MLiEeiG6-VRHK3TqQ">
-        <di:waypoint xsi:type="dc:Point" x="135.0" y="180.0"/>
-        <di:waypoint xsi:type="dc:Point" x="245.0" y="180.0"/>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge id="_tVYA-MLiEeiG6-VRHK3TqQ" 
bpmnElement="_51579233-3949-4142-8B20-B20B1E6A8566" 
sourceElement="_tVYA9cLiEeiG6-VRHK3TqQ" targetElement="_tVYA9sLiEeiG6-VRHK3TqQ">
-        <di:waypoint xsi:type="dc:Point" x="444.0" y="180.0"/>
-        <di:waypoint xsi:type="dc:Point" x="553.0" y="180.0"/>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge id="_tVYA-cLiEeiG6-VRHK3TqQ" 
bpmnElement="_326982AC-3AE5-4383-A25D-ECC30B17C2BE" 
sourceElement="_tVYA9MLiEeiG6-VRHK3TqQ" targetElement="_tVYA9cLiEeiG6-VRHK3TqQ">
-        <di:waypoint xsi:type="dc:Point" x="245.0" y="180.0"/>
-        <di:waypoint xsi:type="dc:Point" x="444.0" y="180.0"/>
-      </bpmndi:BPMNEdge>
-    </bpmndi:BPMNPlane>
-  </bpmndi:BPMNDiagram>
-  <bpmn2:relationship id="_tVYA-sLiEeiG6-VRHK3TqQ" type="BPSimData">
-    <bpmn2:extensionElements>
-      <bpsim:BPSimData>
-        <bpsim:Scenario xsi:type="bpsim:Scenario" id="default" 
name="Simulationscenario">
-          <bpsim:ScenarioParameters xsi:type="bpsim:ScenarioParameters" 
baseTimeUnit="min"/>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="_51579233-3949-4142-8B20-B20B1E6A8566" id="_tVYA-8LiEeiG6-VRHK3TqQ">
-            <bpsim:ControlParameters xsi:type="bpsim:ControlParameters">
-              <bpsim:Probability xsi:type="bpsim:Parameter">
-                <bpsim:FloatingParameter value="100.0"/>
-              </bpsim:Probability>
-            </bpsim:ControlParameters>
-          </bpsim:ElementParameters>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="_326982AC-3AE5-4383-A25D-ECC30B17C2BE" id="_tVYA_MLiEeiG6-VRHK3TqQ">
-            <bpsim:ControlParameters xsi:type="bpsim:ControlParameters">
-              <bpsim:Probability xsi:type="bpsim:Parameter">
-                <bpsim:FloatingParameter value="100.0"/>
-              </bpsim:Probability>
-            </bpsim:ControlParameters>
-          </bpsim:ElementParameters>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="_AB7A0A8F-5BB7-4432-A133-FBB1117FFC69" id="_tVYA_cLiEeiG6-VRHK3TqQ">
-            <bpsim:ControlParameters xsi:type="bpsim:ControlParameters">
-              <bpsim:Probability xsi:type="bpsim:Parameter">
-                <bpsim:FloatingParameter value="100.0"/>
-              </bpsim:Probability>
-            </bpsim:ControlParameters>
-          </bpsim:ElementParameters>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="_A613E9B6-B4E2-49D9-87A6-F97E316E196D" id="_tVYA_sLiEeiG6-VRHK3TqQ">
-            <bpsim:TimeParameters xsi:type="bpsim:TimeParameters">
-              <bpsim:ProcessingTime xsi:type="bpsim:Parameter">
-                <bpsim:UniformDistribution max="10.0" min="5.0"/>
-              </bpsim:ProcessingTime>
-            </bpsim:TimeParameters>
-            <bpsim:CostParameters xsi:type="bpsim:CostParameters">
-              <bpsim:UnitCost xsi:type="bpsim:Parameter">
-                <bpsim:FloatingParameter value="0.0"/>
-              </bpsim:UnitCost>
-            </bpsim:CostParameters>
-          </bpsim:ElementParameters>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="_7F545C65-210C-4AFD-A821-5963D9657336" id="_tVYA_8LiEeiG6-VRHK3TqQ">
-            <bpsim:TimeParameters xsi:type="bpsim:TimeParameters">
-              <bpsim:ProcessingTime xsi:type="bpsim:Parameter">
-                <bpsim:UniformDistribution max="10.0" min="5.0"/>
-              </bpsim:ProcessingTime>
-            </bpsim:TimeParameters>
-          </bpsim:ElementParameters>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="processStartEvent" id="_tVYBAMLiEeiG6-VRHK3TqQ">
-            <bpsim:TimeParameters xsi:type="bpsim:TimeParameters">
-              <bpsim:ProcessingTime xsi:type="bpsim:Parameter">
-                <bpsim:UniformDistribution max="10.0" min="5.0"/>
-              </bpsim:ProcessingTime>
-            </bpsim:TimeParameters>
-            <bpsim:ControlParameters xsi:type="bpsim:ControlParameters">
-              <bpsim:Probability xsi:type="bpsim:Parameter">
-                <bpsim:FloatingParameter value="100.0"/>
-              </bpsim:Probability>
-            </bpsim:ControlParameters>
-          </bpsim:ElementParameters>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="_E92E88F4-A462-4E50-A3A8-BF73311E0D63" id="_tVYBAcLiEeiG6-VRHK3TqQ">
-            <bpsim:TimeParameters xsi:type="bpsim:TimeParameters">
-              <bpsim:ProcessingTime xsi:type="bpsim:Parameter">
-                <bpsim:UniformDistribution max="10.0" min="5.0"/>
-              </bpsim:ProcessingTime>
-            </bpsim:TimeParameters>
-            <bpsim:CostParameters xsi:type="bpsim:CostParameters">
-              <bpsim:UnitCost xsi:type="bpsim:Parameter">
-                <bpsim:FloatingParameter value="0.0"/>
-              </bpsim:UnitCost>
-            </bpsim:CostParameters>
-          </bpsim:ElementParameters>
-        </bpsim:Scenario>
-      </bpsim:BPSimData>
-    </bpmn2:extensionElements>
-    <bpmn2:source>_tVYA8MLiEeiG6-VRHK3TqQ</bpmn2:source>
-    <bpmn2:target>_tVYA8MLiEeiG6-VRHK3TqQ</bpmn2:target>
-  </bpmn2:relationship>
-</bpmn2:definitions>
diff --git a/jbpm/jbpm-tests/src/test/resources/correlationkey/Process5.bpmn2 
b/jbpm/jbpm-tests/src/test/resources/correlationkey/Process5.bpmn2
deleted file mode 100755
index c270809f49..0000000000
--- a/jbpm/jbpm-tests/src/test/resources/correlationkey/Process5.bpmn2
+++ /dev/null
@@ -1,166 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns="http://www.omg.org/bpmn20"; 
xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL"; 
xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI"; 
xmlns:bpsim="http://www.bpsim.org/schemas/1.0"; 
xmlns:color="http://www.omg.org/spec/BPMN/non-normative/color"; 
xmlns:dc="http://www.omg.org/spec/DD/20100524/DC"; 
xmlns:di="http://www.omg.org/spec/DD/20100524/DI"; 
xmlns:drools="http://www.jboss.org/drools"; id="_51jkAMLiEeiG6 [...]
-  <bpmn2:process id="src.Process5" drools:version="1.0" name="Process5" 
isExecutable="true">
-    <bpmn2:startEvent id="processStartEvent" drools:selectable="true" 
color:background-color="#9acd32" color:border-color="#000000" 
color:color="#000000" name="">
-      <bpmn2:extensionElements>
-        <drools:metaData name="elementname">
-          <drools:metaValue><![CDATA[]]></drools:metaValue>
-        </drools:metaData>
-      </bpmn2:extensionElements>
-      <bpmn2:outgoing>_608D663D-B91B-4D76-A521-57542AA715FD</bpmn2:outgoing>
-    </bpmn2:startEvent>
-    <bpmn2:scriptTask id="_FCED10A0-83E0-4F3E-BC05-B956CEEBCCAE" 
drools:selectable="true" color:background-color="#fafad2" 
color:border-color="#000000" color:color="#000000" name="scriptTask" 
scriptFormat="http://www.java.com/java";>
-      <bpmn2:extensionElements>
-        <drools:metaData name="elementname">
-          <drools:metaValue><![CDATA[scriptTask]]></drools:metaValue>
-        </drools:metaData>
-      </bpmn2:extensionElements>
-      <bpmn2:incoming>_608D663D-B91B-4D76-A521-57542AA715FD</bpmn2:incoming>
-      <bpmn2:outgoing>_7EEE8F72-8D01-4BEC-9E56-21E97DE6A175</bpmn2:outgoing>
-      <bpmn2:script><![CDATA[System.out.println("Process5");]]></bpmn2:script>
-    </bpmn2:scriptTask>
-    <bpmn2:sequenceFlow id="_608D663D-B91B-4D76-A521-57542AA715FD" 
drools:selectable="true" color:background-color="#000000" 
color:border-color="#000000" color:color="#000000" 
sourceRef="processStartEvent" 
targetRef="_FCED10A0-83E0-4F3E-BC05-B956CEEBCCAE"/>
-    <bpmn2:scriptTask id="_BE2071FC-B760-4E84-9609-3D2AC5595479" 
drools:selectable="true" color:background-color="#fafad2" 
color:border-color="#000000" color:color="#000000" name="scriptTask1" 
scriptFormat="http://www.java.com/java";>
-      <bpmn2:extensionElements>
-        <drools:metaData name="elementname">
-          <drools:metaValue><![CDATA[scriptTask1]]></drools:metaValue>
-        </drools:metaData>
-      </bpmn2:extensionElements>
-      <bpmn2:incoming>_7EEE8F72-8D01-4BEC-9E56-21E97DE6A175</bpmn2:incoming>
-      <bpmn2:outgoing>_F8BAA499-95A4-4B35-8AB9-A234355DF618</bpmn2:outgoing>
-      <bpmn2:script><![CDATA[System.out.println("Process5 end 
node");]]></bpmn2:script>
-    </bpmn2:scriptTask>
-    <bpmn2:sequenceFlow id="_7EEE8F72-8D01-4BEC-9E56-21E97DE6A175" 
drools:selectable="true" color:background-color="#000000" 
color:border-color="#000000" color:color="#000000" 
sourceRef="_FCED10A0-83E0-4F3E-BC05-B956CEEBCCAE" 
targetRef="_BE2071FC-B760-4E84-9609-3D2AC5595479"/>
-    <bpmn2:endEvent id="_1CA2B0CA-7950-4C61-B476-6CD75681A473" 
drools:selectable="true" color:background-color="#ff6347" 
color:border-color="#000000" color:color="#000000" name="">
-      <bpmn2:extensionElements>
-        <drools:metaData name="elementname">
-          <drools:metaValue><![CDATA[]]></drools:metaValue>
-        </drools:metaData>
-      </bpmn2:extensionElements>
-      <bpmn2:incoming>_F8BAA499-95A4-4B35-8AB9-A234355DF618</bpmn2:incoming>
-    </bpmn2:endEvent>
-    <bpmn2:sequenceFlow id="_F8BAA499-95A4-4B35-8AB9-A234355DF618" 
drools:selectable="true" color:background-color="#000000" 
color:border-color="#000000" color:color="#000000" 
sourceRef="_BE2071FC-B760-4E84-9609-3D2AC5595479" 
targetRef="_1CA2B0CA-7950-4C61-B476-6CD75681A473"/>
-  </bpmn2:process>
-  <bpmndi:BPMNDiagram id="_51kLEMLiEeiG6-VRHK3TqQ">
-    <bpmndi:BPMNPlane id="_51kLEcLiEeiG6-VRHK3TqQ" bpmnElement="src.Process5">
-      <bpmndi:BPMNShape id="_51kLEsLiEeiG6-VRHK3TqQ" 
bpmnElement="processStartEvent">
-        <dc:Bounds height="30.0" width="30.0" x="120.0" y="165.0"/>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape id="_51kLE8LiEeiG6-VRHK3TqQ" 
bpmnElement="_FCED10A0-83E0-4F3E-BC05-B956CEEBCCAE">
-        <dc:Bounds height="80.0" width="100.0" x="195.0" y="140.0"/>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape id="_51kLFMLiEeiG6-VRHK3TqQ" 
bpmnElement="_BE2071FC-B760-4E84-9609-3D2AC5595479">
-        <dc:Bounds height="80.0" width="100.0" x="340.0" y="140.0"/>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape id="_51kLFcLiEeiG6-VRHK3TqQ" 
bpmnElement="_1CA2B0CA-7950-4C61-B476-6CD75681A473">
-        <dc:Bounds height="28.0" width="28.0" x="485.0" y="166.0"/>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNEdge id="_51kLFsLiEeiG6-VRHK3TqQ" 
bpmnElement="_608D663D-B91B-4D76-A521-57542AA715FD" 
sourceElement="_51kLEsLiEeiG6-VRHK3TqQ" targetElement="_51kLE8LiEeiG6-VRHK3TqQ">
-        <di:waypoint xsi:type="dc:Point" x="135.0" y="180.0"/>
-        <di:waypoint xsi:type="dc:Point" x="245.0" y="180.0"/>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge id="_51kLF8LiEeiG6-VRHK3TqQ" 
bpmnElement="_7EEE8F72-8D01-4BEC-9E56-21E97DE6A175" 
sourceElement="_51kLE8LiEeiG6-VRHK3TqQ" targetElement="_51kLFMLiEeiG6-VRHK3TqQ">
-        <di:waypoint xsi:type="dc:Point" x="245.0" y="180.0"/>
-        <di:waypoint xsi:type="dc:Point" x="390.0" y="180.0"/>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge id="_51kLGMLiEeiG6-VRHK3TqQ" 
bpmnElement="_F8BAA499-95A4-4B35-8AB9-A234355DF618" 
sourceElement="_51kLFMLiEeiG6-VRHK3TqQ" targetElement="_51kLFcLiEeiG6-VRHK3TqQ">
-        <di:waypoint xsi:type="dc:Point" x="390.0" y="180.0"/>
-        <di:waypoint xsi:type="dc:Point" x="499.0" y="180.0"/>
-      </bpmndi:BPMNEdge>
-    </bpmndi:BPMNPlane>
-  </bpmndi:BPMNDiagram>
-  <bpmn2:relationship id="_51kLGcLiEeiG6-VRHK3TqQ" type="BPSimData">
-    <bpmn2:extensionElements>
-      <bpsim:BPSimData>
-        <bpsim:Scenario xsi:type="bpsim:Scenario" id="default" 
name="Simulationscenario">
-          <bpsim:ScenarioParameters xsi:type="bpsim:ScenarioParameters" 
baseTimeUnit="min"/>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="_FCED10A0-83E0-4F3E-BC05-B956CEEBCCAE" id="_51kLGsLiEeiG6-VRHK3TqQ">
-            <bpsim:TimeParameters xsi:type="bpsim:TimeParameters">
-              <bpsim:ProcessingTime xsi:type="bpsim:Parameter">
-                <bpsim:UniformDistribution max="10.0" min="5.0"/>
-              </bpsim:ProcessingTime>
-            </bpsim:TimeParameters>
-            <bpsim:CostParameters xsi:type="bpsim:CostParameters">
-              <bpsim:UnitCost xsi:type="bpsim:Parameter">
-                <bpsim:FloatingParameter value="0.0"/>
-              </bpsim:UnitCost>
-            </bpsim:CostParameters>
-          </bpsim:ElementParameters>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="_7EEE8F72-8D01-4BEC-9E56-21E97DE6A175" id="_51kLG8LiEeiG6-VRHK3TqQ">
-            <bpsim:ControlParameters xsi:type="bpsim:ControlParameters">
-              <bpsim:Probability xsi:type="bpsim:Parameter">
-                <bpsim:FloatingParameter value="100.0"/>
-              </bpsim:Probability>
-            </bpsim:ControlParameters>
-          </bpsim:ElementParameters>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="_BE2071FC-B760-4E84-9609-3D2AC5595479" id="_51kLHMLiEeiG6-VRHK3TqQ">
-            <bpsim:TimeParameters xsi:type="bpsim:TimeParameters">
-              <bpsim:ProcessingTime xsi:type="bpsim:Parameter">
-                <bpsim:UniformDistribution max="10.0" min="5.0"/>
-              </bpsim:ProcessingTime>
-            </bpsim:TimeParameters>
-            <bpsim:CostParameters xsi:type="bpsim:CostParameters">
-              <bpsim:UnitCost xsi:type="bpsim:Parameter">
-                <bpsim:FloatingParameter value="0.0"/>
-              </bpsim:UnitCost>
-            </bpsim:CostParameters>
-          </bpsim:ElementParameters>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="_1CA2B0CA-7950-4C61-B476-6CD75681A473" id="_51kLHcLiEeiG6-VRHK3TqQ">
-            <bpsim:TimeParameters xsi:type="bpsim:TimeParameters">
-              <bpsim:ProcessingTime xsi:type="bpsim:Parameter">
-                <bpsim:UniformDistribution max="10.0" min="5.0"/>
-              </bpsim:ProcessingTime>
-            </bpsim:TimeParameters>
-          </bpsim:ElementParameters>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="processStartEvent" id="_51kLHsLiEeiG6-VRHK3TqQ">
-            <bpsim:TimeParameters xsi:type="bpsim:TimeParameters">
-              <bpsim:ProcessingTime xsi:type="bpsim:Parameter">
-                <bpsim:UniformDistribution max="10.0" min="5.0"/>
-              </bpsim:ProcessingTime>
-            </bpsim:TimeParameters>
-            <bpsim:ControlParameters xsi:type="bpsim:ControlParameters">
-              <bpsim:Probability xsi:type="bpsim:Parameter">
-                <bpsim:FloatingParameter value="100.0"/>
-              </bpsim:Probability>
-            </bpsim:ControlParameters>
-          </bpsim:ElementParameters>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="_608D663D-B91B-4D76-A521-57542AA715FD" id="_51kLH8LiEeiG6-VRHK3TqQ">
-            <bpsim:ControlParameters xsi:type="bpsim:ControlParameters">
-              <bpsim:Probability xsi:type="bpsim:Parameter">
-                <bpsim:FloatingParameter value="100.0"/>
-              </bpsim:Probability>
-            </bpsim:ControlParameters>
-          </bpsim:ElementParameters>
-          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" 
elementRef="_F8BAA499-95A4-4B35-8AB9-A234355DF618" id="_51kLIMLiEeiG6-VRHK3TqQ">
-            <bpsim:ControlParameters xsi:type="bpsim:ControlParameters">
-              <bpsim:Probability xsi:type="bpsim:Parameter">
-                <bpsim:FloatingParameter value="100.0"/>
-              </bpsim:Probability>
-            </bpsim:ControlParameters>
-          </bpsim:ElementParameters>
-        </bpsim:Scenario>
-      </bpsim:BPSimData>
-    </bpmn2:extensionElements>
-    <bpmn2:source>_51jkAMLiEeiG6-VRHK3TqQ</bpmn2:source>
-    <bpmn2:target>_51jkAMLiEeiG6-VRHK3TqQ</bpmn2:target>
-  </bpmn2:relationship>
-</bpmn2:definitions>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to