blob: 175efaf8b557be19b43c207430aa59c6fed49f03 [file] [log] [blame]
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001<?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: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="_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="CreateVcpeResCustService" name="CreateVcpeResCustService" isExecutable="true">
4 <bpmn2:scriptTask id="sendSyncAckResponse_ScriptTask" name="Send Sync Ack Response" scriptFormat="groovy">
5 <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
6 <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
7 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
8def CreateVcpeResCustService = new CreateVcpeResCustService()
9CreateVcpeResCustService.sendSyncResponse(execution)]]></bpmn2:script>
10 </bpmn2:scriptTask>
11 <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="sendSyncAckResponse_ScriptTask" targetRef="IntermediateThrowEvent_2" />
12 <bpmn2:startEvent id="createVCPE_startEvent" name="Start Flow">
13 <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
14 </bpmn2:startEvent>
15 <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="createVCPE_startEvent" targetRef="preProcessRequest_ScriptTask" />
16 <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy">
17 <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
18 <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
19 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
20def CreateVcpeResCustService = new CreateVcpeResCustService()
21CreateVcpeResCustService.preProcessRequest(execution)
22]]></bpmn2:script>
23 </bpmn2:scriptTask>
24 <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="preProcessRequest_ScriptTask" targetRef="sendSyncAckResponse_ScriptTask" />
25 <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_3" name="vCPE-RESCUST">
26 <bpmn2:outgoing>SequenceFlow_1eu60rt</bpmn2:outgoing>
27 <bpmn2:linkEventDefinition id="_LinkEventDefinition_37" name="vCPE-RESCUST" />
28 </bpmn2:intermediateCatchEvent>
29 <bpmn2:scriptTask id="postProcessAndCompletionRequest_ScriptTask" name="Post Process &#38; Completion Request" scriptFormat="groovy">
30 <bpmn2:incoming>SequenceFlow_0afe2pg</bpmn2:incoming>
31 <bpmn2:outgoing>SequenceFlow_29</bpmn2:outgoing>
32 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
33def CreateVcpeResCustService = new CreateVcpeResCustService()
34CreateVcpeResCustService.postProcessResponse(execution)]]></bpmn2:script>
35 </bpmn2:scriptTask>
36 <bpmn2:sequenceFlow id="SequenceFlow_29" name="" sourceRef="postProcessAndCompletionRequest_ScriptTask" targetRef="callCompleteMsoProcess_CallActivity" />
37 <bpmn2:callActivity id="callCompleteMsoProcess_CallActivity" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess">
38 <bpmn2:extensionElements>
39 <camunda:in variables="all" />
40 <camunda:out variables="all" />
41 <camunda:in source="CVRCS_CompleteMsoProcessRequest" target="CompleteMsoProcessRequest" />
42 <camunda:in source="mso-request-id" target="requestId" />
43 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
44 <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode" />
45 <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" />
46 <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" />
47 </bpmn2:extensionElements>
48 <bpmn2:incoming>SequenceFlow_29</bpmn2:incoming>
49 <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
50 </bpmn2:callActivity>
51 <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="callCompleteMsoProcess_CallActivity" targetRef="ScriptTask_2" />
52 <bpmn2:scriptTask id="ScriptTask_2" name="Set Success Indicator" scriptFormat="groovy">
53 <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>
54 <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
55 <bpmn2:script><![CDATA[// The following variable is checked by the unit test
56execution.setVariable("CreateVcpeResCustServiceSuccessIndicator", true)]]></bpmn2:script>
57 </bpmn2:scriptTask>
58 <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="ScriptTask_2" targetRef="CreateVCPE_EndEvent" />
59 <bpmn2:endEvent id="CreateVCPE_EndEvent" name="End">
60 <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
61 <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_13" />
62 </bpmn2:endEvent>
63 <bpmn2:subProcess id="UnexpectedError_SubProcess_1" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
64 <bpmn2:startEvent id="StartEvent_1">
65 <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
66 <bpmn2:errorEventDefinition id="_ErrorEventDefinition_92" errorRef="Error_1" />
67 </bpmn2:startEvent>
68 <bpmn2:endEvent id="EndEvent_1">
69 <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
70 </bpmn2:endEvent>
71 <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="StartEvent_1" targetRef="ScriptTask_1" />
72 <bpmn2:scriptTask id="ScriptTask_1" name="Log / Print Unexpected Error" scriptFormat="groovy">
73 <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
74 <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>
75 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
76ExceptionUtil ex = new ExceptionUtil()
77ex.processJavaException(execution)]]></bpmn2:script>
78 </bpmn2:scriptTask>
79 <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="ScriptTask_1" targetRef="EndEvent_1" />
80 </bpmn2:subProcess>
81 <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_4" name="FinishProcess">
82 <bpmn2:outgoing>SequenceFlow_12ilko1</bpmn2:outgoing>
83 <bpmn2:linkEventDefinition id="_LinkEventDefinition_39" name="FinishProcess" />
84 </bpmn2:intermediateCatchEvent>
85 <bpmn2:callActivity id="doCreateServiceInstance_CallActivity" name="Call Create &#10;ServiceInstance&#10;" calledElement="DoCreateServiceInstance">
86 <bpmn2:extensionElements>
87 <camunda:in source="msoRequestId" target="msoRequestId" />
88 <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
89 <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
90 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
91 <camunda:out source="rollbackData" target="DCRESI_rollbackData" />
92 <camunda:in source="serviceInstanceName" target="serviceInstanceName" />
93 <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
94 <camunda:in source="failIfExists" target="failIfExists" />
95 <camunda:in source="disableRollback" target="disableRollback" />
96 <camunda:in source="serviceInputParams" target="serviceInputParams" />
97 <camunda:out source="rolledBack" target="rolledBack" />
98 <camunda:out source="WorkflowException" target="WorkflowException" />
99 <camunda:out source="serviceInstanceName" target="serviceInstanceName" />
100 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
101 <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
102 <camunda:in source="productFamilyId" target="productFamilyId" />
103 <camunda:in source="sdncVersion" target="sdncVersion" />
104 </bpmn2:extensionElements>
105 <bpmn2:incoming>SequenceFlow_0j6sjye</bpmn2:incoming>
106 <bpmn2:outgoing>SequenceFlow_1ky2sv9</bpmn2:outgoing>
107 </bpmn2:callActivity>
108 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_2" name="GoTovCPE-RESCUST">
109 <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
110 <bpmn2:linkEventDefinition id="_LinkEventDefinition_38" name="vCPE-RESCUST" />
111 </bpmn2:intermediateThrowEvent>
112 <bpmn2:subProcess id="SubProcess_0s6hpty" name="Subprocess For Exception / FalloutHandler" triggeredByEvent="true">
113 <bpmn2:exclusiveGateway id="ExclusiveGateway_1vwgs6p" name="Is Rollback On?" default="SequenceFlow_0dhf2js">
114 <bpmn2:incoming>SequenceFlow_0zq7i3q</bpmn2:incoming>
115 <bpmn2:outgoing>SequenceFlow_0zpbskl</bpmn2:outgoing>
116 <bpmn2:outgoing>SequenceFlow_0dhf2js</bpmn2:outgoing>
117 </bpmn2:exclusiveGateway>
118 <bpmn2:startEvent id="StartEvent_1bwmffk" name="Fault Start">
119 <bpmn2:outgoing>SequenceFlow_0zq7i3q</bpmn2:outgoing>
120 <bpmn2:errorEventDefinition />
121 </bpmn2:startEvent>
122 <bpmn2:exclusiveGateway id="ExclusiveGateway_0ydrtdx" name="isPONR?" default="SequenceFlow_02o4yqx">
123 <bpmn2:incoming>SequenceFlow_0zpbskl</bpmn2:incoming>
124 <bpmn2:outgoing>SequenceFlow_1sx5llu</bpmn2:outgoing>
125 <bpmn2:outgoing>SequenceFlow_02o4yqx</bpmn2:outgoing>
126 </bpmn2:exclusiveGateway>
127 <bpmn2:exclusiveGateway id="ExclusiveGateway_1kvn1pz" name="is AR_TXC Ok?" default="SequenceFlow_19mxskt">
128 <bpmn2:incoming>SequenceFlow_0t3mtod</bpmn2:incoming>
129 <bpmn2:outgoing>SequenceFlow_19mxskt</bpmn2:outgoing>
130 <bpmn2:outgoing>SequenceFlow_1sl79hn</bpmn2:outgoing>
131 </bpmn2:exclusiveGateway>
132 <bpmn2:callActivity id="CallActivity_0jw5tqa" name="Call FalloutHandlerV1" calledElement="FalloutHandler">
133 <bpmn2:extensionElements>
134 <camunda:in source="CVRCS_falloutRequest" target="FalloutHandlerRequest" />
135 <camunda:in source="msoRequestId" target="mso-request-id" />
136 <camunda:in source="serviceInstanceId" target="mso-service-instance-id" />
137 <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" />
138 <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" />
139 <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" />
140 </bpmn2:extensionElements>
141 <bpmn2:incoming>SequenceFlow_0807ukc</bpmn2:incoming>
142 <bpmn2:outgoing>SequenceFlow_19yywk8</bpmn2:outgoing>
143 </bpmn2:callActivity>
144 <bpmn2:endEvent id="EndEvent_04xute7">
145 <bpmn2:incoming>SequenceFlow_19yywk8</bpmn2:incoming>
146 </bpmn2:endEvent>
147 <bpmn2:scriptTask id="ScriptTask_0yk02h3" name="Prepare FalloutHandler" scriptFormat="groovy">
148 <bpmn2:incoming>SequenceFlow_0jg47xm</bpmn2:incoming>
149 <bpmn2:outgoing>SequenceFlow_0807ukc</bpmn2:outgoing>
150 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
151def CreateVcpeResCustService = new CreateVcpeResCustService()
152CreateVcpeResCustService.prepareFalloutRequest(execution)]]></bpmn2:script>
153 </bpmn2:scriptTask>
154 <bpmn2:sequenceFlow id="SequenceFlow_0zpbskl" name="Yes" sourceRef="ExclusiveGateway_1vwgs6p" targetRef="ExclusiveGateway_0ydrtdx">
155 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("disableRollback") != true}]]></bpmn2:conditionExpression>
156 </bpmn2:sequenceFlow>
157 <bpmn2:sequenceFlow id="SequenceFlow_0dhf2js" name="No" sourceRef="ExclusiveGateway_1vwgs6p" targetRef="InclusiveGateway_0foywso" />
158 <bpmn2:sequenceFlow id="SequenceFlow_1sx5llu" name="Yes" sourceRef="ExclusiveGateway_0ydrtdx" targetRef="InclusiveGateway_0foywso">
159 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("PONR") == true}]]></bpmn2:conditionExpression>
160 </bpmn2:sequenceFlow>
161 <bpmn2:sequenceFlow id="SequenceFlow_02o4yqx" name="No" sourceRef="ExclusiveGateway_0ydrtdx" targetRef="ScriptTask_17doerz" />
162 <bpmn2:sequenceFlow id="SequenceFlow_19mxskt" name="No" sourceRef="ExclusiveGateway_1kvn1pz" targetRef="ExclusiveGateway_05indeh" />
163 <bpmn2:callActivity id="DoRollbackService_CallActivity" name="DoRollback&#10;Service&#10;" calledElement="DoCreateServiceInstanceRollback">
164 <bpmn2:extensionElements>
165 <camunda:in source="DCRESI_rollbackData" target="rollbackData" />
166 <camunda:in source="msoRequestId" target="msoRequestId" />
Jim Hahn015b92c2017-10-11 11:49:51 -0400167 <camunda:out source="rolledBack" target="DCRESI_rolledBack" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400168 <camunda:out source="rollbackError" target="DCRESI_rollbackError" />
169 <camunda:in source="sdncVersion" target="sdncVersion" />
170 </bpmn2:extensionElements>
171 <bpmn2:incoming>SequenceFlow_1a7e8l1</bpmn2:incoming>
172 <bpmn2:outgoing>SequenceFlow_1f1hd3l</bpmn2:outgoing>
173 </bpmn2:callActivity>
174 <bpmn2:inclusiveGateway id="InclusiveGateway_0foywso">
175 <bpmn2:incoming>SequenceFlow_1sx5llu</bpmn2:incoming>
176 <bpmn2:incoming>SequenceFlow_0dhf2js</bpmn2:incoming>
177 <bpmn2:incoming>SequenceFlow_1rabks0</bpmn2:incoming>
178 <bpmn2:outgoing>SequenceFlow_0jg47xm</bpmn2:outgoing>
179 </bpmn2:inclusiveGateway>
180 <bpmn2:sequenceFlow id="SequenceFlow_1f1hd3l" sourceRef="DoRollbackService_CallActivity" targetRef="InclusiveGateway_0m9f5ka" />
181 <bpmn2:sequenceFlow id="SequenceFlow_0jg47xm" sourceRef="InclusiveGateway_0foywso" targetRef="ScriptTask_0yk02h3" />
182 <bpmn2:sequenceFlow id="SequenceFlow_0807ukc" sourceRef="ScriptTask_0yk02h3" targetRef="CallActivity_0jw5tqa" />
183 <bpmn2:sequenceFlow id="SequenceFlow_19yywk8" sourceRef="CallActivity_0jw5tqa" targetRef="EndEvent_04xute7" />
184 <bpmn2:exclusiveGateway id="ExclusiveGateway_05indeh" name="Service Rollback present?" default="SequenceFlow_0sezboq">
185 <bpmn2:incoming>SequenceFlow_19mxskt</bpmn2:incoming>
186 <bpmn2:incoming>SequenceFlow_17cz98f</bpmn2:incoming>
187 <bpmn2:outgoing>SequenceFlow_0sezboq</bpmn2:outgoing>
188 <bpmn2:outgoing>SequenceFlow_1a7e8l1</bpmn2:outgoing>
189 </bpmn2:exclusiveGateway>
190 <bpmn2:sequenceFlow id="SequenceFlow_0sezboq" name="No" sourceRef="ExclusiveGateway_05indeh" targetRef="InclusiveGateway_0m9f5ka" />
191 <bpmn2:sequenceFlow id="SequenceFlow_0zq7i3q" name="" sourceRef="StartEvent_1bwmffk" targetRef="ExclusiveGateway_1vwgs6p" />
192 <bpmn2:inclusiveGateway id="InclusiveGateway_0m9f5ka">
193 <bpmn2:incoming>SequenceFlow_1f1hd3l</bpmn2:incoming>
194 <bpmn2:incoming>SequenceFlow_0sezboq</bpmn2:incoming>
195 <bpmn2:incoming>SequenceFlow_1mbymcu</bpmn2:incoming>
196 <bpmn2:incoming>SequenceFlow_00by7l7</bpmn2:incoming>
197 <bpmn2:outgoing>SequenceFlow_1lv5ld6</bpmn2:outgoing>
198 </bpmn2:inclusiveGateway>
199 <bpmn2:scriptTask id="ScriptTask_17doerz" name="Pre Process Rollback" scriptFormat="groovy">
200 <bpmn2:incoming>SequenceFlow_02o4yqx</bpmn2:incoming>
201 <bpmn2:outgoing>SequenceFlow_0ftzjjm</bpmn2:outgoing>
202 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
203def CreateVcpeResCustService= new CreateVcpeResCustService()
204CreateVcpeResCustService.preProcessRollback(execution)]]></bpmn2:script>
205 </bpmn2:scriptTask>
206 <bpmn2:scriptTask id="ScriptTask_0wyub4x" name="Post Process Rollback" scriptFormat="groovy">
207 <bpmn2:incoming>SequenceFlow_0dvsqpp</bpmn2:incoming>
208 <bpmn2:outgoing>SequenceFlow_1rabks0</bpmn2:outgoing>
209 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
210def CreateVcpeResCustService= new CreateVcpeResCustService()
211CreateVcpeResCustService.postProcessRollback(execution)]]></bpmn2:script>
212 </bpmn2:scriptTask>
213 <bpmn2:sequenceFlow id="SequenceFlow_1rabks0" sourceRef="ScriptTask_0wyub4x" targetRef="InclusiveGateway_0foywso" />
214 <bpmn2:exclusiveGateway id="ExclusiveGateway_06gq6em" name="is AR_BRG Ok?" default="SequenceFlow_0ya1cr3">
215 <bpmn2:incoming>SequenceFlow_12dakwh</bpmn2:incoming>
216 <bpmn2:outgoing>SequenceFlow_0orpdrl</bpmn2:outgoing>
217 <bpmn2:outgoing>SequenceFlow_0ya1cr3</bpmn2:outgoing>
218 </bpmn2:exclusiveGateway>
219 <bpmn2:callActivity id="CallActivity_1bpuf2p" name="DoRollback&#10;BRG Allotted Resources&#10;" calledElement="DoCreateAllottedResourceBRGRollback">
220 <bpmn2:extensionElements>
221 <camunda:in source="msoRequestId" target="msoRequestId" />
222 <camunda:in source="DCARBRG_rollbackData" target="rollbackData" />
223 <camunda:in source="sdncVersion" target="sdncVersion" />
Jim Hahn015b92c2017-10-11 11:49:51 -0400224 <camunda:out source="rolledBack" target="DCARBRG_rolledBack" />
225 <camunda:out source="rollbackError" target="DCARBRG_rollbackError" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400226 </bpmn2:extensionElements>
227 <bpmn2:incoming>SequenceFlow_0orpdrl</bpmn2:incoming>
228 <bpmn2:outgoing>SequenceFlow_1t3cnnx</bpmn2:outgoing>
229 </bpmn2:callActivity>
230 <bpmn2:inclusiveGateway id="InclusiveGateway_131ozdf">
231 <bpmn2:incoming>SequenceFlow_0ya1cr3</bpmn2:incoming>
232 <bpmn2:incoming>SequenceFlow_1sim44y</bpmn2:incoming>
233 <bpmn2:outgoing>SequenceFlow_027lz43</bpmn2:outgoing>
234 </bpmn2:inclusiveGateway>
235 <bpmn2:sequenceFlow id="SequenceFlow_0orpdrl" name="Yes" sourceRef="ExclusiveGateway_06gq6em" targetRef="CallActivity_1bpuf2p">
236 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCARBRG_rollbackData") != null }]]></bpmn2:conditionExpression>
237 </bpmn2:sequenceFlow>
238 <bpmn2:sequenceFlow id="SequenceFlow_1t3cnnx" sourceRef="CallActivity_1bpuf2p" targetRef="ExclusiveGateway_1mjdcct" />
239 <bpmn2:sequenceFlow id="SequenceFlow_0ya1cr3" name="No" sourceRef="ExclusiveGateway_06gq6em" targetRef="InclusiveGateway_131ozdf" />
240 <bpmn2:exclusiveGateway id="ExclusiveGateway_14tl857" name="is VNF Ok?" default="SequenceFlow_1kpdu1j">
241 <bpmn2:incoming>SequenceFlow_027lz43</bpmn2:incoming>
242 <bpmn2:outgoing>SequenceFlow_1kpdu1j</bpmn2:outgoing>
243 <bpmn2:outgoing>SequenceFlow_007p8k3</bpmn2:outgoing>
244 </bpmn2:exclusiveGateway>
245 <bpmn2:inclusiveGateway id="InclusiveGateway_142br6v">
246 <bpmn2:incoming>SequenceFlow_1kpdu1j</bpmn2:incoming>
247 <bpmn2:incoming>SequenceFlow_1quvahv</bpmn2:incoming>
248 <bpmn2:outgoing>SequenceFlow_0t3mtod</bpmn2:outgoing>
249 </bpmn2:inclusiveGateway>
250 <bpmn2:sequenceFlow id="SequenceFlow_1kpdu1j" name="No" sourceRef="ExclusiveGateway_14tl857" targetRef="InclusiveGateway_142br6v" />
251 <bpmn2:exclusiveGateway id="ExclusiveGateway_1mjdcct" name="Rollback success?" default="SequenceFlow_0dr2fem">
252 <bpmn2:incoming>SequenceFlow_1t3cnnx</bpmn2:incoming>
253 <bpmn2:outgoing>SequenceFlow_1sim44y</bpmn2:outgoing>
254 <bpmn2:outgoing>SequenceFlow_0dr2fem</bpmn2:outgoing>
255 </bpmn2:exclusiveGateway>
256 <bpmn2:sequenceFlow id="SequenceFlow_1sim44y" name="Yes" sourceRef="ExclusiveGateway_1mjdcct" targetRef="InclusiveGateway_131ozdf">
Jim Hahn015b92c2017-10-11 11:49:51 -0400257 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{ execution.getVariable("DCARBRG_rolledBack") == true }]]></bpmn2:conditionExpression>
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400258 </bpmn2:sequenceFlow>
259 <bpmn2:sequenceFlow id="SequenceFlow_0dr2fem" name="No" sourceRef="ExclusiveGateway_1mjdcct" targetRef="InclusiveGateway_1xenadu" />
260 <bpmn2:exclusiveGateway id="ExclusiveGateway_05dg1m1" name="Rollback success?" default="SequenceFlow_1mbymcu">
261 <bpmn2:incoming>SequenceFlow_1mpsdaj</bpmn2:incoming>
262 <bpmn2:outgoing>SequenceFlow_1quvahv</bpmn2:outgoing>
263 <bpmn2:outgoing>SequenceFlow_1mbymcu</bpmn2:outgoing>
264 </bpmn2:exclusiveGateway>
265 <bpmn2:sequenceFlow id="SequenceFlow_1quvahv" name="Yes" sourceRef="ExclusiveGateway_05dg1m1" targetRef="InclusiveGateway_142br6v">
Jim Hahn015b92c2017-10-11 11:49:51 -0400266 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{ execution.getVariable("DCVAM_rolledBack") ==true }]]></bpmn2:conditionExpression>
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400267 </bpmn2:sequenceFlow>
268 <bpmn2:sequenceFlow id="SequenceFlow_1mbymcu" name="No" sourceRef="ExclusiveGateway_05dg1m1" targetRef="InclusiveGateway_0m9f5ka" />
269 <bpmn2:exclusiveGateway id="ExclusiveGateway_0y7gtd9" name="rollback failed?" default="SequenceFlow_12dakwh">
270 <bpmn2:incoming>SequenceFlow_0ftzjjm</bpmn2:incoming>
271 <bpmn2:outgoing>SequenceFlow_12dakwh</bpmn2:outgoing>
272 <bpmn2:outgoing>SequenceFlow_09nn9a9</bpmn2:outgoing>
273 </bpmn2:exclusiveGateway>
274 <bpmn2:sequenceFlow id="SequenceFlow_0ftzjjm" sourceRef="ScriptTask_17doerz" targetRef="ExclusiveGateway_0y7gtd9" />
275 <bpmn2:sequenceFlow id="SequenceFlow_12dakwh" name="No" sourceRef="ExclusiveGateway_0y7gtd9" targetRef="ExclusiveGateway_06gq6em" />
276 <bpmn2:inclusiveGateway id="InclusiveGateway_1xenadu">
277 <bpmn2:incoming>SequenceFlow_1lv5ld6</bpmn2:incoming>
278 <bpmn2:incoming>SequenceFlow_09nn9a9</bpmn2:incoming>
279 <bpmn2:incoming>SequenceFlow_0dr2fem</bpmn2:incoming>
280 <bpmn2:outgoing>SequenceFlow_0dvsqpp</bpmn2:outgoing>
281 </bpmn2:inclusiveGateway>
282 <bpmn2:sequenceFlow id="SequenceFlow_1lv5ld6" sourceRef="InclusiveGateway_0m9f5ka" targetRef="InclusiveGateway_1xenadu" />
283 <bpmn2:sequenceFlow id="SequenceFlow_0dvsqpp" sourceRef="InclusiveGateway_1xenadu" targetRef="ScriptTask_0wyub4x" />
284 <bpmn2:sequenceFlow id="SequenceFlow_09nn9a9" name="Yes" sourceRef="ExclusiveGateway_0y7gtd9" targetRef="InclusiveGateway_1xenadu">
285 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("rolledBack") != null && execution.getVariable("rolledBack") == false}]]></bpmn2:conditionExpression>
286 </bpmn2:sequenceFlow>
287 <bpmn2:sequenceFlow id="SequenceFlow_027lz43" sourceRef="InclusiveGateway_131ozdf" targetRef="ExclusiveGateway_14tl857" />
288 <bpmn2:sequenceFlow id="SequenceFlow_0t3mtod" sourceRef="InclusiveGateway_142br6v" targetRef="ExclusiveGateway_1kvn1pz" />
289 <bpmn2:callActivity id="CallActivity_071yaf8" name="DoRollback&#10;TXC Allotted Resources&#10;" calledElement="DoCreateAllottedResourceTXCRollback">
290 <bpmn2:extensionElements>
291 <camunda:in source="msoRequestId" target="msoRequestId" />
292 <camunda:in source="DCARTXC_rollbackData" target="rollbackData" />
293 <camunda:in source="sdncVersion" target="sdncVersion" />
Jim Hahn015b92c2017-10-11 11:49:51 -0400294 <camunda:out source="rolledBack" target="DCARTXC_rolledBack" />
295 <camunda:out source="rollbackError" target="DCARTXC_rollbackError" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400296 </bpmn2:extensionElements>
297 <bpmn2:incoming>SequenceFlow_1sl79hn</bpmn2:incoming>
298 <bpmn2:outgoing>SequenceFlow_0ne9n0g</bpmn2:outgoing>
299 </bpmn2:callActivity>
300 <bpmn2:sequenceFlow id="SequenceFlow_1sl79hn" name="Yes" sourceRef="ExclusiveGateway_1kvn1pz" targetRef="CallActivity_071yaf8">
301 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCARTXC_rollbackData") != null }]]></bpmn2:conditionExpression>
302 </bpmn2:sequenceFlow>
Jim Hahn015b92c2017-10-11 11:49:51 -0400303 <bpmn2:exclusiveGateway id="ExclusiveGateway_0y158bb" name="Rollback success?" default="SequenceFlow_00by7l7">
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400304 <bpmn2:incoming>SequenceFlow_0ne9n0g</bpmn2:incoming>
305 <bpmn2:outgoing>SequenceFlow_00by7l7</bpmn2:outgoing>
306 <bpmn2:outgoing>SequenceFlow_17cz98f</bpmn2:outgoing>
307 </bpmn2:exclusiveGateway>
308 <bpmn2:sequenceFlow id="SequenceFlow_0ne9n0g" sourceRef="CallActivity_071yaf8" targetRef="ExclusiveGateway_0y158bb" />
309 <bpmn2:sequenceFlow id="SequenceFlow_1a7e8l1" name="Yes" sourceRef="ExclusiveGateway_05indeh" targetRef="DoRollbackService_CallActivity">
310 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{ execution.getVariable("DCRESI_rollbackData") != null }]]></bpmn2:conditionExpression>
311 </bpmn2:sequenceFlow>
312 <bpmn2:sequenceFlow id="SequenceFlow_00by7l7" name="No" sourceRef="ExclusiveGateway_0y158bb" targetRef="InclusiveGateway_0m9f5ka" />
313 <bpmn2:sequenceFlow id="SequenceFlow_17cz98f" name="Yes" sourceRef="ExclusiveGateway_0y158bb" targetRef="ExclusiveGateway_05indeh">
Jim Hahn015b92c2017-10-11 11:49:51 -0400314 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{ execution.getVariable("DCARTXC_rolledBack") == true }]]></bpmn2:conditionExpression>
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400315 </bpmn2:sequenceFlow>
316 <bpmn2:callActivity id="CallActivity_1cl4iu4" name="DoRollback&#10;VNF and Modules&#10;" calledElement="DoCreateVnfAndModulesRollback">
317 <bpmn2:extensionElements>
318 <camunda:in source="msoRequestId" target="msoRequestId" />
319 <camunda:in source="DCVAM_rollbackData" target="rollbackData" />
Jim Hahn015b92c2017-10-11 11:49:51 -0400320 <camunda:out source="rolledBack" target="DCVAM_rolledBack" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400321 <camunda:out source="rollbackError" target="DCVAM_rollbackError" />
322 <camunda:in source="sdncVersion" target="sdncVersion" />
323 </bpmn2:extensionElements>
324 <bpmn2:incoming>SequenceFlow_007p8k3</bpmn2:incoming>
325 <bpmn2:outgoing>SequenceFlow_1mpsdaj</bpmn2:outgoing>
326 </bpmn2:callActivity>
327 <bpmn2:sequenceFlow id="SequenceFlow_1mpsdaj" sourceRef="CallActivity_1cl4iu4" targetRef="ExclusiveGateway_05dg1m1" />
328 <bpmn2:sequenceFlow id="SequenceFlow_007p8k3" name="Yes" sourceRef="ExclusiveGateway_14tl857" targetRef="CallActivity_1cl4iu4">
329 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVAM_rollbackData") != null }]]></bpmn2:conditionExpression>
330 </bpmn2:sequenceFlow>
331 </bpmn2:subProcess>
332 <bpmn2:scriptTask id="prepareCreateService_scriptTask" name="Prepare&#10;Create&#10;Service&#10;" scriptFormat="groovy">
333 <bpmn2:incoming>SequenceFlow_15odbkz</bpmn2:incoming>
334 <bpmn2:outgoing>SequenceFlow_0j6sjye</bpmn2:outgoing>
335 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
336def CreateVcpeResCustService = new CreateVcpeResCustService()
337CreateVcpeResCustService.prepareCreateServiceInstance(execution)]]></bpmn2:script>
338 </bpmn2:scriptTask>
339 <bpmn2:scriptTask id="setPONR_ScriptTask" name="set PONR">
340 <bpmn2:incoming>SequenceFlow_12ilko1</bpmn2:incoming>
341 <bpmn2:outgoing>SequenceFlow_0afe2pg</bpmn2:outgoing>
342 <bpmn2:script><![CDATA[#{execution.setVariable("PONR", true)}]]></bpmn2:script>
343 </bpmn2:scriptTask>
344 <bpmn2:sequenceFlow id="SequenceFlow_12ilko1" sourceRef="IntermediateCatchEvent_4" targetRef="setPONR_ScriptTask" />
345 <bpmn2:sequenceFlow id="SequenceFlow_0afe2pg" sourceRef="setPONR_ScriptTask" targetRef="postProcessAndCompletionRequest_ScriptTask" />
346 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0prlju0" name="GoTo StartService">
347 <bpmn2:incoming>SequenceFlow_1jbuf1t</bpmn2:incoming>
348 <bpmn2:linkEventDefinition name="StartService" />
349 </bpmn2:intermediateThrowEvent>
350 <bpmn2:sequenceFlow id="SequenceFlow_0j6sjye" sourceRef="prepareCreateService_scriptTask" targetRef="doCreateServiceInstance_CallActivity" />
351 <bpmn2:serviceTask id="updateInfraRequest" name="Update DB status to SUCCESS">
352 <bpmn2:extensionElements>
353 <camunda:connector>
354 <camunda:inputOutput>
355 <camunda:inputParameter name="url">${URN_mso_adapters_db_endpoint}</camunda:inputParameter>
356 <camunda:inputParameter name="payload"><![CDATA[${execution.getVariable("CVRCS_setUpdateDbInstancePayload")}]]></camunda:inputParameter>
357 <camunda:inputParameter name="headers">
358 <camunda:map>
359 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
360 <camunda:entry key="Authorization">#{BasicAuthHeaderValueDB}</camunda:entry>
361 </camunda:map>
362 </camunda:inputParameter>
363 <camunda:inputParameter name="method">POST</camunda:inputParameter>
364 </camunda:inputOutput>
365 <camunda:connectorId>soap-http-connector</camunda:connectorId>
366 </camunda:connector>
367 </bpmn2:extensionElements>
368 <bpmn2:incoming>SequenceFlow_0vj46ej</bpmn2:incoming>
Jim Hahn8d496b42017-11-06 10:27:21 -0500369 <bpmn2:outgoing>SequenceFlow_0sjpja4</bpmn2:outgoing>
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400370 </bpmn2:serviceTask>
Jim Hahn015b92c2017-10-11 11:49:51 -0400371 <bpmn2:scriptTask id="ScriptTask_1qd3uwb" name="Post Process&#10;Create&#10;Service&#10;" scriptFormat="groovy">
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400372 <bpmn2:incoming>SequenceFlow_1ky2sv9</bpmn2:incoming>
373 <bpmn2:outgoing>SequenceFlow_0vj46ej</bpmn2:outgoing>
374 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
375def CreateVcpeResCustService = new CreateVcpeResCustService()
376CreateVcpeResCustService.postProcessServiceInstanceCreate(execution)]]></bpmn2:script>
377 </bpmn2:scriptTask>
378 <bpmn2:sequenceFlow id="SequenceFlow_1ky2sv9" sourceRef="doCreateServiceInstance_CallActivity" targetRef="ScriptTask_1qd3uwb" />
379 <bpmn2:sequenceFlow id="SequenceFlow_0vj46ej" sourceRef="ScriptTask_1qd3uwb" targetRef="updateInfraRequest" />
380 <bpmn2:callActivity id="DecomposeService" name="Call Decompose Service" calledElement="DecomposeService">
381 <bpmn2:extensionElements>
382 <camunda:in source="msoRequestId" target="msoRequestId" />
383 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
384 <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
385 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
386 <camunda:out source="serviceDecomposition" target="serviceDecomposition" />
387 <camunda:out source="WorkflowException" target="WorkflowException" />
388 </bpmn2:extensionElements>
389 <bpmn2:incoming>SequenceFlow_00h6hmd</bpmn2:incoming>
390 <bpmn2:outgoing>SequenceFlow_17g05fd</bpmn2:outgoing>
391 </bpmn2:callActivity>
392 <bpmn2:scriptTask id="ScriptTask_0cdtchu" name="Prepare&#10;Decompose&#10;Service&#10;" scriptFormat="groovy">
393 <bpmn2:incoming>SequenceFlow_1eu60rt</bpmn2:incoming>
394 <bpmn2:outgoing>SequenceFlow_00h6hmd</bpmn2:outgoing>
395 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
396def CreateVcpeResCustService = new CreateVcpeResCustService()
397CreateVcpeResCustService.prepareDecomposeService(execution)]]></bpmn2:script>
398 </bpmn2:scriptTask>
399 <bpmn2:sequenceFlow id="SequenceFlow_1eu60rt" sourceRef="IntermediateCatchEvent_3" targetRef="ScriptTask_0cdtchu" />
400 <bpmn2:sequenceFlow id="SequenceFlow_00h6hmd" sourceRef="ScriptTask_0cdtchu" targetRef="DecomposeService" />
401 <bpmn2:scriptTask id="ScriptTask_0vf9bei" name="Prepare to create Allotted Resources TXC" scriptFormat="groovy">
402 <bpmn2:incoming>SequenceFlow_0x9pjgm</bpmn2:incoming>
403 <bpmn2:outgoing>SequenceFlow_1kgaq0j</bpmn2:outgoing>
404 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
405def CreateVcpeResCustService = new CreateVcpeResCustService()
406CreateVcpeResCustService.prepareCreateAllottedResourceTXC(execution)]]></bpmn2:script>
407 </bpmn2:scriptTask>
408 <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_110rm9l" name="CreateAllottedResourcesTXC">
409 <bpmn2:outgoing>SequenceFlow_0x9pjgm</bpmn2:outgoing>
410 <bpmn2:linkEventDefinition name="CreateAllottedResourcesTXC" />
411 </bpmn2:intermediateCatchEvent>
412 <bpmn2:sequenceFlow id="SequenceFlow_0x9pjgm" sourceRef="IntermediateCatchEvent_110rm9l" targetRef="ScriptTask_0vf9bei" />
413 <bpmn2:exclusiveGateway id="ExclusiveGateway_1oudh6l" name="Create TXC AR?" default="SequenceFlow_0ofjahh">
414 <bpmn2:incoming>SequenceFlow_1kgaq0j</bpmn2:incoming>
415 <bpmn2:outgoing>SequenceFlow_0ofjahh</bpmn2:outgoing>
416 <bpmn2:outgoing>SequenceFlow_16qob4p</bpmn2:outgoing>
417 </bpmn2:exclusiveGateway>
418 <bpmn2:exclusiveGateway id="ExclusiveGateway_074qh5g">
419 <bpmn2:incoming>SequenceFlow_0ofjahh</bpmn2:incoming>
420 <bpmn2:incoming>SequenceFlow_1cgpklo</bpmn2:incoming>
421 <bpmn2:outgoing>SequenceFlow_0o6tf9p</bpmn2:outgoing>
422 </bpmn2:exclusiveGateway>
423 <bpmn2:sequenceFlow id="SequenceFlow_0ofjahh" name="No" sourceRef="ExclusiveGateway_1oudh6l" targetRef="ExclusiveGateway_074qh5g" />
424 <bpmn2:sequenceFlow id="SequenceFlow_1kgaq0j" sourceRef="ScriptTask_0vf9bei" targetRef="ExclusiveGateway_1oudh6l" />
425 <bpmn2:sequenceFlow id="SequenceFlow_16qob4p" name="Yes" sourceRef="ExclusiveGateway_1oudh6l" targetRef="CallActivity_1ymzucb">
426 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{ execution.getVariable("createTXCAR") != null && execution.getVariable("createTXCAR") == true }]]></bpmn2:conditionExpression>
427 </bpmn2:sequenceFlow>
428 <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1i1nwfx" name="StartService">
429 <bpmn2:outgoing>SequenceFlow_15odbkz</bpmn2:outgoing>
430 <bpmn2:linkEventDefinition name="StartService" />
431 </bpmn2:intermediateCatchEvent>
432 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1as6hoa" name="GoToCreateAllottedResourcesTXC">
Jim Hahn8d496b42017-11-06 10:27:21 -0500433 <bpmn2:incoming>SequenceFlow_1db0ri1</bpmn2:incoming>
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400434 <bpmn2:linkEventDefinition name="CreateAllottedResourcesTXC" />
435 </bpmn2:intermediateThrowEvent>
436 <bpmn2:sequenceFlow id="SequenceFlow_15odbkz" sourceRef="IntermediateCatchEvent_1i1nwfx" targetRef="prepareCreateService_scriptTask" />
437 <bpmn2:callActivity id="Task_1l0uvof" name="Call Homing Service" camunda:modelerTemplate="homingBlock" calledElement="Homing">
438 <bpmn2:extensionElements>
439 <camunda:in source="true" target="isDebugLogEnabled" />
440 <camunda:in source="null" target="timeout" />
441 <camunda:out source="serviceDecomposition" target="serviceDecomposition" />
442 <camunda:out source="rolledBack" target="rolledBack" />
443 <camunda:out source="rollbackData" target="rollbackData" />
444 <camunda:out source="WorkflowException" target="WorkflowException" />
445 <camunda:in source="msoRequestId" target="msoRequestId" />
446 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
447 <camunda:in source="serviceDecomposition" target="serviceDecomposition" />
448 <camunda:in source="subscriberInfo" target="subscriberInfo" />
449 </bpmn2:extensionElements>
Jim Hahn015b92c2017-10-11 11:49:51 -0400450 <bpmn2:incoming>SequenceFlow_11efpvh</bpmn2:incoming>
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400451 <bpmn2:outgoing>SequenceFlow_1jbuf1t</bpmn2:outgoing>
452 </bpmn2:callActivity>
453 <bpmn2:sequenceFlow id="SequenceFlow_1jbuf1t" sourceRef="Task_1l0uvof" targetRef="IntermediateThrowEvent_0prlju0" />
Jim Hahn015b92c2017-10-11 11:49:51 -0400454 <bpmn2:sequenceFlow id="SequenceFlow_17g05fd" sourceRef="DecomposeService" targetRef="ScriptTask_0lpv2da" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400455 <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_17pzn7m" name="CreateAllottedResourcesBRG">
456 <bpmn2:outgoing>SequenceFlow_15vce9o</bpmn2:outgoing>
457 <bpmn2:linkEventDefinition name="CreateAllottedResourcesBRG" />
458 </bpmn2:intermediateCatchEvent>
459 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0lt5ltv" name="GoToFinishProcess">
460 <bpmn2:incoming>SequenceFlow_0hwsm6n</bpmn2:incoming>
461 <bpmn2:linkEventDefinition name="FinishProcess" />
462 </bpmn2:intermediateThrowEvent>
463 <bpmn2:exclusiveGateway id="ExclusiveGateway_1xwfgxs" name="Create BRG AR?" default="SequenceFlow_0loks1u">
464 <bpmn2:incoming>SequenceFlow_0yecpl2</bpmn2:incoming>
465 <bpmn2:outgoing>SequenceFlow_0loks1u</bpmn2:outgoing>
466 <bpmn2:outgoing>SequenceFlow_0b5ztoe</bpmn2:outgoing>
467 </bpmn2:exclusiveGateway>
468 <bpmn2:exclusiveGateway id="ExclusiveGateway_0jqgskx">
469 <bpmn2:incoming>SequenceFlow_0loks1u</bpmn2:incoming>
470 <bpmn2:incoming>SequenceFlow_0e9e6fo</bpmn2:incoming>
471 <bpmn2:outgoing>SequenceFlow_0hwsm6n</bpmn2:outgoing>
472 </bpmn2:exclusiveGateway>
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400473 <bpmn2:sequenceFlow id="SequenceFlow_0hwsm6n" sourceRef="ExclusiveGateway_0jqgskx" targetRef="IntermediateThrowEvent_0lt5ltv" />
474 <bpmn2:sequenceFlow id="SequenceFlow_0loks1u" name="No" sourceRef="ExclusiveGateway_1xwfgxs" targetRef="ExclusiveGateway_0jqgskx" />
475 <bpmn2:sequenceFlow id="SequenceFlow_0b5ztoe" name="Yes" sourceRef="ExclusiveGateway_1xwfgxs" targetRef="CallActivity_0xt1l8t">
476 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{ execution.getVariable("createBRGAR") != null && execution.getVariable("createBRGAR") == true }]]></bpmn2:conditionExpression>
477 </bpmn2:sequenceFlow>
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400478 <bpmn2:scriptTask id="ScriptTask_05epj75" name="Prepare to create Allotted Resources BRG" scriptFormat="groovy">
479 <bpmn2:incoming>SequenceFlow_15vce9o</bpmn2:incoming>
480 <bpmn2:outgoing>SequenceFlow_0yecpl2</bpmn2:outgoing>
481 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
482def CreateVcpeResCustService = new CreateVcpeResCustService()
483CreateVcpeResCustService.prepareCreateAllottedResourceBRG(execution)]]></bpmn2:script>
484 </bpmn2:scriptTask>
485 <bpmn2:sequenceFlow id="SequenceFlow_15vce9o" sourceRef="IntermediateCatchEvent_17pzn7m" targetRef="ScriptTask_05epj75" />
486 <bpmn2:sequenceFlow id="SequenceFlow_0yecpl2" sourceRef="ScriptTask_05epj75" targetRef="ExclusiveGateway_1xwfgxs" />
487 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_09vobbc" name="GoToCreateVG">
488 <bpmn2:incoming>SequenceFlow_0o6tf9p</bpmn2:incoming>
489 <bpmn2:linkEventDefinition name="CreateVG" />
490 </bpmn2:intermediateThrowEvent>
491 <bpmn2:sequenceFlow id="SequenceFlow_0o6tf9p" sourceRef="ExclusiveGateway_074qh5g" targetRef="IntermediateThrowEvent_09vobbc" />
492 <bpmn2:callActivity id="CallActivity_1els13v" name="DoCreate&#10;VNF and Modules&#10;" calledElement="DoCreateVnfAndModules">
493 <bpmn2:extensionElements>
494 <camunda:in source="msoRequestId" target="msoRequestId" />
495 <camunda:in source="disableRollback" target="disableRollback" />
496 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
497 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
498 <camunda:in source="productFamilyId" target="productFamilyId" />
499 <camunda:in source="vnfModelInfo" target="vnfModelInfo" />
500 <camunda:in source="lcpCloudRegionId" target="lcpCloudRegionId" />
501 <camunda:in source="tenantId" target="tenantId" />
502 <camunda:in source="sdncVersion" target="sdncVersion" />
503 <camunda:out source="rollbackData" target="DCVAM_rollbackData" />
504 <camunda:out source="WorkflowException" target="WorkflowException" />
505 <camunda:out source="vnfId" target="vnfId" />
506 <camunda:out source="vnfName" target="vnfName" />
507 <camunda:out source="vnfOutputParams" target="vnfOutputParams" />
508 <camunda:out source="rolledBack" target="rolledBack" />
509 <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
510 <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
511 <camunda:in source="serviceDecomposition" target="serviceDecomposition" />
512 </bpmn2:extensionElements>
513 <bpmn2:incoming>SequenceFlow_0ws7fjn</bpmn2:incoming>
514 <bpmn2:outgoing>SequenceFlow_1mkdhw9</bpmn2:outgoing>
515 </bpmn2:callActivity>
516 <bpmn2:scriptTask id="ScriptTask_0n1k77c" name="Prepare to Create VNF" scriptFormat="groovy">
517 <bpmn2:incoming>SequenceFlow_0p75l97</bpmn2:incoming>
518 <bpmn2:outgoing>SequenceFlow_0ws7fjn</bpmn2:outgoing>
Jim Hahn015b92c2017-10-11 11:49:51 -0400519 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400520def CreateVcpeResCustService= new CreateVcpeResCustService()
521CreateVcpeResCustService.prepareVnfAndModulesCreate(execution)]]></bpmn2:script>
522 </bpmn2:scriptTask>
523 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1xsowxp" name="GoToCreateAllottedResourcesBRG">
524 <bpmn2:incoming>SequenceFlow_1ufio7c</bpmn2:incoming>
525 <bpmn2:linkEventDefinition name="CreateAllottedResourcesBRG" />
526 </bpmn2:intermediateThrowEvent>
527 <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_19a50jz" name="CreateVG">
528 <bpmn2:outgoing>SequenceFlow_0aza7xq</bpmn2:outgoing>
529 <bpmn2:linkEventDefinition name="CreateVG" />
530 </bpmn2:intermediateCatchEvent>
531 <bpmn2:exclusiveGateway id="ExclusiveGateway_0yae9sb" name="Create VNF?" default="SequenceFlow_13iuk3s">
532 <bpmn2:incoming>SequenceFlow_0aza7xq</bpmn2:incoming>
533 <bpmn2:outgoing>SequenceFlow_0p75l97</bpmn2:outgoing>
534 <bpmn2:outgoing>SequenceFlow_13iuk3s</bpmn2:outgoing>
535 </bpmn2:exclusiveGateway>
536 <bpmn2:exclusiveGateway id="ExclusiveGateway_1hlbkue">
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400537 <bpmn2:incoming>SequenceFlow_13iuk3s</bpmn2:incoming>
Jim Hahn015b92c2017-10-11 11:49:51 -0400538 <bpmn2:incoming>SequenceFlow_0k5vcuu</bpmn2:incoming>
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400539 <bpmn2:outgoing>SequenceFlow_1ufio7c</bpmn2:outgoing>
540 </bpmn2:exclusiveGateway>
541 <bpmn2:sequenceFlow id="SequenceFlow_0ws7fjn" sourceRef="ScriptTask_0n1k77c" targetRef="CallActivity_1els13v" />
Jim Hahn015b92c2017-10-11 11:49:51 -0400542 <bpmn2:sequenceFlow id="SequenceFlow_1mkdhw9" name="in 1702 scope only one VNF will be created - if needed" sourceRef="CallActivity_1els13v" targetRef="ScriptTask_18w0jud">
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400543 <bpmn2:documentation>in 1702 scope only one VNF will be created</bpmn2:documentation>
544 </bpmn2:sequenceFlow>
545 <bpmn2:sequenceFlow id="SequenceFlow_0p75l97" name="Yes" sourceRef="ExclusiveGateway_0yae9sb" targetRef="ScriptTask_0n1k77c">
546 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CVRCS_VNFsCount") >0}]]></bpmn2:conditionExpression>
547 </bpmn2:sequenceFlow>
548 <bpmn2:sequenceFlow id="SequenceFlow_1ufio7c" sourceRef="ExclusiveGateway_1hlbkue" targetRef="IntermediateThrowEvent_1xsowxp" />
549 <bpmn2:sequenceFlow id="SequenceFlow_0aza7xq" sourceRef="IntermediateCatchEvent_19a50jz" targetRef="ExclusiveGateway_0yae9sb" />
550 <bpmn2:sequenceFlow id="SequenceFlow_13iuk3s" name="No" sourceRef="ExclusiveGateway_0yae9sb" targetRef="ExclusiveGateway_1hlbkue" />
551 <bpmn2:callActivity id="CallActivity_1ymzucb" name="Call Create TXC Allotted Resource&#10;" calledElement="DoCreateAllottedResourceTXC">
552 <bpmn2:extensionElements>
553 <camunda:in source="msoRequestId" target="msoRequestId" />
554 <camunda:in source="disableRollback" target="disableRollback" />
555 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
556 <camunda:in source="failExists" target="failExists" />
557 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
558 <camunda:in source="parentServiceInstanceIdTXC" target="parentServiceInstanceId" />
559 <camunda:in source="serviceChainServiceInstanceId" target="serviceChainServiceInstanceId" />
560 <camunda:in source="allottedResourceIdTXC" target="allottedResourceId" />
561 <camunda:in source="allottedResourceModelInfoTXC" target="allottedResourceModelInfo" />
562 <camunda:in source="allottedResourceRoleTXC" target="allottedResourceRole" />
563 <camunda:out source="rollbackData" target="DCARTXC_rollbackData" />
564 <camunda:out source="rolledBack" target="rolledBack" />
565 <camunda:out source="WorkflowException" target="WorkflowException" />
566 <camunda:out source="allottedResourceId" target="DCARTXC_allottedResourceId" />
567 <camunda:out source="vni" target="vni" />
568 <camunda:out source="vgmuxBearerIP" target="vgmuxBearerIP" />
569 <camunda:out source="vgmuxLanIP" target="vgmuxLanIP" />
570 <camunda:in source="allottedResourceTypeTXC" target="allottedResourceType" />
571 <camunda:in source="brgWanMacAddress" target="brgWanMacAddress" />
572 </bpmn2:extensionElements>
573 <bpmn2:incoming>SequenceFlow_16qob4p</bpmn2:incoming>
574 <bpmn2:outgoing>SequenceFlow_1cgpklo</bpmn2:outgoing>
575 </bpmn2:callActivity>
576 <bpmn2:sequenceFlow id="SequenceFlow_1cgpklo" sourceRef="CallActivity_1ymzucb" targetRef="ExclusiveGateway_074qh5g" />
Jim Hahn015b92c2017-10-11 11:49:51 -0400577 <bpmn2:scriptTask id="ScriptTask_0lpv2da" name="PostProcess&#10;Decompose&#10;Service&#10;" scriptFormat="groovy">
578 <bpmn2:incoming>SequenceFlow_17g05fd</bpmn2:incoming>
579 <bpmn2:outgoing>SequenceFlow_11efpvh</bpmn2:outgoing>
580 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
581def CreateVcpeResCustService = new CreateVcpeResCustService()
582CreateVcpeResCustService.processDecomposition(execution)]]></bpmn2:script>
583 </bpmn2:scriptTask>
584 <bpmn2:sequenceFlow id="SequenceFlow_11efpvh" sourceRef="ScriptTask_0lpv2da" targetRef="Task_1l0uvof" />
585 <bpmn2:scriptTask id="ScriptTask_18w0jud" name="Post Process Create VNF" scriptFormat="groovy">
586 <bpmn2:incoming>SequenceFlow_1mkdhw9</bpmn2:incoming>
587 <bpmn2:outgoing>SequenceFlow_0k5vcuu</bpmn2:outgoing>
588 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
589def CreateVcpeResCustService= new CreateVcpeResCustService()
590CreateVcpeResCustService.validateVnfCreate(execution)]]></bpmn2:script>
591 </bpmn2:scriptTask>
592 <bpmn2:sequenceFlow id="SequenceFlow_0k5vcuu" sourceRef="ScriptTask_18w0jud" targetRef="ExclusiveGateway_1hlbkue" />
Jim Hahnf4b277d2017-11-05 18:51:54 -0500593 <bpmn2:callActivity id="CallActivity_0xt1l8t" name="Call Create BRG Allotted Resource&#10;" calledElement="DoCreateAllottedResourceBRG">
594 <bpmn2:extensionElements>
595 <camunda:in source="msoRequestId" target="msoRequestId" />
596 <camunda:in source="disableRollback" target="disableRollback" />
597 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
598 <camunda:in source="failExists" target="failExists" />
599 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
600 <camunda:in source="parentServiceInstanceIdBRG" target="parentServiceInstanceId" />
601 <camunda:in source="allottedResourceIdBRG" target="allottedResourceId" />
602 <camunda:in source="allottedResourceModelInfoBRG" target="allottedResourceModelInfo" />
603 <camunda:in source="allottedResourceRoleBRG" target="allottedResourceRole" />
604 <camunda:out source="rollbackData" target="DCARBRG_rollbackData" />
605 <camunda:out source="rolledBack" target="rolledBack" />
606 <camunda:out source="WorkflowException" target="WorkflowException" />
607 <camunda:out source="allottedResourceId" target="DCARBRG_allottedResourceId" />
608 <camunda:out source="allottedResourceName" target="DCARBRG_allottedResourceName" />
609 <camunda:in source="allottedResourceTypeBRG" target="allottedResourceType" />
610 <camunda:in source="vni" target="vni" />
611 <camunda:in source="vgmuxBearerIP" target="vgmuxBearerIP" />
612 <camunda:in source="brgWanMacAddress" target="brgWanMacAddress" />
613 </bpmn2:extensionElements>
614 <bpmn2:incoming>SequenceFlow_0b5ztoe</bpmn2:incoming>
615 <bpmn2:outgoing>SequenceFlow_0e9e6fo</bpmn2:outgoing>
616 </bpmn2:callActivity>
617 <bpmn2:sequenceFlow id="SequenceFlow_0e9e6fo" sourceRef="CallActivity_0xt1l8t" targetRef="ExclusiveGateway_0jqgskx" />
Jim Hahn8d496b42017-11-06 10:27:21 -0500618 <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1x88t9v" name="Await AAI Distribution&#10;&#10;">
619 <bpmn2:incoming>SequenceFlow_0sjpja4</bpmn2:incoming>
620 <bpmn2:outgoing>SequenceFlow_1db0ri1</bpmn2:outgoing>
621 <bpmn2:timerEventDefinition>
622 <bpmn2:timeDuration xsi:type="bpmn2:tFormalExpression">${aaiDistDelay}</bpmn2:timeDuration>
623 </bpmn2:timerEventDefinition>
624 </bpmn2:intermediateCatchEvent>
625 <bpmn2:sequenceFlow id="SequenceFlow_0sjpja4" sourceRef="updateInfraRequest" targetRef="IntermediateCatchEvent_1x88t9v" />
626 <bpmn2:sequenceFlow id="SequenceFlow_1db0ri1" sourceRef="IntermediateCatchEvent_1x88t9v" targetRef="IntermediateThrowEvent_1as6hoa" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400627 </bpmn2:process>
628 <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
629 <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
630 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
631 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateVcpeResCustService">
632 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createVCPE_startEvent">
633 <dc:Bounds x="87" y="215" width="36" height="36" />
634 <bpmndi:BPMNLabel>
635 <dc:Bounds x="80" y="256" width="51" height="14" />
636 </bpmndi:BPMNLabel>
637 </bpmndi:BPMNShape>
638 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
639 <dc:Bounds x="276" y="193" width="100" height="80" />
640 </bpmndi:BPMNShape>
641 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61">
642 <di:waypoint xsi:type="dc:Point" x="123" y="233" />
643 <di:waypoint xsi:type="dc:Point" x="276" y="233" />
644 <bpmndi:BPMNLabel>
645 <dc:Bounds x="165" y="233" width="0" height="0" />
646 </bpmndi:BPMNLabel>
647 </bpmndi:BPMNEdge>
648 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_4" bpmnElement="callCompleteMsoProcess_CallActivity">
649 <dc:Bounds x="763" y="1432" width="100" height="80" />
650 </bpmndi:BPMNShape>
651 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_80" bpmnElement="postProcessAndCompletionRequest_ScriptTask">
652 <dc:Bounds x="490" y="1432" width="100" height="80" />
653 </bpmndi:BPMNShape>
654 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_61" targetElement="_BPMNShape_ScriptTask_127">
655 <di:waypoint xsi:type="dc:Point" x="376" y="233" />
656 <di:waypoint xsi:type="dc:Point" x="467" y="233" />
657 <bpmndi:BPMNLabel>
658 <dc:Bounds x="265" y="194" width="0" height="0" />
659 </bpmndi:BPMNLabel>
660 </bpmndi:BPMNEdge>
661 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_127" bpmnElement="sendSyncAckResponse_ScriptTask">
662 <dc:Bounds x="467" y="193" width="100" height="80" />
663 </bpmndi:BPMNShape>
664 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_42" bpmnElement="SequenceFlow_29" sourceElement="_BPMNShape_ScriptTask_80" targetElement="_BPMNShape_CallActivity_4">
665 <di:waypoint xsi:type="dc:Point" x="590" y="1472" />
666 <di:waypoint xsi:type="dc:Point" x="763" y="1472" />
667 <bpmndi:BPMNLabel>
668 <dc:Bounds x="677" y="1457" width="0" height="0" />
669 </bpmndi:BPMNLabel>
670 </bpmndi:BPMNEdge>
671 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="CreateVCPE_EndEvent">
672 <dc:Bounds x="1262" y="1452" width="36" height="36" />
673 <bpmndi:BPMNLabel>
674 <dc:Bounds x="1269" y="1493" width="21" height="14" />
675 </bpmndi:BPMNLabel>
676 </bpmndi:BPMNShape>
677 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_CallActivity_4" targetElement="_BPMNShape_ScriptTask_337">
678 <di:waypoint xsi:type="dc:Point" x="863" y="1472" />
679 <di:waypoint xsi:type="dc:Point" x="1071" y="1471" />
680 <bpmndi:BPMNLabel>
681 <dc:Bounds x="967" y="1457" width="0" height="0" />
682 </bpmndi:BPMNLabel>
683 </bpmndi:BPMNEdge>
684 <bpmndi:BPMNShape id="_BPMNShape_SubProcess_27" bpmnElement="UnexpectedError_SubProcess_1" isExpanded="true">
685 <dc:Bounds x="1257" y="1702" width="409" height="232" />
686 </bpmndi:BPMNShape>
687 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_70" bpmnElement="StartEvent_1">
688 <dc:Bounds x="1325" y="1807" width="36" height="36" />
689 <bpmndi:BPMNLabel>
690 <dc:Bounds x="1343" y="1848" width="0" height="0" />
691 </bpmndi:BPMNLabel>
692 </bpmndi:BPMNShape>
693 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_269" bpmnElement="ScriptTask_1">
694 <dc:Bounds x="1400" y="1785" width="100" height="80" />
695 </bpmndi:BPMNShape>
696 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_219" bpmnElement="EndEvent_1">
697 <dc:Bounds x="1553" y="1807" width="36" height="36" />
698 <bpmndi:BPMNLabel>
699 <dc:Bounds x="1571" y="1848" width="0" height="0" />
700 </bpmndi:BPMNLabel>
701 </bpmndi:BPMNShape>
702 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_StartEvent_70" targetElement="_BPMNShape_ScriptTask_269">
703 <di:waypoint xsi:type="dc:Point" x="1361" y="1825" />
704 <di:waypoint xsi:type="dc:Point" x="1400" y="1825" />
705 <bpmndi:BPMNLabel>
706 <dc:Bounds x="1389" y="1825" width="0" height="0" />
707 </bpmndi:BPMNLabel>
708 </bpmndi:BPMNEdge>
709 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ScriptTask_269" targetElement="_BPMNShape_EndEvent_219">
710 <di:waypoint xsi:type="dc:Point" x="1500" y="1825" />
711 <di:waypoint xsi:type="dc:Point" x="1533" y="1825" />
712 <di:waypoint xsi:type="dc:Point" x="1533" y="1825" />
713 <di:waypoint xsi:type="dc:Point" x="1553" y="1825" />
714 <bpmndi:BPMNLabel>
715 <dc:Bounds x="1548" y="1825" width="0" height="0" />
716 </bpmndi:BPMNLabel>
717 </bpmndi:BPMNEdge>
718 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_75" bpmnElement="doCreateServiceInstance_CallActivity">
719 <dc:Bounds x="456" y="543" width="100" height="80" />
720 </bpmndi:BPMNShape>
721 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_127">
722 <di:waypoint xsi:type="dc:Point" x="567" y="233" />
723 <di:waypoint xsi:type="dc:Point" x="719" y="233" />
724 <bpmndi:BPMNLabel>
725 <dc:Bounds x="643" y="218" width="0" height="0" />
726 </bpmndi:BPMNLabel>
727 </bpmndi:BPMNEdge>
728 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_337" bpmnElement="ScriptTask_2">
729 <dc:Bounds x="1071" y="1431" width="100" height="80" />
730 </bpmndi:BPMNShape>
731 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_337" targetElement="_BPMNShape_EndEvent_177">
732 <di:waypoint xsi:type="dc:Point" x="1171" y="1470" />
733 <di:waypoint xsi:type="dc:Point" x="1262" y="1470" />
734 <bpmndi:BPMNLabel>
735 <dc:Bounds x="1217" y="1455" width="0" height="0" />
736 </bpmndi:BPMNLabel>
737 </bpmndi:BPMNEdge>
738 <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_35" bpmnElement="IntermediateCatchEvent_3">
739 <dc:Bounds x="87" y="370" width="36" height="36" />
740 <bpmndi:BPMNLabel>
741 <dc:Bounds x="80" y="406" width="50" height="14" />
742 </bpmndi:BPMNLabel>
743 </bpmndi:BPMNShape>
744 <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_36" bpmnElement="IntermediateCatchEvent_4">
745 <dc:Bounds x="60" y="1454" width="36" height="36" />
746 <bpmndi:BPMNLabel>
747 <dc:Bounds x="39" y="1490" width="78" height="14" />
748 </bpmndi:BPMNLabel>
749 </bpmndi:BPMNShape>
750 <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_49" bpmnElement="IntermediateThrowEvent_2">
751 <dc:Bounds x="719" y="215" width="36" height="36" />
752 <bpmndi:BPMNLabel>
753 <dc:Bounds x="697" y="256" width="79" height="14" />
754 </bpmndi:BPMNLabel>
755 </bpmndi:BPMNShape>
756 <bpmndi:BPMNShape id="SubProcess_0s6hpty_di" bpmnElement="SubProcess_0s6hpty" isExpanded="true">
Jim Hahn015b92c2017-10-11 11:49:51 -0400757 <dc:Bounds x="-266" y="1649" width="1482" height="1528" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400758 </bpmndi:BPMNShape>
759 <bpmndi:BPMNShape id="ExclusiveGateway_1vwgs6p_di" bpmnElement="ExclusiveGateway_1vwgs6p" isMarkerVisible="true">
Jim Hahn015b92c2017-10-11 11:49:51 -0400760 <dc:Bounds x="50" y="2971" width="50" height="50" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400761 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -0400762 <dc:Bounds x="38" y="3031" width="78" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400763 </bpmndi:BPMNLabel>
764 </bpmndi:BPMNShape>
765 <bpmndi:BPMNShape id="StartEvent_1bwmffk_di" bpmnElement="StartEvent_1bwmffk">
Jim Hahn015b92c2017-10-11 11:49:51 -0400766 <dc:Bounds x="-63" y="2979" width="36" height="36" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400767 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -0400768 <dc:Bounds x="-69" y="3020" width="51" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400769 </bpmndi:BPMNLabel>
770 </bpmndi:BPMNShape>
771 <bpmndi:BPMNShape id="ExclusiveGateway_0ydrtdx_di" bpmnElement="ExclusiveGateway_0ydrtdx" isMarkerVisible="true">
Jim Hahn015b92c2017-10-11 11:49:51 -0400772 <dc:Bounds x="50" y="2888" width="50" height="50" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400773 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -0400774 <dc:Bounds x="-15" y="2903" width="46" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400775 </bpmndi:BPMNLabel>
776 </bpmndi:BPMNShape>
777 <bpmndi:BPMNShape id="ExclusiveGateway_1kvn1pz_di" bpmnElement="ExclusiveGateway_1kvn1pz" isMarkerVisible="true">
Jim Hahn015b92c2017-10-11 11:49:51 -0400778 <dc:Bounds x="177" y="1821" width="50" height="50" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400779 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -0400780 <dc:Bounds x="110" y="1815" width="78" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400781 </bpmndi:BPMNLabel>
782 </bpmndi:BPMNShape>
783 <bpmndi:BPMNShape id="CallActivity_0jw5tqa_di" bpmnElement="CallActivity_0jw5tqa">
Jim Hahn015b92c2017-10-11 11:49:51 -0400784 <dc:Bounds x="1023" y="2945" width="100" height="80" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400785 </bpmndi:BPMNShape>
786 <bpmndi:BPMNShape id="EndEvent_04xute7_di" bpmnElement="EndEvent_04xute7">
Jim Hahn015b92c2017-10-11 11:49:51 -0400787 <dc:Bounds x="1160" y="2967" width="36" height="36" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400788 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -0400789 <dc:Bounds x="1133" y="3008" width="90" height="0" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400790 </bpmndi:BPMNLabel>
791 </bpmndi:BPMNShape>
792 <bpmndi:BPMNShape id="ScriptTask_0yk02h3_di" bpmnElement="ScriptTask_0yk02h3">
Jim Hahn015b92c2017-10-11 11:49:51 -0400793 <dc:Bounds x="891" y="2945" width="100" height="80" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400794 </bpmndi:BPMNShape>
795 <bpmndi:BPMNEdge id="SequenceFlow_0zpbskl_di" bpmnElement="SequenceFlow_0zpbskl">
Jim Hahn015b92c2017-10-11 11:49:51 -0400796 <di:waypoint xsi:type="dc:Point" x="75" y="2971" />
797 <di:waypoint xsi:type="dc:Point" x="75" y="2938" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400798 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -0400799 <dc:Bounds x="81" y="2958" width="19" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400800 </bpmndi:BPMNLabel>
801 </bpmndi:BPMNEdge>
802 <bpmndi:BPMNEdge id="SequenceFlow_0dhf2js_di" bpmnElement="SequenceFlow_0dhf2js">
Jim Hahn015b92c2017-10-11 11:49:51 -0400803 <di:waypoint xsi:type="dc:Point" x="100" y="2996" />
804 <di:waypoint xsi:type="dc:Point" x="734" y="2996" />
805 <di:waypoint xsi:type="dc:Point" x="734" y="2938" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400806 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -0400807 <dc:Bounds x="140" y="3001" width="14" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400808 </bpmndi:BPMNLabel>
809 </bpmndi:BPMNEdge>
810 <bpmndi:BPMNEdge id="SequenceFlow_1sx5llu_di" bpmnElement="SequenceFlow_1sx5llu">
Jim Hahn015b92c2017-10-11 11:49:51 -0400811 <di:waypoint xsi:type="dc:Point" x="100" y="2913" />
812 <di:waypoint xsi:type="dc:Point" x="405" y="2913" />
813 <di:waypoint xsi:type="dc:Point" x="405" y="2913" />
814 <di:waypoint xsi:type="dc:Point" x="709" y="2913" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400815 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -0400816 <dc:Bounds x="419" y="2917" width="19" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400817 </bpmndi:BPMNLabel>
818 </bpmndi:BPMNEdge>
819 <bpmndi:BPMNEdge id="SequenceFlow_02o4yqx_di" bpmnElement="SequenceFlow_02o4yqx">
Jim Hahn015b92c2017-10-11 11:49:51 -0400820 <di:waypoint xsi:type="dc:Point" x="75" y="2888" />
821 <di:waypoint xsi:type="dc:Point" x="75" y="2866" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400822 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -0400823 <dc:Bounds x="86" y="2871" width="14" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400824 </bpmndi:BPMNLabel>
825 </bpmndi:BPMNEdge>
826 <bpmndi:BPMNEdge id="SequenceFlow_19mxskt_di" bpmnElement="SequenceFlow_19mxskt">
Jim Hahn015b92c2017-10-11 11:49:51 -0400827 <di:waypoint xsi:type="dc:Point" x="202" y="1821" />
828 <di:waypoint xsi:type="dc:Point" x="202" y="1725" />
829 <di:waypoint xsi:type="dc:Point" x="681" y="1725" />
830 <di:waypoint xsi:type="dc:Point" x="681" y="1941" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400831 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -0400832 <dc:Bounds x="392" y="1704" width="14" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400833 </bpmndi:BPMNLabel>
834 </bpmndi:BPMNEdge>
835 <bpmndi:BPMNShape id="ScriptTask_1gacz45_di" bpmnElement="prepareCreateService_scriptTask">
836 <dc:Bounds x="250" y="543" width="100" height="80" />
837 </bpmndi:BPMNShape>
838 <bpmndi:BPMNShape id="ScriptTask_11b4gmn_di" bpmnElement="setPONR_ScriptTask">
839 <dc:Bounds x="204" y="1432" width="100" height="80" />
840 </bpmndi:BPMNShape>
841 <bpmndi:BPMNEdge id="SequenceFlow_12ilko1_di" bpmnElement="SequenceFlow_12ilko1">
842 <di:waypoint xsi:type="dc:Point" x="96" y="1472" />
843 <di:waypoint xsi:type="dc:Point" x="204" y="1472" />
844 <bpmndi:BPMNLabel>
845 <dc:Bounds x="150" y="1447" width="0" height="0" />
846 </bpmndi:BPMNLabel>
847 </bpmndi:BPMNEdge>
848 <bpmndi:BPMNEdge id="SequenceFlow_0afe2pg_di" bpmnElement="SequenceFlow_0afe2pg">
849 <di:waypoint xsi:type="dc:Point" x="304" y="1472" />
850 <di:waypoint xsi:type="dc:Point" x="447" y="1472" />
851 <di:waypoint xsi:type="dc:Point" x="490" y="1472" />
852 <bpmndi:BPMNLabel>
853 <dc:Bounds x="376" y="1457" width="0" height="0" />
854 </bpmndi:BPMNLabel>
855 </bpmndi:BPMNEdge>
856 <bpmndi:BPMNShape id="CallActivity_0oh7wzu_di" bpmnElement="DoRollbackService_CallActivity">
Jim Hahn015b92c2017-10-11 11:49:51 -0400857 <dc:Bounds x="976" y="1926" width="100" height="80" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400858 </bpmndi:BPMNShape>
859 <bpmndi:BPMNShape id="InclusiveGateway_0foywso_di" bpmnElement="InclusiveGateway_0foywso">
Jim Hahn015b92c2017-10-11 11:49:51 -0400860 <dc:Bounds x="709" y="2888" width="50" height="50" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400861 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -0400862 <dc:Bounds x="689" y="2943" width="90" height="0" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400863 </bpmndi:BPMNLabel>
864 </bpmndi:BPMNShape>
865 <bpmndi:BPMNEdge id="SequenceFlow_1f1hd3l_di" bpmnElement="SequenceFlow_1f1hd3l">
Jim Hahn015b92c2017-10-11 11:49:51 -0400866 <di:waypoint xsi:type="dc:Point" x="1026" y="2006" />
867 <di:waypoint xsi:type="dc:Point" x="1026" y="2103" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400868 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -0400869 <dc:Bounds x="996" y="2055" width="90" height="0" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400870 </bpmndi:BPMNLabel>
871 </bpmndi:BPMNEdge>
872 <bpmndi:BPMNEdge id="SequenceFlow_0jg47xm_di" bpmnElement="SequenceFlow_0jg47xm">
Jim Hahn015b92c2017-10-11 11:49:51 -0400873 <di:waypoint xsi:type="dc:Point" x="759" y="2913" />
874 <di:waypoint xsi:type="dc:Point" x="941" y="2913" />
875 <di:waypoint xsi:type="dc:Point" x="941" y="2945" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400876 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -0400877 <dc:Bounds x="805" y="2898" width="90" height="0" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400878 </bpmndi:BPMNLabel>
879 </bpmndi:BPMNEdge>
880 <bpmndi:BPMNEdge id="SequenceFlow_0807ukc_di" bpmnElement="SequenceFlow_0807ukc">
Jim Hahn015b92c2017-10-11 11:49:51 -0400881 <di:waypoint xsi:type="dc:Point" x="991" y="2985" />
882 <di:waypoint xsi:type="dc:Point" x="1023" y="2985" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400883 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -0400884 <dc:Bounds x="962" y="2970" width="90" height="0" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400885 </bpmndi:BPMNLabel>
886 </bpmndi:BPMNEdge>
887 <bpmndi:BPMNEdge id="SequenceFlow_19yywk8_di" bpmnElement="SequenceFlow_19yywk8">
Jim Hahn015b92c2017-10-11 11:49:51 -0400888 <di:waypoint xsi:type="dc:Point" x="1123" y="2985" />
889 <di:waypoint xsi:type="dc:Point" x="1160" y="2985" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400890 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -0400891 <dc:Bounds x="1097" y="2970" width="90" height="0" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400892 </bpmndi:BPMNLabel>
893 </bpmndi:BPMNEdge>
894 <bpmndi:BPMNShape id="IntermediateThrowEvent_0prlju0_di" bpmnElement="IntermediateThrowEvent_0prlju0">
895 <dc:Bounds x="1056" y="370" width="36" height="36" />
896 <bpmndi:BPMNLabel>
897 <dc:Bounds x="1025" y="411" width="97" height="14" />
898 </bpmndi:BPMNLabel>
899 </bpmndi:BPMNShape>
900 <bpmndi:BPMNEdge id="SequenceFlow_0j6sjye_di" bpmnElement="SequenceFlow_0j6sjye">
901 <di:waypoint xsi:type="dc:Point" x="350" y="583" />
902 <di:waypoint xsi:type="dc:Point" x="456" y="583" />
903 <bpmndi:BPMNLabel>
904 <dc:Bounds x="403" y="568" width="0" height="0" />
905 </bpmndi:BPMNLabel>
906 </bpmndi:BPMNEdge>
907 <bpmndi:BPMNShape id="ExclusiveGateway_05indeh_di" bpmnElement="ExclusiveGateway_05indeh" isMarkerVisible="true">
Jim Hahn015b92c2017-10-11 11:49:51 -0400908 <dc:Bounds x="656" y="1941" width="50" height="50" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400909 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -0400910 <dc:Bounds x="718" y="1923" width="82" height="24" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400911 </bpmndi:BPMNLabel>
912 </bpmndi:BPMNShape>
913 <bpmndi:BPMNEdge id="SequenceFlow_0sezboq_di" bpmnElement="SequenceFlow_0sezboq">
Jim Hahn015b92c2017-10-11 11:49:51 -0400914 <di:waypoint xsi:type="dc:Point" x="681" y="1991" />
915 <di:waypoint xsi:type="dc:Point" x="681" y="2128" />
916 <di:waypoint xsi:type="dc:Point" x="1001" y="2128" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400917 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -0400918 <dc:Bounds x="689" y="2045" width="14" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400919 </bpmndi:BPMNLabel>
920 </bpmndi:BPMNEdge>
921 <bpmndi:BPMNShape id="ServiceTask_16yhzej_di" bpmnElement="updateInfraRequest">
922 <dc:Bounds x="794" y="543" width="100" height="80" />
923 </bpmndi:BPMNShape>
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400924 <bpmndi:BPMNShape id="ScriptTask_1qd3uwb_di" bpmnElement="ScriptTask_1qd3uwb">
925 <dc:Bounds x="623" y="543" width="100" height="80" />
926 </bpmndi:BPMNShape>
927 <bpmndi:BPMNEdge id="SequenceFlow_1ky2sv9_di" bpmnElement="SequenceFlow_1ky2sv9">
928 <di:waypoint xsi:type="dc:Point" x="556" y="583" />
929 <di:waypoint xsi:type="dc:Point" x="623" y="583" />
930 <bpmndi:BPMNLabel>
931 <dc:Bounds x="590" y="568" width="0" height="0" />
932 </bpmndi:BPMNLabel>
933 </bpmndi:BPMNEdge>
934 <bpmndi:BPMNEdge id="SequenceFlow_0vj46ej_di" bpmnElement="SequenceFlow_0vj46ej">
935 <di:waypoint xsi:type="dc:Point" x="723" y="583" />
936 <di:waypoint xsi:type="dc:Point" x="794" y="583" />
937 <bpmndi:BPMNLabel>
938 <dc:Bounds x="759" y="568" width="0" height="0" />
939 </bpmndi:BPMNLabel>
940 </bpmndi:BPMNEdge>
941 <bpmndi:BPMNShape id="ScriptTask_17doerz_di" bpmnElement="ScriptTask_17doerz">
Jim Hahn015b92c2017-10-11 11:49:51 -0400942 <dc:Bounds x="25" y="2786" width="100" height="80" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400943 </bpmndi:BPMNShape>
944 <bpmndi:BPMNEdge id="SequenceFlow_0zq7i3q_di" bpmnElement="SequenceFlow_0zq7i3q">
Jim Hahn015b92c2017-10-11 11:49:51 -0400945 <di:waypoint xsi:type="dc:Point" x="-27" y="2997" />
946 <di:waypoint xsi:type="dc:Point" x="20" y="2997" />
947 <di:waypoint xsi:type="dc:Point" x="20" y="2996" />
948 <di:waypoint xsi:type="dc:Point" x="50" y="2996" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400949 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -0400950 <dc:Bounds x="-56" y="2998" width="90" height="0" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400951 </bpmndi:BPMNLabel>
952 </bpmndi:BPMNEdge>
953 <bpmndi:BPMNShape id="InclusiveGateway_0m9f5ka_di" bpmnElement="InclusiveGateway_0m9f5ka">
Jim Hahn015b92c2017-10-11 11:49:51 -0400954 <dc:Bounds x="1001" y="2103" width="50" height="50" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400955 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -0400956 <dc:Bounds x="981" y="2158" width="90" height="0" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400957 </bpmndi:BPMNLabel>
958 </bpmndi:BPMNShape>
959 <bpmndi:BPMNShape id="ScriptTask_0wyub4x_di" bpmnElement="ScriptTask_0wyub4x">
Jim Hahn015b92c2017-10-11 11:49:51 -0400960 <dc:Bounds x="684" y="2786" width="100" height="80" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400961 </bpmndi:BPMNShape>
962 <bpmndi:BPMNEdge id="SequenceFlow_1rabks0_di" bpmnElement="SequenceFlow_1rabks0">
Jim Hahn015b92c2017-10-11 11:49:51 -0400963 <di:waypoint xsi:type="dc:Point" x="734" y="2866" />
964 <di:waypoint xsi:type="dc:Point" x="734" y="2888" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400965 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -0400966 <dc:Bounds x="704" y="2877" width="90" height="0" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400967 </bpmndi:BPMNLabel>
968 </bpmndi:BPMNEdge>
969 <bpmndi:BPMNShape id="CallActivity_0w2alah_di" bpmnElement="DecomposeService">
970 <dc:Bounds x="467" y="348" width="100" height="80" />
971 </bpmndi:BPMNShape>
972 <bpmndi:BPMNShape id="ScriptTask_0cdtchu_di" bpmnElement="ScriptTask_0cdtchu">
973 <dc:Bounds x="276" y="348" width="100" height="80" />
974 </bpmndi:BPMNShape>
975 <bpmndi:BPMNEdge id="SequenceFlow_1eu60rt_di" bpmnElement="SequenceFlow_1eu60rt">
976 <di:waypoint xsi:type="dc:Point" x="123" y="388" />
977 <di:waypoint xsi:type="dc:Point" x="276" y="388" />
978 <bpmndi:BPMNLabel>
979 <dc:Bounds x="200" y="373" width="0" height="0" />
980 </bpmndi:BPMNLabel>
981 </bpmndi:BPMNEdge>
982 <bpmndi:BPMNEdge id="SequenceFlow_00h6hmd_di" bpmnElement="SequenceFlow_00h6hmd">
983 <di:waypoint xsi:type="dc:Point" x="376" y="388" />
984 <di:waypoint xsi:type="dc:Point" x="467" y="388" />
985 <bpmndi:BPMNLabel>
986 <dc:Bounds x="422" y="373" width="0" height="0" />
987 </bpmndi:BPMNLabel>
988 </bpmndi:BPMNEdge>
989 <bpmndi:BPMNShape id="ScriptTask_0vf9bei_di" bpmnElement="ScriptTask_0vf9bei">
990 <dc:Bounds x="184" y="801" width="100" height="80" />
991 </bpmndi:BPMNShape>
992 <bpmndi:BPMNShape id="IntermediateCatchEvent_110rm9l_di" bpmnElement="IntermediateCatchEvent_110rm9l">
993 <dc:Bounds x="83" y="823" width="36" height="36" />
994 <bpmndi:BPMNLabel>
995 <dc:Bounds x="57" y="859" width="86" height="24" />
996 </bpmndi:BPMNLabel>
997 </bpmndi:BPMNShape>
998 <bpmndi:BPMNEdge id="SequenceFlow_0x9pjgm_di" bpmnElement="SequenceFlow_0x9pjgm">
999 <di:waypoint xsi:type="dc:Point" x="119" y="841" />
1000 <di:waypoint xsi:type="dc:Point" x="184" y="841" />
1001 <bpmndi:BPMNLabel>
1002 <dc:Bounds x="107" y="826" width="90" height="0" />
1003 </bpmndi:BPMNLabel>
1004 </bpmndi:BPMNEdge>
1005 <bpmndi:BPMNShape id="ExclusiveGateway_06gq6em_di" bpmnElement="ExclusiveGateway_06gq6em" isMarkerVisible="true">
Jim Hahn015b92c2017-10-11 11:49:51 -04001006 <dc:Bounds x="50" y="2603" width="50" height="50" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001007 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001008 <dc:Bounds x="-37" y="2618" width="80" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001009 </bpmndi:BPMNLabel>
1010 </bpmndi:BPMNShape>
1011 <bpmndi:BPMNShape id="CallActivity_1bpuf2p_di" bpmnElement="CallActivity_1bpuf2p">
Jim Hahn015b92c2017-10-11 11:49:51 -04001012 <dc:Bounds x="152" y="2518" width="100" height="80" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001013 </bpmndi:BPMNShape>
1014 <bpmndi:BPMNShape id="InclusiveGateway_131ozdf_di" bpmnElement="InclusiveGateway_131ozdf">
Jim Hahn015b92c2017-10-11 11:49:51 -04001015 <dc:Bounds x="50" y="2431" width="50" height="50" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001016 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001017 <dc:Bounds x="30" y="2486" width="90" height="0" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001018 </bpmndi:BPMNLabel>
1019 </bpmndi:BPMNShape>
1020 <bpmndi:BPMNEdge id="SequenceFlow_0orpdrl_di" bpmnElement="SequenceFlow_0orpdrl">
Jim Hahn015b92c2017-10-11 11:49:51 -04001021 <di:waypoint xsi:type="dc:Point" x="100" y="2628" />
1022 <di:waypoint xsi:type="dc:Point" x="202" y="2628" />
1023 <di:waypoint xsi:type="dc:Point" x="202" y="2598" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001024 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001025 <dc:Bounds x="141" y="2613" width="19" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001026 </bpmndi:BPMNLabel>
1027 </bpmndi:BPMNEdge>
1028 <bpmndi:BPMNEdge id="SequenceFlow_1t3cnnx_di" bpmnElement="SequenceFlow_1t3cnnx">
Jim Hahn015b92c2017-10-11 11:49:51 -04001029 <di:waypoint xsi:type="dc:Point" x="202" y="2518" />
1030 <di:waypoint xsi:type="dc:Point" x="202" y="2481" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001031 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001032 <dc:Bounds x="172" y="2500" width="90" height="0" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001033 </bpmndi:BPMNLabel>
1034 </bpmndi:BPMNEdge>
1035 <bpmndi:BPMNEdge id="SequenceFlow_0ya1cr3_di" bpmnElement="SequenceFlow_0ya1cr3">
Jim Hahn015b92c2017-10-11 11:49:51 -04001036 <di:waypoint xsi:type="dc:Point" x="75" y="2603" />
1037 <di:waypoint xsi:type="dc:Point" x="75" y="2542" />
1038 <di:waypoint xsi:type="dc:Point" x="75" y="2542" />
1039 <di:waypoint xsi:type="dc:Point" x="75" y="2481" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001040 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001041 <dc:Bounds x="88" y="2508" width="14" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001042 </bpmndi:BPMNLabel>
1043 </bpmndi:BPMNEdge>
1044 <bpmndi:BPMNShape id="ExclusiveGateway_1oudh6l_di" bpmnElement="ExclusiveGateway_1oudh6l" isMarkerVisible="true">
1045 <dc:Bounds x="332" y="816" width="50" height="50" />
1046 <bpmndi:BPMNLabel>
1047 <dc:Bounds x="399" y="829" width="76" height="24" />
1048 </bpmndi:BPMNLabel>
1049 </bpmndi:BPMNShape>
1050 <bpmndi:BPMNShape id="ExclusiveGateway_074qh5g_di" bpmnElement="ExclusiveGateway_074qh5g" isMarkerVisible="true">
1051 <dc:Bounds x="512" y="796" width="50" height="50" />
1052 <bpmndi:BPMNLabel>
1053 <dc:Bounds x="492" y="846" width="90" height="0" />
1054 </bpmndi:BPMNLabel>
1055 </bpmndi:BPMNShape>
1056 <bpmndi:BPMNEdge id="SequenceFlow_0ofjahh_di" bpmnElement="SequenceFlow_0ofjahh">
1057 <di:waypoint xsi:type="dc:Point" x="357" y="866" />
1058 <di:waypoint xsi:type="dc:Point" x="357" y="901" />
1059 <di:waypoint xsi:type="dc:Point" x="537" y="901" />
1060 <di:waypoint xsi:type="dc:Point" x="537" y="846" />
1061 <bpmndi:BPMNLabel>
1062 <dc:Bounds x="441" y="886" width="16" height="12" />
1063 </bpmndi:BPMNLabel>
1064 </bpmndi:BPMNEdge>
1065 <bpmndi:BPMNEdge id="SequenceFlow_1kgaq0j_di" bpmnElement="SequenceFlow_1kgaq0j">
1066 <di:waypoint xsi:type="dc:Point" x="284" y="841" />
1067 <di:waypoint xsi:type="dc:Point" x="332" y="841" />
1068 <bpmndi:BPMNLabel>
1069 <dc:Bounds x="263" y="826" width="90" height="0" />
1070 </bpmndi:BPMNLabel>
1071 </bpmndi:BPMNEdge>
1072 <bpmndi:BPMNEdge id="SequenceFlow_16qob4p_di" bpmnElement="SequenceFlow_16qob4p">
1073 <di:waypoint xsi:type="dc:Point" x="357" y="816" />
1074 <di:waypoint xsi:type="dc:Point" x="357" y="730" />
1075 <di:waypoint xsi:type="dc:Point" x="400" y="730" />
1076 <bpmndi:BPMNLabel>
1077 <dc:Bounds x="362" y="763" width="21" height="12" />
1078 </bpmndi:BPMNLabel>
1079 </bpmndi:BPMNEdge>
1080 <bpmndi:BPMNShape id="ExclusiveGateway_14tl857_di" bpmnElement="ExclusiveGateway_14tl857" isMarkerVisible="true">
Jim Hahn015b92c2017-10-11 11:49:51 -04001081 <dc:Bounds x="50" y="2282" width="50" height="50" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001082 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001083 <dc:Bounds x="-24" y="2297" width="57" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001084 </bpmndi:BPMNLabel>
1085 </bpmndi:BPMNShape>
1086 <bpmndi:BPMNShape id="InclusiveGateway_142br6v_di" bpmnElement="InclusiveGateway_142br6v">
Jim Hahn015b92c2017-10-11 11:49:51 -04001087 <dc:Bounds x="50" y="2103" width="50" height="50" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001088 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001089 <dc:Bounds x="30" y="2158" width="90" height="0" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001090 </bpmndi:BPMNLabel>
1091 </bpmndi:BPMNShape>
1092 <bpmndi:BPMNEdge id="SequenceFlow_1kpdu1j_di" bpmnElement="SequenceFlow_1kpdu1j">
Jim Hahn015b92c2017-10-11 11:49:51 -04001093 <di:waypoint xsi:type="dc:Point" x="75" y="2282" />
1094 <di:waypoint xsi:type="dc:Point" x="75" y="2153" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001095 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001096 <dc:Bounds x="83" y="2218" width="14" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001097 </bpmndi:BPMNLabel>
1098 </bpmndi:BPMNEdge>
1099 <bpmndi:BPMNShape id="ExclusiveGateway_1mjdcct_di" bpmnElement="ExclusiveGateway_1mjdcct" isMarkerVisible="true">
Jim Hahn015b92c2017-10-11 11:49:51 -04001100 <dc:Bounds x="177" y="2431" width="50" height="50" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001101 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001102 <dc:Bounds x="178" y="2393" width="48" height="24" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001103 </bpmndi:BPMNLabel>
1104 </bpmndi:BPMNShape>
1105 <bpmndi:BPMNEdge id="SequenceFlow_1sim44y_di" bpmnElement="SequenceFlow_1sim44y">
Jim Hahn015b92c2017-10-11 11:49:51 -04001106 <di:waypoint xsi:type="dc:Point" x="177" y="2456" />
1107 <di:waypoint xsi:type="dc:Point" x="100" y="2456" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001108 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001109 <dc:Bounds x="107" y="2431" width="19" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001110 </bpmndi:BPMNLabel>
1111 </bpmndi:BPMNEdge>
1112 <bpmndi:BPMNEdge id="SequenceFlow_0dr2fem_di" bpmnElement="SequenceFlow_0dr2fem">
Jim Hahn015b92c2017-10-11 11:49:51 -04001113 <di:waypoint xsi:type="dc:Point" x="226" y="2457" />
1114 <di:waypoint xsi:type="dc:Point" x="734" y="2457" />
1115 <di:waypoint xsi:type="dc:Point" x="734" y="2695" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001116 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001117 <dc:Bounds x="316" y="2436" width="14" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001118 </bpmndi:BPMNLabel>
1119 </bpmndi:BPMNEdge>
1120 <bpmndi:BPMNShape id="ExclusiveGateway_05dg1m1_di" bpmnElement="ExclusiveGateway_05dg1m1" isMarkerVisible="true">
Jim Hahn015b92c2017-10-11 11:49:51 -04001121 <dc:Bounds x="177" y="2103" width="50" height="50" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001122 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001123 <dc:Bounds x="178" y="2064" width="48" height="24" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001124 </bpmndi:BPMNLabel>
1125 </bpmndi:BPMNShape>
1126 <bpmndi:BPMNEdge id="SequenceFlow_1quvahv_di" bpmnElement="SequenceFlow_1quvahv">
Jim Hahn015b92c2017-10-11 11:49:51 -04001127 <di:waypoint xsi:type="dc:Point" x="177" y="2128" />
1128 <di:waypoint xsi:type="dc:Point" x="100" y="2128" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001129 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001130 <dc:Bounds x="129" y="2103" width="19" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001131 </bpmndi:BPMNLabel>
1132 </bpmndi:BPMNEdge>
1133 <bpmndi:BPMNEdge id="SequenceFlow_1mbymcu_di" bpmnElement="SequenceFlow_1mbymcu">
Jim Hahn015b92c2017-10-11 11:49:51 -04001134 <di:waypoint xsi:type="dc:Point" x="227" y="2128" />
1135 <di:waypoint xsi:type="dc:Point" x="1001" y="2128" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001136 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001137 <dc:Bounds x="290" y="2097" width="14" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001138 </bpmndi:BPMNLabel>
1139 </bpmndi:BPMNEdge>
1140 <bpmndi:BPMNShape id="IntermediateCatchEvent_1i1nwfx_di" bpmnElement="IntermediateCatchEvent_1i1nwfx">
1141 <dc:Bounds x="87" y="565" width="36" height="36" />
1142 <bpmndi:BPMNLabel>
1143 <dc:Bounds x="72" y="601" width="65" height="14" />
1144 </bpmndi:BPMNLabel>
1145 </bpmndi:BPMNShape>
1146 <bpmndi:BPMNShape id="IntermediateThrowEvent_1as6hoa_di" bpmnElement="IntermediateThrowEvent_1as6hoa">
Jim Hahn8d496b42017-11-06 10:27:21 -05001147 <dc:Bounds x="1027" y="666" width="36" height="36" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001148 <bpmndi:BPMNLabel>
Jim Hahn8d496b42017-11-06 10:27:21 -05001149 <dc:Bounds x="1002" y="707" width="85" height="36" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001150 </bpmndi:BPMNLabel>
1151 </bpmndi:BPMNShape>
1152 <bpmndi:BPMNEdge id="SequenceFlow_15odbkz_di" bpmnElement="SequenceFlow_15odbkz">
1153 <di:waypoint xsi:type="dc:Point" x="123" y="583" />
1154 <di:waypoint xsi:type="dc:Point" x="250" y="583" />
1155 <bpmndi:BPMNLabel>
1156 <dc:Bounds x="187" y="558" width="0" height="0" />
1157 </bpmndi:BPMNLabel>
1158 </bpmndi:BPMNEdge>
1159 <bpmndi:BPMNShape id="CallActivity_07nu6s6_di" bpmnElement="Task_1l0uvof">
Jim Hahn015b92c2017-10-11 11:49:51 -04001160 <dc:Bounds x="856" y="348" width="100" height="80" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001161 </bpmndi:BPMNShape>
1162 <bpmndi:BPMNEdge id="SequenceFlow_1jbuf1t_di" bpmnElement="SequenceFlow_1jbuf1t">
Jim Hahn015b92c2017-10-11 11:49:51 -04001163 <di:waypoint xsi:type="dc:Point" x="956" y="388" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001164 <di:waypoint xsi:type="dc:Point" x="1056" y="388" />
1165 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001166 <dc:Bounds x="961" y="373" width="90" height="0" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001167 </bpmndi:BPMNLabel>
1168 </bpmndi:BPMNEdge>
1169 <bpmndi:BPMNEdge id="SequenceFlow_17g05fd_di" bpmnElement="SequenceFlow_17g05fd">
1170 <di:waypoint xsi:type="dc:Point" x="567" y="388" />
Jim Hahn015b92c2017-10-11 11:49:51 -04001171 <di:waypoint xsi:type="dc:Point" x="658" y="388" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001172 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001173 <dc:Bounds x="567.5" y="373" width="90" height="0" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001174 </bpmndi:BPMNLabel>
1175 </bpmndi:BPMNEdge>
1176 <bpmndi:BPMNShape id="ExclusiveGateway_0y7gtd9_di" bpmnElement="ExclusiveGateway_0y7gtd9" isMarkerVisible="true">
Jim Hahn015b92c2017-10-11 11:49:51 -04001177 <dc:Bounds x="50" y="2695" width="50" height="50" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001178 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001179 <dc:Bounds x="-39" y="2708" width="72" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001180 </bpmndi:BPMNLabel>
1181 </bpmndi:BPMNShape>
1182 <bpmndi:BPMNEdge id="SequenceFlow_0ftzjjm_di" bpmnElement="SequenceFlow_0ftzjjm">
Jim Hahn015b92c2017-10-11 11:49:51 -04001183 <di:waypoint xsi:type="dc:Point" x="75" y="2786" />
1184 <di:waypoint xsi:type="dc:Point" x="75" y="2745" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001185 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001186 <dc:Bounds x="45" y="2766" width="90" height="0" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001187 </bpmndi:BPMNLabel>
1188 </bpmndi:BPMNEdge>
1189 <bpmndi:BPMNEdge id="SequenceFlow_12dakwh_di" bpmnElement="SequenceFlow_12dakwh">
Jim Hahn015b92c2017-10-11 11:49:51 -04001190 <di:waypoint xsi:type="dc:Point" x="75" y="2695" />
1191 <di:waypoint xsi:type="dc:Point" x="75" y="2653" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001192 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001193 <dc:Bounds x="83" y="2666" width="14" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001194 </bpmndi:BPMNLabel>
1195 </bpmndi:BPMNEdge>
1196 <bpmndi:BPMNShape id="InclusiveGateway_1xenadu_di" bpmnElement="InclusiveGateway_1xenadu">
Jim Hahn015b92c2017-10-11 11:49:51 -04001197 <dc:Bounds x="709" y="2695" width="50" height="50" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001198 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001199 <dc:Bounds x="689" y="2750" width="90" height="0" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001200 </bpmndi:BPMNLabel>
1201 </bpmndi:BPMNShape>
1202 <bpmndi:BPMNEdge id="SequenceFlow_1lv5ld6_di" bpmnElement="SequenceFlow_1lv5ld6">
Jim Hahn015b92c2017-10-11 11:49:51 -04001203 <di:waypoint xsi:type="dc:Point" x="1026" y="2153" />
1204 <di:waypoint xsi:type="dc:Point" x="1026" y="2720" />
1205 <di:waypoint xsi:type="dc:Point" x="759" y="2720" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001206 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001207 <dc:Bounds x="996" y="2437" width="90" height="0" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001208 </bpmndi:BPMNLabel>
1209 </bpmndi:BPMNEdge>
1210 <bpmndi:BPMNEdge id="SequenceFlow_0dvsqpp_di" bpmnElement="SequenceFlow_0dvsqpp">
Jim Hahn015b92c2017-10-11 11:49:51 -04001211 <di:waypoint xsi:type="dc:Point" x="734" y="2745" />
1212 <di:waypoint xsi:type="dc:Point" x="734" y="2786" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001213 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001214 <dc:Bounds x="704" y="2766" width="90" height="0" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001215 </bpmndi:BPMNLabel>
1216 </bpmndi:BPMNEdge>
1217 <bpmndi:BPMNEdge id="SequenceFlow_09nn9a9_di" bpmnElement="SequenceFlow_09nn9a9">
Jim Hahn015b92c2017-10-11 11:49:51 -04001218 <di:waypoint xsi:type="dc:Point" x="100" y="2720" />
1219 <di:waypoint xsi:type="dc:Point" x="423" y="2720" />
1220 <di:waypoint xsi:type="dc:Point" x="423" y="2720" />
1221 <di:waypoint xsi:type="dc:Point" x="709" y="2720" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001222 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001223 <dc:Bounds x="144" y="2693" width="19" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001224 </bpmndi:BPMNLabel>
1225 </bpmndi:BPMNEdge>
1226 <bpmndi:BPMNEdge id="SequenceFlow_027lz43_di" bpmnElement="SequenceFlow_027lz43">
Jim Hahn015b92c2017-10-11 11:49:51 -04001227 <di:waypoint xsi:type="dc:Point" x="75" y="2431" />
1228 <di:waypoint xsi:type="dc:Point" x="75" y="2332" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001229 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001230 <dc:Bounds x="45" y="2372" width="90" height="0" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001231 </bpmndi:BPMNLabel>
1232 </bpmndi:BPMNEdge>
1233 <bpmndi:BPMNEdge id="SequenceFlow_0t3mtod_di" bpmnElement="SequenceFlow_0t3mtod">
Jim Hahn015b92c2017-10-11 11:49:51 -04001234 <di:waypoint xsi:type="dc:Point" x="75" y="2103" />
1235 <di:waypoint xsi:type="dc:Point" x="75" y="1846" />
1236 <di:waypoint xsi:type="dc:Point" x="177" y="1846" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001237 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001238 <dc:Bounds x="45" y="1965" width="90" height="0" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001239 </bpmndi:BPMNLabel>
1240 </bpmndi:BPMNEdge>
1241 <bpmndi:BPMNShape id="IntermediateCatchEvent_17pzn7m_di" bpmnElement="IntermediateCatchEvent_17pzn7m">
1242 <dc:Bounds x="83" y="1259" width="36" height="36" />
1243 <bpmndi:BPMNLabel>
1244 <dc:Bounds x="57" y="1295" width="80" height="24" />
1245 </bpmndi:BPMNLabel>
1246 </bpmndi:BPMNShape>
1247 <bpmndi:BPMNShape id="IntermediateThrowEvent_0lt5ltv_di" bpmnElement="IntermediateThrowEvent_0lt5ltv">
1248 <dc:Bounds x="670" y="1274" width="36" height="36" />
1249 <bpmndi:BPMNLabel>
1250 <dc:Bounds x="644" y="1321" width="87" height="24" />
1251 </bpmndi:BPMNLabel>
1252 </bpmndi:BPMNShape>
1253 <bpmndi:BPMNShape id="ExclusiveGateway_1xwfgxs_di" bpmnElement="ExclusiveGateway_1xwfgxs" isMarkerVisible="true">
1254 <dc:Bounds x="312" y="1252" width="50" height="50" />
1255 <bpmndi:BPMNLabel>
1256 <dc:Bounds x="369" y="1271" width="70" height="36" />
1257 </bpmndi:BPMNLabel>
1258 </bpmndi:BPMNShape>
1259 <bpmndi:BPMNShape id="ExclusiveGateway_0jqgskx_di" bpmnElement="ExclusiveGateway_0jqgskx" isMarkerVisible="true">
1260 <dc:Bounds x="535" y="1267" width="50" height="50" />
1261 <bpmndi:BPMNLabel>
1262 <dc:Bounds x="515" y="1317" width="0" height="12" />
1263 </bpmndi:BPMNLabel>
1264 </bpmndi:BPMNShape>
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001265 <bpmndi:BPMNEdge id="SequenceFlow_0hwsm6n_di" bpmnElement="SequenceFlow_0hwsm6n">
1266 <di:waypoint xsi:type="dc:Point" x="585" y="1292" />
1267 <di:waypoint xsi:type="dc:Point" x="628" y="1292" />
1268 <di:waypoint xsi:type="dc:Point" x="628" y="1292" />
1269 <di:waypoint xsi:type="dc:Point" x="670" y="1292" />
1270 <bpmndi:BPMNLabel>
1271 <dc:Bounds x="598" y="1292" width="0" height="12" />
1272 </bpmndi:BPMNLabel>
1273 </bpmndi:BPMNEdge>
1274 <bpmndi:BPMNEdge id="SequenceFlow_0loks1u_di" bpmnElement="SequenceFlow_0loks1u">
1275 <di:waypoint xsi:type="dc:Point" x="337" y="1302" />
1276 <di:waypoint xsi:type="dc:Point" x="337" y="1352" />
1277 <di:waypoint xsi:type="dc:Point" x="560" y="1352" />
1278 <di:waypoint xsi:type="dc:Point" x="560" y="1317" />
1279 <bpmndi:BPMNLabel>
1280 <dc:Bounds x="441" y="1337" width="16" height="12" />
1281 </bpmndi:BPMNLabel>
1282 </bpmndi:BPMNEdge>
1283 <bpmndi:BPMNEdge id="SequenceFlow_0b5ztoe_di" bpmnElement="SequenceFlow_0b5ztoe">
1284 <di:waypoint xsi:type="dc:Point" x="337" y="1252" />
1285 <di:waypoint xsi:type="dc:Point" x="337" y="1191" />
1286 <di:waypoint xsi:type="dc:Point" x="395" y="1191" />
1287 <bpmndi:BPMNLabel>
Jim Hahnf4b277d2017-11-05 18:51:54 -05001288 <dc:Bounds x="354" y="1216" width="19" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001289 </bpmndi:BPMNLabel>
1290 </bpmndi:BPMNEdge>
1291 <bpmndi:BPMNShape id="ScriptTask_05epj75_di" bpmnElement="ScriptTask_05epj75">
1292 <dc:Bounds x="184" y="1237" width="100" height="80" />
1293 </bpmndi:BPMNShape>
1294 <bpmndi:BPMNEdge id="SequenceFlow_15vce9o_di" bpmnElement="SequenceFlow_15vce9o">
1295 <di:waypoint xsi:type="dc:Point" x="119" y="1277" />
1296 <di:waypoint xsi:type="dc:Point" x="184" y="1277" />
1297 <bpmndi:BPMNLabel>
1298 <dc:Bounds x="151.5" y="1256" width="0" height="12" />
1299 </bpmndi:BPMNLabel>
1300 </bpmndi:BPMNEdge>
1301 <bpmndi:BPMNEdge id="SequenceFlow_0yecpl2_di" bpmnElement="SequenceFlow_0yecpl2">
1302 <di:waypoint xsi:type="dc:Point" x="284" y="1277" />
1303 <di:waypoint xsi:type="dc:Point" x="312" y="1277" />
1304 <bpmndi:BPMNLabel>
1305 <dc:Bounds x="298" y="1256" width="0" height="12" />
1306 </bpmndi:BPMNLabel>
1307 </bpmndi:BPMNEdge>
1308 <bpmndi:BPMNShape id="IntermediateThrowEvent_09vobbc_di" bpmnElement="IntermediateThrowEvent_09vobbc">
1309 <dc:Bounds x="670" y="803" width="36" height="36" />
1310 <bpmndi:BPMNLabel>
1311 <dc:Bounds x="651" y="844" width="85" height="36" />
1312 </bpmndi:BPMNLabel>
1313 </bpmndi:BPMNShape>
1314 <bpmndi:BPMNEdge id="SequenceFlow_0o6tf9p_di" bpmnElement="SequenceFlow_0o6tf9p">
1315 <di:waypoint xsi:type="dc:Point" x="562" y="821" />
1316 <di:waypoint xsi:type="dc:Point" x="670" y="821" />
1317 <bpmndi:BPMNLabel>
1318 <dc:Bounds x="616" y="800" width="0" height="12" />
1319 </bpmndi:BPMNLabel>
1320 </bpmndi:BPMNEdge>
1321 <bpmndi:BPMNShape id="CallActivity_1els13v_di" bpmnElement="CallActivity_1els13v">
Jim Hahn015b92c2017-10-11 11:49:51 -04001322 <dc:Bounds x="586" y="942" width="100" height="80" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001323 </bpmndi:BPMNShape>
1324 <bpmndi:BPMNShape id="ScriptTask_0n1k77c_di" bpmnElement="ScriptTask_0n1k77c">
Jim Hahn015b92c2017-10-11 11:49:51 -04001325 <dc:Bounds x="413" y="942" width="100" height="80" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001326 </bpmndi:BPMNShape>
1327 <bpmndi:BPMNShape id="IntermediateThrowEvent_1xsowxp_di" bpmnElement="IntermediateThrowEvent_1xsowxp">
1328 <dc:Bounds x="1027" y="1031" width="36" height="36" />
1329 <bpmndi:BPMNLabel>
1330 <dc:Bounds x="1001" y="1072" width="87" height="24" />
1331 </bpmndi:BPMNLabel>
1332 </bpmndi:BPMNShape>
1333 <bpmndi:BPMNShape id="IntermediateCatchEvent_19a50jz_di" bpmnElement="IntermediateCatchEvent_19a50jz">
1334 <dc:Bounds x="77" y="1047" width="36" height="36" />
1335 <bpmndi:BPMNLabel>
1336 <dc:Bounds x="70" y="1083" width="48" height="12" />
1337 </bpmndi:BPMNLabel>
1338 </bpmndi:BPMNShape>
1339 <bpmndi:BPMNShape id="ExclusiveGateway_0yae9sb_di" bpmnElement="ExclusiveGateway_0yae9sb" isMarkerVisible="true">
1340 <dc:Bounds x="326" y="1040" width="50" height="50" />
1341 <bpmndi:BPMNLabel>
1342 <dc:Bounds x="388" y="1059" width="67" height="12" />
1343 </bpmndi:BPMNLabel>
1344 </bpmndi:BPMNShape>
1345 <bpmndi:BPMNShape id="ExclusiveGateway_1hlbkue_di" bpmnElement="ExclusiveGateway_1hlbkue" isMarkerVisible="true">
1346 <dc:Bounds x="892" y="1024" width="50" height="50" />
1347 <bpmndi:BPMNLabel>
1348 <dc:Bounds x="872" y="1079" width="0" height="12" />
1349 </bpmndi:BPMNLabel>
1350 </bpmndi:BPMNShape>
1351 <bpmndi:BPMNEdge id="SequenceFlow_0ws7fjn_di" bpmnElement="SequenceFlow_0ws7fjn">
Jim Hahn015b92c2017-10-11 11:49:51 -04001352 <di:waypoint xsi:type="dc:Point" x="513" y="982" />
1353 <di:waypoint xsi:type="dc:Point" x="586" y="982" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001354 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001355 <dc:Bounds x="504.5" y="961" width="90" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001356 </bpmndi:BPMNLabel>
1357 </bpmndi:BPMNEdge>
1358 <bpmndi:BPMNEdge id="SequenceFlow_1mkdhw9_di" bpmnElement="SequenceFlow_1mkdhw9">
Jim Hahn015b92c2017-10-11 11:49:51 -04001359 <di:waypoint xsi:type="dc:Point" x="686" y="982" />
1360 <di:waypoint xsi:type="dc:Point" x="749" y="982" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001361 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001362 <dc:Bounds x="888.7571646117599" y="923.4934735403681" width="84" height="48" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001363 </bpmndi:BPMNLabel>
1364 </bpmndi:BPMNEdge>
1365 <bpmndi:BPMNEdge id="SequenceFlow_0p75l97_di" bpmnElement="SequenceFlow_0p75l97">
1366 <di:waypoint xsi:type="dc:Point" x="351" y="1040" />
1367 <di:waypoint xsi:type="dc:Point" x="351" y="982" />
Jim Hahn015b92c2017-10-11 11:49:51 -04001368 <di:waypoint xsi:type="dc:Point" x="413" y="982" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001369 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001370 <dc:Bounds x="362" y="1015" width="19" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001371 </bpmndi:BPMNLabel>
1372 </bpmndi:BPMNEdge>
1373 <bpmndi:BPMNEdge id="SequenceFlow_1ufio7c_di" bpmnElement="SequenceFlow_1ufio7c">
1374 <di:waypoint xsi:type="dc:Point" x="942" y="1049" />
1375 <di:waypoint xsi:type="dc:Point" x="1027" y="1049" />
1376 <bpmndi:BPMNLabel>
1377 <dc:Bounds x="940.5" y="1024" width="0" height="12" />
1378 </bpmndi:BPMNLabel>
1379 </bpmndi:BPMNEdge>
1380 <bpmndi:BPMNEdge id="SequenceFlow_0aza7xq_di" bpmnElement="SequenceFlow_0aza7xq">
1381 <di:waypoint xsi:type="dc:Point" x="113" y="1065" />
1382 <di:waypoint xsi:type="dc:Point" x="326" y="1065" />
1383 <bpmndi:BPMNLabel>
1384 <dc:Bounds x="175.5" y="1040" width="0" height="12" />
1385 </bpmndi:BPMNLabel>
1386 </bpmndi:BPMNEdge>
1387 <bpmndi:BPMNEdge id="SequenceFlow_13iuk3s_di" bpmnElement="SequenceFlow_13iuk3s">
1388 <di:waypoint xsi:type="dc:Point" x="351" y="1091" />
1389 <di:waypoint xsi:type="dc:Point" x="351" y="1114" />
1390 <di:waypoint xsi:type="dc:Point" x="917" y="1114" />
1391 <di:waypoint xsi:type="dc:Point" x="917" y="1075" />
1392 <bpmndi:BPMNLabel>
1393 <dc:Bounds x="596" y="1090" width="16" height="12" />
1394 </bpmndi:BPMNLabel>
1395 </bpmndi:BPMNEdge>
1396 <bpmndi:BPMNShape id="CallActivity_071yaf8_di" bpmnElement="CallActivity_071yaf8">
Jim Hahn015b92c2017-10-11 11:49:51 -04001397 <dc:Bounds x="321" y="1806" width="100" height="80" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001398 </bpmndi:BPMNShape>
1399 <bpmndi:BPMNEdge id="SequenceFlow_1sl79hn_di" bpmnElement="SequenceFlow_1sl79hn">
Jim Hahn015b92c2017-10-11 11:49:51 -04001400 <di:waypoint xsi:type="dc:Point" x="227" y="1846" />
1401 <di:waypoint xsi:type="dc:Point" x="256" y="1846" />
1402 <di:waypoint xsi:type="dc:Point" x="256" y="1846" />
1403 <di:waypoint xsi:type="dc:Point" x="321" y="1846" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001404 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001405 <dc:Bounds x="271" y="1826" width="19" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001406 </bpmndi:BPMNLabel>
1407 </bpmndi:BPMNEdge>
1408 <bpmndi:BPMNShape id="ExclusiveGateway_0y158bb_di" bpmnElement="ExclusiveGateway_0y158bb" isMarkerVisible="true">
Jim Hahn015b92c2017-10-11 11:49:51 -04001409 <dc:Bounds x="521" y="1821" width="50" height="50" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001410 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001411 <dc:Bounds x="522" y="1782" width="48" height="24" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001412 </bpmndi:BPMNLabel>
1413 </bpmndi:BPMNShape>
1414 <bpmndi:BPMNEdge id="SequenceFlow_0ne9n0g_di" bpmnElement="SequenceFlow_0ne9n0g">
Jim Hahn015b92c2017-10-11 11:49:51 -04001415 <di:waypoint xsi:type="dc:Point" x="421" y="1846" />
1416 <di:waypoint xsi:type="dc:Point" x="521" y="1846" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001417 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001418 <dc:Bounds x="426" y="1825" width="90" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001419 </bpmndi:BPMNLabel>
1420 </bpmndi:BPMNEdge>
1421 <bpmndi:BPMNEdge id="SequenceFlow_1a7e8l1_di" bpmnElement="SequenceFlow_1a7e8l1">
Jim Hahn015b92c2017-10-11 11:49:51 -04001422 <di:waypoint xsi:type="dc:Point" x="706" y="1966" />
1423 <di:waypoint xsi:type="dc:Point" x="976" y="1966" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001424 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001425 <dc:Bounds x="832" y="1945" width="19" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001426 </bpmndi:BPMNLabel>
1427 </bpmndi:BPMNEdge>
1428 <bpmndi:BPMNEdge id="SequenceFlow_00by7l7_di" bpmnElement="SequenceFlow_00by7l7">
Jim Hahn015b92c2017-10-11 11:49:51 -04001429 <di:waypoint xsi:type="dc:Point" x="546" y="1871" />
1430 <di:waypoint xsi:type="dc:Point" x="546" y="2128" />
1431 <di:waypoint xsi:type="dc:Point" x="1001" y="2128" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001432 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001433 <dc:Bounds x="554" y="1994" width="14" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001434 </bpmndi:BPMNLabel>
1435 </bpmndi:BPMNEdge>
1436 <bpmndi:BPMNEdge id="SequenceFlow_17cz98f_di" bpmnElement="SequenceFlow_17cz98f">
Jim Hahn015b92c2017-10-11 11:49:51 -04001437 <di:waypoint xsi:type="dc:Point" x="559" y="1858" />
1438 <di:waypoint xsi:type="dc:Point" x="668" y="1954" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001439 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001440 <dc:Bounds x="614.8182269768699" y="1888.8734385586085" width="19" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001441 </bpmndi:BPMNLabel>
1442 </bpmndi:BPMNEdge>
1443 <bpmndi:BPMNShape id="CallActivity_1cl4iu4_di" bpmnElement="CallActivity_1cl4iu4">
Jim Hahn015b92c2017-10-11 11:49:51 -04001444 <dc:Bounds x="152" y="2193" width="100" height="80" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001445 </bpmndi:BPMNShape>
1446 <bpmndi:BPMNEdge id="SequenceFlow_1mpsdaj_di" bpmnElement="SequenceFlow_1mpsdaj">
Jim Hahn015b92c2017-10-11 11:49:51 -04001447 <di:waypoint xsi:type="dc:Point" x="202" y="2193" />
1448 <di:waypoint xsi:type="dc:Point" x="202" y="2153" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001449 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001450 <dc:Bounds x="172" y="2167" width="90" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001451 </bpmndi:BPMNLabel>
1452 </bpmndi:BPMNEdge>
1453 <bpmndi:BPMNEdge id="SequenceFlow_007p8k3_di" bpmnElement="SequenceFlow_007p8k3">
Jim Hahn015b92c2017-10-11 11:49:51 -04001454 <di:waypoint xsi:type="dc:Point" x="100" y="2307" />
1455 <di:waypoint xsi:type="dc:Point" x="202" y="2307" />
1456 <di:waypoint xsi:type="dc:Point" x="202" y="2273" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001457 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -04001458 <dc:Bounds x="142" y="2286" width="19" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001459 </bpmndi:BPMNLabel>
1460 </bpmndi:BPMNEdge>
1461 <bpmndi:BPMNShape id="CallActivity_1ymzucb_di" bpmnElement="CallActivity_1ymzucb">
1462 <dc:Bounds x="400" y="690" width="100" height="80" />
1463 </bpmndi:BPMNShape>
1464 <bpmndi:BPMNEdge id="SequenceFlow_1cgpklo_di" bpmnElement="SequenceFlow_1cgpklo">
1465 <di:waypoint xsi:type="dc:Point" x="500" y="730" />
1466 <di:waypoint xsi:type="dc:Point" x="538" y="730" />
1467 <di:waypoint xsi:type="dc:Point" x="538" y="797" />
1468 <bpmndi:BPMNLabel>
1469 <dc:Bounds x="474" y="715" width="90" height="0" />
1470 </bpmndi:BPMNLabel>
1471 </bpmndi:BPMNEdge>
Jim Hahn015b92c2017-10-11 11:49:51 -04001472 <bpmndi:BPMNShape id="ScriptTask_0lpv2da_di" bpmnElement="ScriptTask_0lpv2da">
1473 <dc:Bounds x="658" y="348" width="100" height="80" />
1474 </bpmndi:BPMNShape>
1475 <bpmndi:BPMNEdge id="SequenceFlow_11efpvh_di" bpmnElement="SequenceFlow_11efpvh">
1476 <di:waypoint xsi:type="dc:Point" x="758" y="388" />
1477 <di:waypoint xsi:type="dc:Point" x="856" y="388" />
1478 <bpmndi:BPMNLabel>
1479 <dc:Bounds x="807" y="367" width="0" height="12" />
1480 </bpmndi:BPMNLabel>
1481 </bpmndi:BPMNEdge>
1482 <bpmndi:BPMNShape id="ScriptTask_18w0jud_di" bpmnElement="ScriptTask_18w0jud">
1483 <dc:Bounds x="749" y="942" width="100" height="80" />
1484 </bpmndi:BPMNShape>
1485 <bpmndi:BPMNEdge id="SequenceFlow_0k5vcuu_di" bpmnElement="SequenceFlow_0k5vcuu">
1486 <di:waypoint xsi:type="dc:Point" x="849" y="982" />
1487 <di:waypoint xsi:type="dc:Point" x="917" y="982" />
1488 <di:waypoint xsi:type="dc:Point" x="917" y="1024" />
1489 <bpmndi:BPMNLabel>
1490 <dc:Bounds x="883" y="961" width="0" height="12" />
1491 </bpmndi:BPMNLabel>
1492 </bpmndi:BPMNEdge>
Jim Hahnf4b277d2017-11-05 18:51:54 -05001493 <bpmndi:BPMNShape id="CallActivity_0xt1l8t_di" bpmnElement="CallActivity_0xt1l8t">
1494 <dc:Bounds x="400" y="1151" width="100" height="80" />
1495 </bpmndi:BPMNShape>
1496 <bpmndi:BPMNEdge id="SequenceFlow_0e9e6fo_di" bpmnElement="SequenceFlow_0e9e6fo">
1497 <di:waypoint xsi:type="dc:Point" x="500" y="1191" />
1498 <di:waypoint xsi:type="dc:Point" x="560" y="1191" />
1499 <di:waypoint xsi:type="dc:Point" x="560" y="1267" />
1500 <bpmndi:BPMNLabel>
1501 <dc:Bounds x="440" y="1166" width="90" height="12" />
1502 </bpmndi:BPMNLabel>
1503 </bpmndi:BPMNEdge>
Jim Hahn8d496b42017-11-06 10:27:21 -05001504 <bpmndi:BPMNShape id="IntermediateCatchEvent_1x88t9v_di" bpmnElement="IntermediateCatchEvent_1x88t9v">
1505 <dc:Bounds x="1027" y="565" width="36" height="36" />
Jim Hahnf4b277d2017-11-05 18:51:54 -05001506 <bpmndi:BPMNLabel>
Jim Hahn8d496b42017-11-06 10:27:21 -05001507 <dc:Bounds x="1018" y="530" width="54" height="48" />
1508 </bpmndi:BPMNLabel>
1509 </bpmndi:BPMNShape>
1510 <bpmndi:BPMNEdge id="SequenceFlow_0sjpja4_di" bpmnElement="SequenceFlow_0sjpja4">
1511 <di:waypoint xsi:type="dc:Point" x="894" y="583" />
1512 <di:waypoint xsi:type="dc:Point" x="1027" y="583" />
1513 <bpmndi:BPMNLabel>
1514 <dc:Bounds x="960.5" y="562" width="0" height="12" />
1515 </bpmndi:BPMNLabel>
1516 </bpmndi:BPMNEdge>
1517 <bpmndi:BPMNEdge id="SequenceFlow_1db0ri1_di" bpmnElement="SequenceFlow_1db0ri1">
1518 <di:waypoint xsi:type="dc:Point" x="1045" y="601" />
1519 <di:waypoint xsi:type="dc:Point" x="1045" y="666" />
1520 <bpmndi:BPMNLabel>
1521 <dc:Bounds x="1060" y="627.5" width="0" height="12" />
Jim Hahnf4b277d2017-11-05 18:51:54 -05001522 </bpmndi:BPMNLabel>
1523 </bpmndi:BPMNEdge>
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001524 </bpmndi:BPMNPlane>
1525 </bpmndi:BPMNDiagram>
1526</bpmn2:definitions>