blob: e437f13d7b8b32c8d33624469eba23bd85d1a140 [file] [log] [blame]
Boslet, Corycd4e5b42020-03-25 16:04:41 -04001<?xml version="1.0" encoding="UTF-8"?>
Boslet, Coryfa9a7072020-04-16 10:43:38 -04002<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:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_GraPIIyxEeWmdMDkx6Uftw" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="3.7.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3 <bpmn2:process id="openstackAdapterTask" name="openstackAdapterTask" isExecutable="true">
Boslet, Corycd4e5b42020-03-25 16:04:41 -04004 <bpmn2:endEvent id="EndEvent_6">
5 <bpmn2:incoming>SequenceFlow_13uy51h</bpmn2:incoming>
6 </bpmn2:endEvent>
7 <bpmn2:startEvent id="StartEvent_1">
8 <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing>
9 </bpmn2:startEvent>
10 <bpmn2:sequenceFlow id="SequenceFlow_9" name="" sourceRef="StartEvent_1" targetRef="executeOpenstackAction" />
11 <bpmn2:serviceTask id="executeOpenstackAction" name="&#10;Openstack&#10;Action&#10;(resource)&#10;" camunda:asyncAfter="true" camunda:type="external" camunda:topic="OpenstackAdapterInvoke">
12 <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming>
13 <bpmn2:outgoing>SequenceFlow_1ff2y8j</bpmn2:outgoing>
14 </bpmn2:serviceTask>
15 <bpmn2:sequenceFlow id="SequenceFlow_1ff2y8j" sourceRef="executeOpenstackAction" targetRef="ExclusiveGateway_08a6you" />
16 <bpmn2:serviceTask id="ServiceTask_11iuzx9" name="&#10;Openstack&#10;Query&#10;(resource)&#10;" camunda:asyncAfter="true" camunda:type="external" camunda:topic="OpenstackAdapterPolling">
17 <bpmn2:incoming>SequenceFlow_1p39f4r</bpmn2:incoming>
18 <bpmn2:outgoing>SequenceFlow_0ecut35</bpmn2:outgoing>
19 </bpmn2:serviceTask>
20 <bpmn2:sequenceFlow id="SequenceFlow_0ecut35" sourceRef="ServiceTask_11iuzx9" targetRef="ExclusiveGateway_1fn953y" />
21 <bpmn2:exclusiveGateway id="ExclusiveGateway_1fn953y" name="Success?">
22 <bpmn2:incoming>SequenceFlow_0ecut35</bpmn2:incoming>
23 <bpmn2:outgoing>SequenceFlow_13uy51h</bpmn2:outgoing>
24 <bpmn2:outgoing>SequenceFlow_0o8wnkx</bpmn2:outgoing>
25 </bpmn2:exclusiveGateway>
26 <bpmn2:sequenceFlow id="SequenceFlow_13uy51h" name="Yes" sourceRef="ExclusiveGateway_1fn953y" targetRef="EndEvent_6">
Boslet, Coryfa9a7072020-04-16 10:43:38 -040027 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{execution.getVariable("OpenstackPollSuccess") == true }</bpmn2:conditionExpression>
Boslet, Corycd4e5b42020-03-25 16:04:41 -040028 </bpmn2:sequenceFlow>
29 <bpmn2:sequenceFlow id="SequenceFlow_0o8wnkx" name="No" sourceRef="ExclusiveGateway_1fn953y" targetRef="EndEvent_1dt01ez">
Boslet, Coryfa9a7072020-04-16 10:43:38 -040030 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{execution.getVariable("OpenstackPollSuccess") == false }</bpmn2:conditionExpression>
Boslet, Corycd4e5b42020-03-25 16:04:41 -040031 </bpmn2:sequenceFlow>
32 <bpmn2:exclusiveGateway id="ExclusiveGateway_08a6you" name="Success?">
33 <bpmn2:incoming>SequenceFlow_1ff2y8j</bpmn2:incoming>
34 <bpmn2:outgoing>SequenceFlow_1p39f4r</bpmn2:outgoing>
35 <bpmn2:outgoing>SequenceFlow_007m32h</bpmn2:outgoing>
36 </bpmn2:exclusiveGateway>
37 <bpmn2:sequenceFlow id="SequenceFlow_1p39f4r" name="Yes" sourceRef="ExclusiveGateway_08a6you" targetRef="ServiceTask_11iuzx9">
Boslet, Coryfa9a7072020-04-16 10:43:38 -040038 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{execution.getVariable("OpenstackInvokeSuccess") == true }</bpmn2:conditionExpression>
Boslet, Corycd4e5b42020-03-25 16:04:41 -040039 </bpmn2:sequenceFlow>
40 <bpmn2:sequenceFlow id="SequenceFlow_007m32h" name="No" sourceRef="ExclusiveGateway_08a6you" targetRef="EndEvent_0rxprkw">
Boslet, Coryfa9a7072020-04-16 10:43:38 -040041 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{execution.getVariable("OpenstackInvokeSuccess") == false }</bpmn2:conditionExpression>
Boslet, Corycd4e5b42020-03-25 16:04:41 -040042 </bpmn2:sequenceFlow>
43 <bpmn2:subProcess id="SubProcess_0y17e8j" name="Error Handling" triggeredByEvent="true">
44 <bpmn2:startEvent id="StartEvent_17oglfe">
45 <bpmn2:outgoing>SequenceFlow_02rhau9</bpmn2:outgoing>
46 <bpmn2:errorEventDefinition />
47 </bpmn2:startEvent>
48 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_040yoan">
49 <bpmn2:incoming>SequenceFlow_0y1by9x</bpmn2:incoming>
50 <bpmn2:outgoing>SequenceFlow_006myq9</bpmn2:outgoing>
Boslet, Coryfa9a7072020-04-16 10:43:38 -040051 <bpmn2:compensateEventDefinition activityRef="executeOpenstackAction" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -040052 </bpmn2:intermediateThrowEvent>
53 <bpmn2:exclusiveGateway id="ExclusiveGateway_0qlnby0" name="Poll Rollback Status?" default="SequenceFlow_1piwh1c">
54 <bpmn2:incoming>SequenceFlow_006myq9</bpmn2:incoming>
55 <bpmn2:outgoing>SequenceFlow_1ubla93</bpmn2:outgoing>
56 <bpmn2:outgoing>SequenceFlow_1piwh1c</bpmn2:outgoing>
57 </bpmn2:exclusiveGateway>
58 <bpmn2:sequenceFlow id="SequenceFlow_02rhau9" sourceRef="StartEvent_17oglfe" targetRef="ExclusiveGateway_18ndby1" />
59 <bpmn2:sequenceFlow id="SequenceFlow_006myq9" sourceRef="IntermediateThrowEvent_040yoan" targetRef="ExclusiveGateway_0qlnby0" />
60 <bpmn2:serviceTask id="ServiceTask_120p27h" name="&#10;Openstack&#10;Query&#10;(resource)&#10;" camunda:asyncAfter="true" camunda:type="external" camunda:topic="OpenstackAdapterPolling">
61 <bpmn2:incoming>SequenceFlow_1ubla93</bpmn2:incoming>
62 <bpmn2:outgoing>SequenceFlow_1nku4uk</bpmn2:outgoing>
63 </bpmn2:serviceTask>
64 <bpmn2:exclusiveGateway id="ExclusiveGateway_0tuxj9l">
65 <bpmn2:incoming>SequenceFlow_1piwh1c</bpmn2:incoming>
66 <bpmn2:incoming>SequenceFlow_1nku4uk</bpmn2:incoming>
67 <bpmn2:outgoing>SequenceFlow_1yx80cq</bpmn2:outgoing>
68 </bpmn2:exclusiveGateway>
Boslet, Coryfa9a7072020-04-16 10:43:38 -040069 <bpmn2:serviceTask id="buildError" name="&#10;Process&#10;Exception&#10;" camunda:expression="${ExceptionBuilder.processOpenstackAdapterException(execution)}">
Boslet, Corycd4e5b42020-03-25 16:04:41 -040070 <bpmn2:incoming>SequenceFlow_1yx80cq</bpmn2:incoming>
71 <bpmn2:incoming>SequenceFlow_1az3a2q</bpmn2:incoming>
72 <bpmn2:outgoing>SequenceFlow_0bnzfqb</bpmn2:outgoing>
73 </bpmn2:serviceTask>
74 <bpmn2:sequenceFlow id="SequenceFlow_1ubla93" name="Yes" sourceRef="ExclusiveGateway_0qlnby0" targetRef="ServiceTask_120p27h">
Boslet, Coryfa9a7072020-04-16 10:43:38 -040075 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{execution.getVariable("PollRollbackStatus") == true}</bpmn2:conditionExpression>
Boslet, Corycd4e5b42020-03-25 16:04:41 -040076 </bpmn2:sequenceFlow>
77 <bpmn2:sequenceFlow id="SequenceFlow_1piwh1c" name="No" sourceRef="ExclusiveGateway_0qlnby0" targetRef="ExclusiveGateway_0tuxj9l" />
78 <bpmn2:sequenceFlow id="SequenceFlow_1nku4uk" sourceRef="ServiceTask_120p27h" targetRef="ExclusiveGateway_0tuxj9l" />
79 <bpmn2:sequenceFlow id="SequenceFlow_1yx80cq" sourceRef="ExclusiveGateway_0tuxj9l" targetRef="buildError" />
80 <bpmn2:sequenceFlow id="SequenceFlow_0bnzfqb" sourceRef="buildError" targetRef="EndEvent_1yiy2fi" />
81 <bpmn2:endEvent id="EndEvent_1yiy2fi">
82 <bpmn2:incoming>SequenceFlow_0bnzfqb</bpmn2:incoming>
83 <bpmn2:terminateEventDefinition />
84 </bpmn2:endEvent>
85 <bpmn2:exclusiveGateway id="ExclusiveGateway_18ndby1" name="Rollback Resource?" default="SequenceFlow_1az3a2q">
86 <bpmn2:incoming>SequenceFlow_02rhau9</bpmn2:incoming>
87 <bpmn2:outgoing>SequenceFlow_0y1by9x</bpmn2:outgoing>
88 <bpmn2:outgoing>SequenceFlow_1az3a2q</bpmn2:outgoing>
89 </bpmn2:exclusiveGateway>
90 <bpmn2:sequenceFlow id="SequenceFlow_0y1by9x" name="Yes" sourceRef="ExclusiveGateway_18ndby1" targetRef="IntermediateThrowEvent_040yoan">
Boslet, Coryfa9a7072020-04-16 10:43:38 -040091 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{execution.getVariable("backout") == true }</bpmn2:conditionExpression>
Boslet, Corycd4e5b42020-03-25 16:04:41 -040092 </bpmn2:sequenceFlow>
93 <bpmn2:sequenceFlow id="SequenceFlow_1az3a2q" name="No" sourceRef="ExclusiveGateway_18ndby1" targetRef="buildError" />
94 </bpmn2:subProcess>
95 <bpmn2:boundaryEvent id="BoundaryEvent_1ysr7mk" attachedToRef="executeOpenstackAction">
96 <bpmn2:compensateEventDefinition />
97 </bpmn2:boundaryEvent>
98 <bpmn2:serviceTask id="Task_0zbd85n" name="&#10;Openstack&#10;Rollback&#10;(resource)&#10;" isForCompensation="true" camunda:asyncAfter="true" camunda:type="external" camunda:topic="OpenstackAdapterRollback" />
99 <bpmn2:endEvent id="EndEvent_0rxprkw">
100 <bpmn2:incoming>SequenceFlow_007m32h</bpmn2:incoming>
101 <bpmn2:errorEventDefinition errorRef="Error_1" />
102 </bpmn2:endEvent>
103 <bpmn2:endEvent id="EndEvent_1dt01ez">
104 <bpmn2:incoming>SequenceFlow_0o8wnkx</bpmn2:incoming>
105 <bpmn2:errorEventDefinition errorRef="Error_1" />
106 </bpmn2:endEvent>
107 <bpmn2:association id="Association_1cnlu6p" associationDirection="One" sourceRef="BoundaryEvent_1ysr7mk" targetRef="Task_0zbd85n" />
108 </bpmn2:process>
109 <bpmn2:error id="Error_1" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
110 <bpmn2:message id="Message_1" name="WorkflowMessage" />
111 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400112 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="openstackAdapterTask">
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400113 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_54" bpmnElement="StartEvent_1">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400114 <dc:Bounds x="160" y="146" width="36" height="36" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400115 <bpmndi:BPMNLabel>
116 <dc:Bounds x="116" y="187" width="24" height="12" />
117 </bpmndi:BPMNLabel>
118 </bpmndi:BPMNShape>
119 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_StartEvent_54" targetElement="ServiceTask_0rcy900_di">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400120 <di:waypoint x="196" y="164" />
121 <di:waypoint x="303" y="163" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400122 <bpmndi:BPMNLabel>
123 <dc:Bounds x="154.5" y="145.5" width="90" height="6" />
124 </bpmndi:BPMNLabel>
125 </bpmndi:BPMNEdge>
126 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_158" bpmnElement="EndEvent_6">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400127 <dc:Bounds x="979" y="146" width="36" height="36" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400128 <bpmndi:BPMNLabel>
129 <dc:Bounds x="924" y="187" width="46" height="12" />
130 </bpmndi:BPMNLabel>
131 </bpmndi:BPMNShape>
132 <bpmndi:BPMNShape id="ServiceTask_0rcy900_di" bpmnElement="executeOpenstackAction">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400133 <dc:Bounds x="303" y="124" width="100" height="80" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400134 </bpmndi:BPMNShape>
135 <bpmndi:BPMNEdge id="SequenceFlow_1ff2y8j_di" bpmnElement="SequenceFlow_1ff2y8j">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400136 <di:waypoint x="403" y="164" />
137 <di:waypoint x="454" y="164" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400138 <bpmndi:BPMNLabel>
139 <dc:Bounds x="333.5" y="139" width="90" height="20" />
140 </bpmndi:BPMNLabel>
141 </bpmndi:BPMNEdge>
142 <bpmndi:BPMNShape id="ServiceTask_11iuzx9_di" bpmnElement="ServiceTask_11iuzx9">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400143 <dc:Bounds x="591" y="124" width="100" height="80" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400144 </bpmndi:BPMNShape>
145 <bpmndi:BPMNEdge id="SequenceFlow_0ecut35_di" bpmnElement="SequenceFlow_0ecut35">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400146 <di:waypoint x="691" y="164" />
147 <di:waypoint x="726" y="164" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400148 <bpmndi:BPMNLabel>
149 <dc:Bounds x="613.5" y="139" width="90" height="20" />
150 </bpmndi:BPMNLabel>
151 </bpmndi:BPMNEdge>
152 <bpmndi:BPMNShape id="ExclusiveGateway_1fn953y_di" bpmnElement="ExclusiveGateway_1fn953y" isMarkerVisible="true">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400153 <dc:Bounds x="726" y="139" width="50" height="50" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400154 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400155 <dc:Bounds x="727" y="119" width="48" height="14" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400156 </bpmndi:BPMNLabel>
157 </bpmndi:BPMNShape>
158 <bpmndi:BPMNEdge id="SequenceFlow_13uy51h_di" bpmnElement="SequenceFlow_13uy51h">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400159 <di:waypoint x="776" y="164" />
160 <di:waypoint x="979" y="164" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400161 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400162 <dc:Bounds x="797" y="166" width="18" height="14" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400163 </bpmndi:BPMNLabel>
164 </bpmndi:BPMNEdge>
165 <bpmndi:BPMNEdge id="SequenceFlow_0o8wnkx_di" bpmnElement="SequenceFlow_0o8wnkx">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400166 <di:waypoint x="751" y="189" />
167 <di:waypoint x="751" y="249" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400168 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400169 <dc:Bounds x="756" y="198" width="15" height="14" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400170 </bpmndi:BPMNLabel>
171 </bpmndi:BPMNEdge>
172 <bpmndi:BPMNShape id="ServiceTask_120p27h_di" bpmnElement="ServiceTask_120p27h">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400173 <dc:Bounds x="546" y="443" width="100" height="80" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400174 </bpmndi:BPMNShape>
175 <bpmndi:BPMNShape id="ExclusiveGateway_08a6you_di" bpmnElement="ExclusiveGateway_08a6you" isMarkerVisible="true">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400176 <dc:Bounds x="454" y="139" width="50" height="50" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400177 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400178 <dc:Bounds x="460" y="117" width="48" height="14" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400179 </bpmndi:BPMNLabel>
180 </bpmndi:BPMNShape>
181 <bpmndi:BPMNEdge id="SequenceFlow_1p39f4r_di" bpmnElement="SequenceFlow_1p39f4r">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400182 <di:waypoint x="504" y="164" />
183 <di:waypoint x="591" y="164" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400184 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400185 <dc:Bounds x="523" y="168" width="18" height="14" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400186 </bpmndi:BPMNLabel>
187 </bpmndi:BPMNEdge>
188 <bpmndi:BPMNEdge id="SequenceFlow_007m32h_di" bpmnElement="SequenceFlow_007m32h">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400189 <di:waypoint x="479" y="189" />
190 <di:waypoint x="479" y="249" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400191 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400192 <dc:Bounds x="485" y="198" width="15" height="14" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400193 </bpmndi:BPMNLabel>
194 </bpmndi:BPMNEdge>
195 <bpmndi:BPMNShape id="SubProcess_09bkjg0_di" bpmnElement="SubProcess_0y17e8j" isExpanded="true">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400196 <dc:Bounds x="201" y="404" width="787" height="344" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400197 </bpmndi:BPMNShape>
198 <bpmndi:BPMNShape id="BoundaryEvent_04c5efr_di" bpmnElement="BoundaryEvent_1ysr7mk">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400199 <dc:Bounds x="385" y="186" width="36" height="36" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400200 <bpmndi:BPMNLabel>
201 <dc:Bounds x="353" y="226" width="0" height="12" />
202 </bpmndi:BPMNLabel>
203 </bpmndi:BPMNShape>
204 <bpmndi:BPMNEdge id="Association_1cnlu6p_di" bpmnElement="Association_1cnlu6p">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400205 <di:waypoint x="403" y="222" />
206 <di:waypoint x="403" y="267" />
207 <di:waypoint x="371" y="267" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400208 </bpmndi:BPMNEdge>
209 <bpmndi:BPMNShape id="ServiceTask_0vacscp_di" bpmnElement="Task_0zbd85n">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400210 <dc:Bounds x="271" y="227" width="100" height="80" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400211 </bpmndi:BPMNShape>
212 <bpmndi:BPMNShape id="EndEvent_0lzcn0v_di" bpmnElement="EndEvent_0rxprkw">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400213 <dc:Bounds x="461" y="249" width="36" height="36" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400214 <bpmndi:BPMNLabel>
215 <dc:Bounds x="429" y="288.658" width="0" height="12" />
216 </bpmndi:BPMNLabel>
217 </bpmndi:BPMNShape>
218 <bpmndi:BPMNShape id="EndEvent_14424k5_di" bpmnElement="EndEvent_1dt01ez">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400219 <dc:Bounds x="733" y="249" width="36" height="36" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400220 <bpmndi:BPMNLabel>
221 <dc:Bounds x="701" y="288.658" width="0" height="12" />
222 </bpmndi:BPMNLabel>
223 </bpmndi:BPMNShape>
224 <bpmndi:BPMNShape id="StartEvent_1wrpebh_di" bpmnElement="StartEvent_17oglfe">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400225 <dc:Bounds x="231" y="599" width="36" height="36" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400226 <bpmndi:BPMNLabel>
227 <dc:Bounds x="198.35199999999998" y="638.658" width="0" height="12" />
228 </bpmndi:BPMNLabel>
229 </bpmndi:BPMNShape>
230 <bpmndi:BPMNShape id="IntermediateThrowEvent_0gltuh4_di" bpmnElement="IntermediateThrowEvent_040yoan">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400231 <dc:Bounds x="415" y="529" width="36" height="36" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400232 <bpmndi:BPMNLabel>
233 <dc:Bounds x="382.352" y="569" width="0" height="12" />
234 </bpmndi:BPMNLabel>
235 </bpmndi:BPMNShape>
236 <bpmndi:BPMNShape id="ExclusiveGateway_0qlnby0_di" bpmnElement="ExclusiveGateway_0qlnby0" isMarkerVisible="true">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400237 <dc:Bounds x="479" y="522" width="50" height="50" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400238 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400239 <dc:Bounds x="533" y="535" width="65" height="27" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400240 </bpmndi:BPMNLabel>
241 </bpmndi:BPMNShape>
242 <bpmndi:BPMNEdge id="SequenceFlow_02rhau9_di" bpmnElement="SequenceFlow_02rhau9">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400243 <di:waypoint x="267" y="617" />
244 <di:waypoint x="334" y="617" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400245 <bpmndi:BPMNLabel>
246 <dc:Bounds x="250.5" y="596" width="0" height="12" />
247 </bpmndi:BPMNLabel>
248 </bpmndi:BPMNEdge>
249 <bpmndi:BPMNEdge id="SequenceFlow_006myq9_di" bpmnElement="SequenceFlow_006myq9">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400250 <di:waypoint x="451" y="547" />
251 <di:waypoint x="479" y="547" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400252 <bpmndi:BPMNLabel>
253 <dc:Bounds x="415" y="526" width="0" height="12" />
254 </bpmndi:BPMNLabel>
255 </bpmndi:BPMNEdge>
256 <bpmndi:BPMNShape id="ExclusiveGateway_0tuxj9l_di" bpmnElement="ExclusiveGateway_0tuxj9l" isMarkerVisible="true">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400257 <dc:Bounds x="658" y="522" width="50" height="50" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400258 <bpmndi:BPMNLabel>
259 <dc:Bounds x="633.352" y="576" width="0" height="12" />
260 </bpmndi:BPMNLabel>
261 </bpmndi:BPMNShape>
262 <bpmndi:BPMNShape id="ServiceTask_108cgfw_di" bpmnElement="buildError">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400263 <dc:Bounds x="745" y="577" width="100" height="80" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400264 </bpmndi:BPMNShape>
265 <bpmndi:BPMNEdge id="SequenceFlow_1ubla93_di" bpmnElement="SequenceFlow_1ubla93">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400266 <di:waypoint x="504" y="522" />
267 <di:waypoint x="504" y="483" />
268 <di:waypoint x="546" y="483" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400269 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400270 <dc:Bounds x="512" y="489" width="18" height="14" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400271 </bpmndi:BPMNLabel>
272 </bpmndi:BPMNEdge>
273 <bpmndi:BPMNEdge id="SequenceFlow_1piwh1c_di" bpmnElement="SequenceFlow_1piwh1c">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400274 <di:waypoint x="504" y="572" />
275 <di:waypoint x="504" y="603" />
276 <di:waypoint x="683" y="603" />
277 <di:waypoint x="683" y="572" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400278 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400279 <dc:Bounds x="510" y="577" width="15" height="14" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400280 </bpmndi:BPMNLabel>
281 </bpmndi:BPMNEdge>
282 <bpmndi:BPMNEdge id="SequenceFlow_1nku4uk_di" bpmnElement="SequenceFlow_1nku4uk">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400283 <di:waypoint x="646" y="483" />
284 <di:waypoint x="683" y="483" />
285 <di:waypoint x="683" y="522" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400286 <bpmndi:BPMNLabel>
287 <dc:Bounds x="614.5" y="462" width="0" height="12" />
288 </bpmndi:BPMNLabel>
289 </bpmndi:BPMNEdge>
290 <bpmndi:BPMNEdge id="SequenceFlow_1yx80cq_di" bpmnElement="SequenceFlow_1yx80cq">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400291 <di:waypoint x="708" y="547" />
292 <di:waypoint x="795" y="547" />
293 <di:waypoint x="795" y="577" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400294 <bpmndi:BPMNLabel>
295 <dc:Bounds x="656.5" y="526" width="90" height="12" />
296 </bpmndi:BPMNLabel>
297 </bpmndi:BPMNEdge>
298 <bpmndi:BPMNEdge id="SequenceFlow_0bnzfqb_di" bpmnElement="SequenceFlow_0bnzfqb">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400299 <di:waypoint x="845" y="617" />
300 <di:waypoint x="920" y="617" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400301 <bpmndi:BPMNLabel>
302 <dc:Bounds x="787.5" y="596" width="90" height="12" />
303 </bpmndi:BPMNLabel>
304 </bpmndi:BPMNEdge>
305 <bpmndi:BPMNShape id="EndEvent_1l1f6zj_di" bpmnElement="EndEvent_1yiy2fi">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400306 <dc:Bounds x="920" y="599" width="36" height="36" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400307 <bpmndi:BPMNLabel>
308 <dc:Bounds x="887.352" y="639" width="0" height="12" />
309 </bpmndi:BPMNLabel>
310 </bpmndi:BPMNShape>
311 <bpmndi:BPMNShape id="ExclusiveGateway_18ndby1_di" bpmnElement="ExclusiveGateway_18ndby1" isMarkerVisible="true">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400312 <dc:Bounds x="334" y="592" width="50" height="50" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400313 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400314 <dc:Bounds x="388" y="605" width="54" height="27" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400315 </bpmndi:BPMNLabel>
316 </bpmndi:BPMNShape>
317 <bpmndi:BPMNEdge id="SequenceFlow_0y1by9x_di" bpmnElement="SequenceFlow_0y1by9x">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400318 <di:waypoint x="359" y="592" />
319 <di:waypoint x="359" y="547" />
320 <di:waypoint x="415" y="547" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400321 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400322 <dc:Bounds x="366" y="558" width="18" height="14" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400323 </bpmndi:BPMNLabel>
324 </bpmndi:BPMNEdge>
325 <bpmndi:BPMNEdge id="SequenceFlow_1az3a2q_di" bpmnElement="SequenceFlow_1az3a2q">
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400326 <di:waypoint x="359" y="642" />
327 <di:waypoint x="359" y="686" />
328 <di:waypoint x="795" y="686" />
329 <di:waypoint x="795" y="657" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400330 <bpmndi:BPMNLabel>
Boslet, Coryfa9a7072020-04-16 10:43:38 -0400331 <dc:Bounds x="368" y="657" width="15" height="14" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -0400332 </bpmndi:BPMNLabel>
333 </bpmndi:BPMNEdge>
334 </bpmndi:BPMNPlane>
335 </bpmndi:BPMNDiagram>
336</bpmn2:definitions>