Merge "Reorder modifiers"
[so.git] / bpmn / MSOInfrastructureBPMN / src / test / resources / VCPE / stubprocess / DoCreateVnfAndModules.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>
2 <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.9.0">
3   <bpmn:process id="DoCreateVnfAndModules" name="DoCreateVnfAndModules" isExecutable="true">
4     <bpmn:startEvent id="StartEvent_1">
5       <bpmn:outgoing>SequenceFlow_11sp3s9</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:sequenceFlow id="SequenceFlow_11sp3s9" sourceRef="StartEvent_1" targetRef="ScriptTask_0y5wsgy" />
8     <bpmn:scriptTask id="ScriptTask_0y5wsgy" name="set rollbackData">
9       <bpmn:incoming>SequenceFlow_11sp3s9</bpmn:incoming>
10       <bpmn:outgoing>SequenceFlow_0q1lfmf</bpmn:outgoing>
11       <bpmn:script><![CDATA[#{execution.setVariable("rollbackData", true)}]]></bpmn:script>
12     </bpmn:scriptTask>
13     <bpmn:sequenceFlow id="SequenceFlow_0q1lfmf" sourceRef="ScriptTask_0y5wsgy" targetRef="EndEvent_0vgtf5f" />
14     <bpmn:endEvent id="EndEvent_0vgtf5f">
15       <bpmn:incoming>SequenceFlow_0q1lfmf</bpmn:incoming>
16     </bpmn:endEvent>
17   </bpmn:process>
18   <bpmn:error id="Error_1" name="Java Lang Exception" errorCode="java.lang.Exception" />
19   <bpmn:error id="Error_2" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
20   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
21     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateVnfAndModules">
22       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
23         <dc:Bounds x="152" y="147" width="36" height="36" />
24         <bpmndi:BPMNLabel>
25           <dc:Bounds x="170" y="183" width="0" height="0" />
26         </bpmndi:BPMNLabel>
27       </bpmndi:BPMNShape>
28       <bpmndi:BPMNEdge id="SequenceFlow_11sp3s9_di" bpmnElement="SequenceFlow_11sp3s9">
29         <di:waypoint xsi:type="dc:Point" x="188" y="165" />
30         <di:waypoint xsi:type="dc:Point" x="268" y="165" />
31         <bpmndi:BPMNLabel>
32           <dc:Bounds x="183" y="144" width="90" height="12" />
33         </bpmndi:BPMNLabel>
34       </bpmndi:BPMNEdge>
35       <bpmndi:BPMNShape id="ScriptTask_0y5wsgy_di" bpmnElement="ScriptTask_0y5wsgy">
36         <dc:Bounds x="268" y="125" width="100" height="80" />
37       </bpmndi:BPMNShape>
38       <bpmndi:BPMNEdge id="SequenceFlow_0q1lfmf_di" bpmnElement="SequenceFlow_0q1lfmf">
39         <di:waypoint xsi:type="dc:Point" x="368" y="165" />
40         <di:waypoint xsi:type="dc:Point" x="447" y="165" />
41         <bpmndi:BPMNLabel>
42           <dc:Bounds x="362.5" y="144" width="90" height="12" />
43         </bpmndi:BPMNLabel>
44       </bpmndi:BPMNEdge>
45       <bpmndi:BPMNShape id="EndEvent_0vgtf5f_di" bpmnElement="EndEvent_0vgtf5f">
46         <dc:Bounds x="447" y="147" width="36" height="36" />
47         <bpmndi:BPMNLabel>
48           <dc:Bounds x="420" y="187" width="90" height="12" />
49         </bpmndi:BPMNLabel>
50       </bpmndi:BPMNShape>
51     </bpmndi:BPMNPlane>
52   </bpmndi:BPMNDiagram>
53 </bpmn:definitions>