Merge "Reorder modifiers"
[so.git] / bpmn / so-bpmn-infrastructure-common / src / test / resources / VCPE / stubprocess / DoCreateServiceInstanceRollback.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="_MagIIMOUEeW8asg-vCEgWQ" 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="DoCreateServiceInstanceRollback" name="DoCreateServiceInstanceRollback" isExecutable="true">
4     <bpmn2:startEvent id="createSIRollback_startEvent" name="Start Flow">
5       <bpmn2:outgoing>SequenceFlow_1ipu8um</bpmn2:outgoing>
6     </bpmn2:startEvent>
7     <bpmn2:endEvent id="EndEvent_3">
8       <bpmn2:incoming>SequenceFlow_1l4c4k0</bpmn2:incoming>
9     </bpmn2:endEvent>
10     <bpmn2:scriptTask id="ScriptTask_05ltxyj" name="set Success">
11       <bpmn2:incoming>SequenceFlow_1ipu8um</bpmn2:incoming>
12       <bpmn2:outgoing>SequenceFlow_1l4c4k0</bpmn2:outgoing>
13       <bpmn2:script><![CDATA[#{execution.setVariable("rolledBack", true)}]]></bpmn2:script>
14     </bpmn2:scriptTask>
15     <bpmn2:sequenceFlow id="SequenceFlow_1ipu8um" sourceRef="createSIRollback_startEvent" targetRef="ScriptTask_05ltxyj" />
16     <bpmn2:sequenceFlow id="SequenceFlow_1l4c4k0" sourceRef="ScriptTask_05ltxyj" targetRef="EndEvent_3" />
17   </bpmn2:process>
18   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
19   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
20   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
21     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateServiceInstanceRollback">
22       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSIRollback_startEvent">
23         <dc:Bounds x="151" y="79" width="36" height="36" />
24         <bpmndi:BPMNLabel>
25           <dc:Bounds x="146" y="120" width="48" height="14" />
26         </bpmndi:BPMNLabel>
27       </bpmndi:BPMNShape>
28       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_3">
29         <dc:Bounds x="484" y="79" width="36" height="36" />
30         <bpmndi:BPMNLabel>
31           <dc:Bounds x="457" y="120" width="90" height="0" />
32         </bpmndi:BPMNLabel>
33       </bpmndi:BPMNShape>
34       <bpmndi:BPMNShape id="ScriptTask_05ltxyj_di" bpmnElement="ScriptTask_05ltxyj">
35         <dc:Bounds x="287" y="57" width="100" height="80" />
36       </bpmndi:BPMNShape>
37       <bpmndi:BPMNEdge id="SequenceFlow_1ipu8um_di" bpmnElement="SequenceFlow_1ipu8um">
38         <di:waypoint xsi:type="dc:Point" x="187" y="97" />
39         <di:waypoint xsi:type="dc:Point" x="287" y="97" />
40         <bpmndi:BPMNLabel>
41           <dc:Bounds x="237" y="76" width="0" height="12" />
42         </bpmndi:BPMNLabel>
43       </bpmndi:BPMNEdge>
44       <bpmndi:BPMNEdge id="SequenceFlow_1l4c4k0_di" bpmnElement="SequenceFlow_1l4c4k0">
45         <di:waypoint xsi:type="dc:Point" x="387" y="97" />
46         <di:waypoint xsi:type="dc:Point" x="484" y="97" />
47         <bpmndi:BPMNLabel>
48           <dc:Bounds x="435.5" y="76" width="0" height="12" />
49         </bpmndi:BPMNLabel>
50       </bpmndi:BPMNEdge>
51     </bpmndi:BPMNPlane>
52   </bpmndi:BPMNDiagram>
53 </bpmn2:definitions>