Merge "Reorder modifiers"
[so.git] / bpmn / MSOInfrastructureBPMN / src / test / resources / VCPE / stubprocess / DoCreateAllottedResourceBRG.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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" id="_DkzPAHB4EeaJwpcpVN5gXw" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.9.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="DoCreateAllottedResourceBRG" name="DoCreateAllottedResourceBRG" isExecutable="true">
4     <bpmn2:startEvent id="StartEvent_1">
5       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
6     </bpmn2:startEvent>
7     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="initialization" />
8     <bpmn2:scriptTask id="initialization" name="set rollbackData">
9       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
10       <bpmn2:outgoing>SequenceFlow_1v2f9n5</bpmn2:outgoing>
11       <bpmn2:script><![CDATA[#{execution.setVariable("rollbackData", true)}]]></bpmn2:script>
12     </bpmn2:scriptTask>
13     <bpmn2:endEvent id="EndEvent_1">
14       <bpmn2:incoming>SequenceFlow_1v2f9n5</bpmn2:incoming>
15       <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" errorRef="Error_2" />
16     </bpmn2:endEvent>
17     <bpmn2:sequenceFlow id="SequenceFlow_1v2f9n5" sourceRef="initialization" targetRef="EndEvent_1" />
18   </bpmn2:process>
19   <bpmn2:error id="Error_1" name="Java Lang Exception" errorCode="java.lang.Exception" />
20   <bpmn2:error id="Error_2" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
21   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
22     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateAllottedResourceBRG">
23       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_68" bpmnElement="StartEvent_1">
24         <dc:Bounds x="-91" y="222" width="36" height="36" />
25         <bpmndi:BPMNLabel>
26           <dc:Bounds x="-73" y="263" width="0" height="0" />
27         </bpmndi:BPMNLabel>
28       </bpmndi:BPMNShape>
29       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_285" bpmnElement="initialization">
30         <dc:Bounds x="35" y="200" width="100" height="80" />
31       </bpmndi:BPMNShape>
32       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_68" targetElement="_BPMNShape_ScriptTask_285">
33         <di:waypoint xsi:type="dc:Point" x="-55" y="240" />
34         <di:waypoint xsi:type="dc:Point" x="35" y="241" />
35         <bpmndi:BPMNLabel>
36           <dc:Bounds x="-55" y="225.5" width="90" height="0" />
37         </bpmndi:BPMNLabel>
38       </bpmndi:BPMNEdge>
39       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_225" bpmnElement="EndEvent_1">
40         <dc:Bounds x="235" y="222" width="36" height="36" />
41         <bpmndi:BPMNLabel>
42           <dc:Bounds x="208" y="263" width="90" height="0" />
43         </bpmndi:BPMNLabel>
44       </bpmndi:BPMNShape>
45       <bpmndi:BPMNEdge id="SequenceFlow_1v2f9n5_di" bpmnElement="SequenceFlow_1v2f9n5">
46         <di:waypoint xsi:type="dc:Point" x="135" y="240" />
47         <di:waypoint xsi:type="dc:Point" x="235" y="240" />
48         <bpmndi:BPMNLabel>
49           <dc:Bounds x="140" y="219" width="90" height="12" />
50         </bpmndi:BPMNLabel>
51       </bpmndi:BPMNEdge>
52     </bpmndi:BPMNPlane>
53   </bpmndi:BPMNDiagram>
54 </bpmn2:definitions>