Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Elena Kuleshov | 19efd68 | 2018-03-28 11:25:31 -0400 | [diff] [blame] | 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="_F0omAMXGEeW834CKd-K10Q" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.11.3" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 3 | <bpmn2:process id="ReplaceVnfInfra" name="ReplaceVnfInfra" isExecutable="true"> |
| 4 | <bpmn2:scriptTask id="ScriptTask_1" name="Send Synch Response" scriptFormat="groovy"> |
| 5 | <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming> |
| 6 | <bpmn2:outgoing>SequenceFlow_0y0jt4l</bpmn2:outgoing> |
| 7 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 8 | def uvfm = new ReplaceVnfInfra() |
| 9 | uvfm.sendSynchResponse(execution)]]></bpmn2:script> |
| 10 | </bpmn2:scriptTask> |
| 11 | <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="Task_1rxiqe1" targetRef="ExclusiveGateway_045e1uz" /> |
| 12 | <bpmn2:scriptTask id="PreProcessRequest" name="Pre-Process Request" scriptFormat="groovy"> |
| 13 | <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming> |
| 14 | <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing> |
| 15 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 16 | def uvfm = new ReplaceVnfInfra() |
| 17 | uvfm.preProcessRequest(execution) |
| 18 | ]]></bpmn2:script> |
| 19 | </bpmn2:scriptTask> |
| 20 | <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="PreProcessRequest" targetRef="ScriptTask_1" /> |
| 21 | <bpmn2:callActivity id="CallActivity_1" name="Completion Handler" calledElement="CompleteMsoProcess"> |
| 22 | <bpmn2:extensionElements> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 23 | <camunda:in source="CompletionHandlerRequest" target="CompleteMsoProcessRequest" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 24 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
| 25 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
| 26 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 27 | </bpmn2:extensionElements> |
| 28 | <bpmn2:incoming>SequenceFlow_17</bpmn2:incoming> |
| 29 | <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing> |
| 30 | </bpmn2:callActivity> |
| 31 | <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="CallActivity_1" targetRef="ScriptTask_4" /> |
| 32 | <bpmn2:endEvent id="EndEvent_1" name="TheEnd"> |
| 33 | <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming> |
| 34 | <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_5" /> |
| 35 | </bpmn2:endEvent> |
| 36 | <bpmn2:scriptTask id="ScriptTask_4" name="Set Success Indicator" scriptFormat="groovy"> |
| 37 | <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming> |
| 38 | <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing> |
| 39 | <bpmn2:script><![CDATA[// The following variable is checked by the unit test |
| 40 | execution.setVariable("UpdateVfModuleInfraSuccessIndicator", true)]]></bpmn2:script> |
| 41 | </bpmn2:scriptTask> |
| 42 | <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="ScriptTask_4" targetRef="EndEvent_1" /> |
| 43 | <bpmn2:scriptTask id="ScriptTask_10" name="Completion Handler (prep)" scriptFormat="groovy"> |
| 44 | <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 45 | <bpmn2:incoming>SequenceFlow_19rrss6</bpmn2:incoming> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 46 | <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing> |
| 47 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 48 | def uvfm = new ReplaceVnfInfra() |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 49 | uvfm.completionHandlerPrep(execution, 'CompletionHandlerRequest') |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 50 | ]]></bpmn2:script> |
| 51 | </bpmn2:scriptTask> |
| 52 | <bpmn2:sequenceFlow id="SequenceFlow_17" name="" sourceRef="ScriptTask_10" targetRef="CallActivity_1" /> |
| 53 | <bpmn2:subProcess id="SubProcess_1" name="Error Handler" triggeredByEvent="true"> |
| 54 | <bpmn2:startEvent id="StartEvent_3" name="Catch All Errors"> |
| 55 | <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing> |
| 56 | <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" /> |
| 57 | </bpmn2:startEvent> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 58 | <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_3" targetRef="Task_1cl8ayk" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 59 | <bpmn2:scriptTask id="ScriptTask_3" name="Fallout Handler (prep)" scriptFormat="groovy"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 60 | <bpmn2:incoming>SequenceFlow_0ph6862</bpmn2:incoming> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 61 | <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing> |
| 62 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 63 | def uvfm = new ReplaceVnfInfra() |
| 64 | uvfm.falloutHandlerPrep(execution, 'FalloutHandlerRequest') |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 65 | ]]></bpmn2:script> |
| 66 | </bpmn2:scriptTask> |
| 67 | <bpmn2:sequenceFlow id="SequenceFlow_7" sourceRef="ScriptTask_3" targetRef="CallActivity_2" /> |
| 68 | <bpmn2:callActivity id="CallActivity_2" name="Fallout Handler" calledElement="FalloutHandler"> |
| 69 | <bpmn2:extensionElements> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 70 | <camunda:in source="FalloutHandlerRequest" target="FalloutHandlerRequest" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 71 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
| 72 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
| 73 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 74 | </bpmn2:extensionElements> |
| 75 | <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming> |
| 76 | <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing> |
| 77 | </bpmn2:callActivity> |
| 78 | <bpmn2:endEvent id="EndEvent_2"> |
| 79 | <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming> |
| 80 | <bpmn2:terminateEventDefinition id="TerminateEventDefinition_1" /> |
| 81 | </bpmn2:endEvent> |
| 82 | <bpmn2:sequenceFlow id="SequenceFlow_19" name="" sourceRef="CallActivity_2" targetRef="EndEvent_2" /> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 83 | <bpmn2:sequenceFlow id="SequenceFlow_0msgw6c" sourceRef="Task_1cl8ayk" targetRef="Task_1xw8w6a" /> |
| 84 | <bpmn2:sequenceFlow id="SequenceFlow_0uhssvq" sourceRef="Task_1xw8w6a" targetRef="Task_0dc1x7g" /> |
| 85 | <bpmn2:sequenceFlow id="SequenceFlow_0ph6862" sourceRef="Task_0dc1x7g" targetRef="ScriptTask_3" /> |
| 86 | <bpmn2:scriptTask id="Task_1cl8ayk" name="PreProcess Rollback" scriptFormat="groovy"> |
| 87 | <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming> |
| 88 | <bpmn2:outgoing>SequenceFlow_0msgw6c</bpmn2:outgoing> |
| 89 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 90 | def uvfm = new VnfInPlaceUpdate() |
| 91 | uvfm.preProcessRollback(execution)]]></bpmn2:script> |
| 92 | </bpmn2:scriptTask> |
| 93 | <bpmn2:scriptTask id="Task_0dc1x7g" name="PostProcess Rollback" scriptFormat="groovy"> |
| 94 | <bpmn2:incoming>SequenceFlow_0uhssvq</bpmn2:incoming> |
| 95 | <bpmn2:outgoing>SequenceFlow_0ph6862</bpmn2:outgoing> |
| 96 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 97 | def uvfm = new VnfInPlaceUpdate() |
| 98 | uvfm.postProcessRollback(execution)]]></bpmn2:script> |
| 99 | </bpmn2:scriptTask> |
| 100 | <bpmn2:callActivity id="Task_1xw8w6a" name="Rollback Processing" calledElement="RollbackVnf"> |
| 101 | <bpmn2:extensionElements> |
| 102 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 103 | <camunda:in source="vnfId" target="vnfId" /> |
| 104 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 105 | <camunda:in source="rollbackSetClosedLoopDisabledFlag" target="rollbackSetClosedLoopDisabledFlag" /> |
| 106 | <camunda:in source="rollbackSetVnfInMaintenanceFlag" target="rollbackSetVnfInMaintenanceFlag" /> |
| 107 | <camunda:in source="rollbackVnfStop" target="rollbackVnfStop" /> |
| 108 | <camunda:in source="rollbackVnfLock" target="rollbackVnfLock" /> |
| 109 | <camunda:in source="errorCode" target="errorCode" /> |
| 110 | <camunda:in source="rollbackQuiesceTraffic" target="rollbackQuiesceTraffic" /> |
| 111 | <camunda:out source="rollbackSuccessful" target="rollbackSuccessful" /> |
Elena Kuleshov | 19efd68 | 2018-03-28 11:25:31 -0400 | [diff] [blame] | 112 | <camunda:in source="controllerType" target="controllerType" /> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 113 | </bpmn2:extensionElements> |
| 114 | <bpmn2:incoming>SequenceFlow_0msgw6c</bpmn2:incoming> |
| 115 | <bpmn2:outgoing>SequenceFlow_0uhssvq</bpmn2:outgoing> |
| 116 | </bpmn2:callActivity> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 117 | </bpmn2:subProcess> |
| 118 | <bpmn2:endEvent id="EndEvent_3"> |
| 119 | <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming> |
| 120 | <bpmn2:terminateEventDefinition id="TerminateEventDefinition_2" /> |
| 121 | </bpmn2:endEvent> |
| 122 | <bpmn2:boundaryEvent id="BoundaryEvent_1" name="" attachedToRef="SubProcess_1"> |
| 123 | <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing> |
| 124 | <bpmn2:errorEventDefinition id="ErrorEventDefinition_2" /> |
| 125 | </bpmn2:boundaryEvent> |
| 126 | <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="BoundaryEvent_1" targetRef="EndEvent_3" /> |
| 127 | <bpmn2:startEvent id="StartEvent_1" name="Start"> |
| 128 | <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing> |
| 129 | </bpmn2:startEvent> |
| 130 | <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="StartEvent_1" targetRef="PreProcessRequest" /> |
| 131 | <bpmn2:callActivity id="ScriptTask_6" name="DoDeleteVnfAndModules" calledElement="DoDeleteVnfAndModules"> |
| 132 | <bpmn2:extensionElements> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 133 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 134 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 135 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 136 | <camunda:in source="vnfId" target="vnfId" /> |
| 137 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| 138 | <camunda:in source="sdncVersion" target="sdncVersion" /> |
| 139 | <camunda:in source="cloudConfiguration" target="cloudConfiguration" /> |
| 140 | <camunda:in source="retainResources" target="retainResources" /> |
| 141 | <camunda:in source="serviceDecomposition" target="serviceDecomposition" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 142 | </bpmn2:extensionElements> |
| 143 | <bpmn2:incoming>SequenceFlow_19ba94v</bpmn2:incoming> |
| 144 | <bpmn2:outgoing>SequenceFlow_0gzzeru</bpmn2:outgoing> |
| 145 | </bpmn2:callActivity> |
| 146 | <bpmn2:sequenceFlow id="SequenceFlow_3" name="no" sourceRef="ExclusiveGateway_0l2z6wc" targetRef="ScriptTask_10" /> |
| 147 | <bpmn2:sequenceFlow id="SequenceFlow_1w35ov3" sourceRef="Task_1gg76h7" targetRef="Task_1opcb4j" /> |
| 148 | <bpmn2:callActivity id="Task_1gg76h7" name="Decompose Service" calledElement="DecomposeService"> |
| 149 | <bpmn2:extensionElements> |
| 150 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 151 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 152 | <camunda:in source="serviceModelInfo" target="serviceModelInfo" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 153 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 154 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 155 | <camunda:out source="serviceDecomposition" target="serviceDecomposition" /> |
| 156 | </bpmn2:extensionElements> |
| 157 | <bpmn2:incoming>SequenceFlow_0y0jt4l</bpmn2:incoming> |
| 158 | <bpmn2:outgoing>SequenceFlow_1w35ov3</bpmn2:outgoing> |
| 159 | </bpmn2:callActivity> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 160 | <bpmn2:sequenceFlow id="SequenceFlow_053qjfy" sourceRef="Task_1opcb4j" targetRef="Task_0iydw5o" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 161 | <bpmn2:scriptTask id="Task_1opcb4j" name="Get VnfResourceDecomposition" scriptFormat="groovy"> |
| 162 | <bpmn2:incoming>SequenceFlow_1w35ov3</bpmn2:incoming> |
| 163 | <bpmn2:outgoing>SequenceFlow_053qjfy</bpmn2:outgoing> |
| 164 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 165 | def uvfm = new ReplaceVnfInfra() |
| 166 | uvfm.getVnfResourceDecomposition(execution)]]></bpmn2:script> |
| 167 | </bpmn2:scriptTask> |
| 168 | <bpmn2:sequenceFlow id="SequenceFlow_0y0jt4l" sourceRef="ScriptTask_1" targetRef="Task_1gg76h7" /> |
| 169 | <bpmn2:scriptTask id="Task_1rxiqe1" name="Check If VNF Is In Maintenance in A&AI" scriptFormat="groovy"> |
| 170 | <bpmn2:incoming>SequenceFlow_16mo99z</bpmn2:incoming> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 171 | <bpmn2:incoming>SequenceFlow_0jph3mt</bpmn2:incoming> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 172 | <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing> |
| 173 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 174 | def uvfm = new ReplaceVnfInfra() |
| 175 | uvfm.checkIfVnfInMaintInAAI(execution) |
| 176 | ]]></bpmn2:script> |
| 177 | </bpmn2:scriptTask> |
| 178 | <bpmn2:sequenceFlow id="SequenceFlow_0usxnlk" sourceRef="Task_0vy2zge" targetRef="ExclusiveGateway_0q323wc" /> |
| 179 | <bpmn2:sequenceFlow id="SequenceFlow_1bkhs8m" name="no" sourceRef="ExclusiveGateway_0ud5uwa" targetRef="Task_1dtbnuy" /> |
| 180 | <bpmn2:sequenceFlow id="SequenceFlow_0gzzeru" sourceRef="ScriptTask_6" targetRef="ExclusiveGateway_0ulrq9g" /> |
| 181 | <bpmn2:scriptTask id="Task_0ap39ka" name="Set VNF inMaintenance Flag in A&AI" scriptFormat="groovy"> |
| 182 | <bpmn2:incoming>SequenceFlow_0baosqi</bpmn2:incoming> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 183 | <bpmn2:incoming>SequenceFlow_1nodcf9</bpmn2:incoming> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 184 | <bpmn2:outgoing>SequenceFlow_0k3fx7p</bpmn2:outgoing> |
| 185 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 186 | def uvfm = new ReplaceVnfInfra() |
| 187 | uvfm.setVnfInMaintFlagInAAI(execution, true) |
| 188 | ]]></bpmn2:script> |
| 189 | </bpmn2:scriptTask> |
| 190 | <bpmn2:scriptTask id="Task_1drglpt" name="Unset VNF In Maintenance Flag in A&AI" scriptFormat="groovy"> |
| 191 | <bpmn2:incoming>SequenceFlow_19lg15d</bpmn2:incoming> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 192 | <bpmn2:incoming>SequenceFlow_0usoiza</bpmn2:incoming> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 193 | <bpmn2:outgoing>SequenceFlow_12mfil6</bpmn2:outgoing> |
| 194 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 195 | def uvfm = new ReplaceVnfInfra() |
| 196 | uvfm.setVnfInMaintFlagInAAI(execution, false) |
| 197 | ]]></bpmn2:script> |
| 198 | </bpmn2:scriptTask> |
| 199 | <bpmn2:scriptTask id="Task_0vy2zge" name="Check If Physical Servers Are Locked in A&AI" scriptFormat="groovy"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 200 | <bpmn2:incoming>SequenceFlow_14yy8v4</bpmn2:incoming> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 201 | <bpmn2:outgoing>SequenceFlow_0usxnlk</bpmn2:outgoing> |
| 202 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 203 | def uvfm = new ReplaceVnfInfra() |
| 204 | uvfm.checkIfPserversInMaintInAAI(execution) |
| 205 | ]]></bpmn2:script> |
| 206 | </bpmn2:scriptTask> |
| 207 | <bpmn2:sequenceFlow id="SequenceFlow_0xx8y1s" sourceRef="Task_1dtbnuy" targetRef="ExclusiveGateway_1slvyx2" /> |
| 208 | <bpmn2:sequenceFlow id="SequenceFlow_0a6pdza" sourceRef="Task_1fj63ov" targetRef="ExclusiveGateway_1ichg7h" /> |
| 209 | <bpmn2:sequenceFlow id="SequenceFlow_13h26h9" sourceRef="Task_1cfkcss" targetRef="ExclusiveGateway_1etgtgi" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 210 | <bpmn2:sequenceFlow id="SequenceFlow_1uno5rs" sourceRef="Task_1hdg951" targetRef="ExclusiveGateway_02tj4dw" /> |
| 211 | <bpmn2:sequenceFlow id="SequenceFlow_1c79909" sourceRef="Task_1ca5ctq" targetRef="ExclusiveGateway_1gn5lab" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 212 | <bpmn2:sequenceFlow id="SequenceFlow_1xfbwpi" sourceRef="Task_1sove95" targetRef="ExclusiveGateway_06mv93h" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 213 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0q323wc" name="Error on PServers Check?" default="SequenceFlow_16mo99z"> |
| 214 | <bpmn2:incoming>SequenceFlow_0usxnlk</bpmn2:incoming> |
| 215 | <bpmn2:outgoing>SequenceFlow_16mo99z</bpmn2:outgoing> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 216 | <bpmn2:outgoing>SequenceFlow_12hm1ks</bpmn2:outgoing> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 217 | </bpmn2:exclusiveGateway> |
| 218 | <bpmn2:sequenceFlow id="SequenceFlow_16mo99z" name="no" sourceRef="ExclusiveGateway_0q323wc" targetRef="Task_1rxiqe1" /> |
| 219 | <bpmn2:exclusiveGateway id="ExclusiveGateway_045e1uz" name="Error On inMaintenance Check?" default="SequenceFlow_0baosqi"> |
| 220 | <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming> |
| 221 | <bpmn2:outgoing>SequenceFlow_0baosqi</bpmn2:outgoing> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 222 | <bpmn2:outgoing>SequenceFlow_0etr76r</bpmn2:outgoing> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 223 | </bpmn2:exclusiveGateway> |
| 224 | <bpmn2:sequenceFlow id="SequenceFlow_0baosqi" name="no" sourceRef="ExclusiveGateway_045e1uz" targetRef="Task_0ap39ka" /> |
| 225 | <bpmn2:callActivity id="Task_0q5cdit" name="Rainy Day Handler" calledElement="RainyDayHandler"> |
| 226 | <bpmn2:extensionElements> |
| 227 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 228 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 229 | <camunda:in source="serviceType" target="serviceType" /> |
| 230 | <camunda:in source="nfRole" target="vnfType" /> |
| 231 | <camunda:in source="currentActivity" target="currentActivity" /> |
| 232 | <camunda:in source="workStep" target="workStep" /> |
| 233 | <camunda:in source="failedActivity" target="failedActivity" /> |
| 234 | <camunda:in source="errorCode" target="errorCode" /> |
| 235 | <camunda:in source="errorText" target="errorText" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 236 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 237 | <camunda:out source="handlingCode" target="disposition" /> |
| 238 | <camunda:in source="requestorId" target="requestorId" /> |
| 239 | <camunda:out source="taskId" target="taskId" /> |
| 240 | <camunda:in source="vnfName" target="vnfName" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 241 | </bpmn2:extensionElements> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 242 | <bpmn2:incoming>SequenceFlow_1cezgw4</bpmn2:incoming> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 243 | <bpmn2:outgoing>SequenceFlow_0v0u7mf</bpmn2:outgoing> |
| 244 | </bpmn2:callActivity> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 245 | <bpmn2:sequenceFlow id="SequenceFlow_0v0u7mf" sourceRef="Task_0q5cdit" targetRef="ExclusiveGateway_0xlxgl0" /> |
| 246 | <bpmn2:task id="Task_0zbogrm" name="Rollback Processing"> |
| 247 | <bpmn2:incoming>SequenceFlow_1qr8msw</bpmn2:incoming> |
| 248 | </bpmn2:task> |
| 249 | <bpmn2:sequenceFlow id="SequenceFlow_0vpd06n" name="Abort" sourceRef="ExclusiveGateway_0xlxgl0" targetRef="Task_1tg549h"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 250 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("disposition") == "Abort"]]></bpmn2:conditionExpression> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 251 | </bpmn2:sequenceFlow> |
| 252 | <bpmn2:sequenceFlow id="SequenceFlow_1qr8msw" name="Rollback" sourceRef="ExclusiveGateway_0xlxgl0" targetRef="Task_0zbogrm"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 253 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("disposition") == "Rollback"]]></bpmn2:conditionExpression> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 254 | </bpmn2:sequenceFlow> |
| 255 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0ud5uwa" name="Eror on inMaintenance Set?" default="SequenceFlow_1bkhs8m"> |
| 256 | <bpmn2:incoming>SequenceFlow_0k3fx7p</bpmn2:incoming> |
| 257 | <bpmn2:outgoing>SequenceFlow_1bkhs8m</bpmn2:outgoing> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 258 | <bpmn2:outgoing>SequenceFlow_11b00u2</bpmn2:outgoing> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 259 | </bpmn2:exclusiveGateway> |
| 260 | <bpmn2:sequenceFlow id="SequenceFlow_0k3fx7p" sourceRef="Task_0ap39ka" targetRef="ExclusiveGateway_0ud5uwa" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 261 | <bpmn2:exclusiveGateway id="ExclusiveGateway_1slvyx2" name="Error on VNF Lock?" default="SequenceFlow_0qy68ib"> |
| 262 | <bpmn2:incoming>SequenceFlow_0xx8y1s</bpmn2:incoming> |
| 263 | <bpmn2:outgoing>SequenceFlow_0qy68ib</bpmn2:outgoing> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 264 | <bpmn2:outgoing>SequenceFlow_1ck3v34</bpmn2:outgoing> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 265 | </bpmn2:exclusiveGateway> |
| 266 | <bpmn2:sequenceFlow id="SequenceFlow_0qy68ib" name="no" sourceRef="ExclusiveGateway_1slvyx2" targetRef="Task_1fj63ov" /> |
| 267 | <bpmn2:exclusiveGateway id="ExclusiveGateway_1ichg7h" name="Error on Pre Health Check?" default="SequenceFlow_0q0qan8"> |
| 268 | <bpmn2:incoming>SequenceFlow_0a6pdza</bpmn2:incoming> |
| 269 | <bpmn2:outgoing>SequenceFlow_0q0qan8</bpmn2:outgoing> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 270 | <bpmn2:outgoing>SequenceFlow_079nix0</bpmn2:outgoing> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 271 | </bpmn2:exclusiveGateway> |
| 272 | <bpmn2:sequenceFlow id="SequenceFlow_0q0qan8" name="no" sourceRef="ExclusiveGateway_1ichg7h" targetRef="Task_1cfkcss" /> |
| 273 | <bpmn2:exclusiveGateway id="ExclusiveGateway_1etgtgi" name="Error on VNF Stop?" default="SequenceFlow_1c0vdki"> |
| 274 | <bpmn2:incoming>SequenceFlow_13h26h9</bpmn2:incoming> |
| 275 | <bpmn2:outgoing>SequenceFlow_1c0vdki</bpmn2:outgoing> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 276 | <bpmn2:outgoing>SequenceFlow_032i8t0</bpmn2:outgoing> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 277 | </bpmn2:exclusiveGateway> |
| 278 | <bpmn2:sequenceFlow id="SequenceFlow_1c0vdki" name="no" sourceRef="ExclusiveGateway_1etgtgi" targetRef="Task_0eae8go" /> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 279 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0ulrq9g" name="Error on DoDeleteVnfAndNModules?" camunda:asyncBefore="true" default="SequenceFlow_0bxgny0"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 280 | <bpmn2:incoming>SequenceFlow_0gzzeru</bpmn2:incoming> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 281 | <bpmn2:outgoing>SequenceFlow_0bxgny0</bpmn2:outgoing> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 282 | <bpmn2:outgoing>SequenceFlow_1f0c5lj</bpmn2:outgoing> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 283 | </bpmn2:exclusiveGateway> |
| 284 | <bpmn2:sequenceFlow id="SequenceFlow_04zwhw4" name="no" sourceRef="ExclusiveGateway_084iffr" targetRef="Task_1hdg951" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 285 | <bpmn2:exclusiveGateway id="ExclusiveGateway_02tj4dw" name="Error on VNF Start?" default="SequenceFlow_162mm0m"> |
| 286 | <bpmn2:incoming>SequenceFlow_1uno5rs</bpmn2:incoming> |
| 287 | <bpmn2:outgoing>SequenceFlow_162mm0m</bpmn2:outgoing> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 288 | <bpmn2:outgoing>SequenceFlow_17vwb2h</bpmn2:outgoing> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 289 | </bpmn2:exclusiveGateway> |
| 290 | <bpmn2:sequenceFlow id="SequenceFlow_162mm0m" name="no" sourceRef="ExclusiveGateway_02tj4dw" targetRef="Task_1ca5ctq" /> |
| 291 | <bpmn2:exclusiveGateway id="ExclusiveGateway_1gn5lab" name="Error on Post Health Check?" default="SequenceFlow_197t3qk"> |
| 292 | <bpmn2:incoming>SequenceFlow_1c79909</bpmn2:incoming> |
| 293 | <bpmn2:outgoing>SequenceFlow_197t3qk</bpmn2:outgoing> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 294 | <bpmn2:outgoing>SequenceFlow_0ba08lt</bpmn2:outgoing> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 295 | </bpmn2:exclusiveGateway> |
| 296 | <bpmn2:sequenceFlow id="SequenceFlow_197t3qk" name="no" sourceRef="ExclusiveGateway_1gn5lab" targetRef="Task_1sove95" /> |
| 297 | <bpmn2:exclusiveGateway id="ExclusiveGateway_06mv93h" name="Error on VNF Unlock?" default="SequenceFlow_19lg15d"> |
| 298 | <bpmn2:incoming>SequenceFlow_1xfbwpi</bpmn2:incoming> |
| 299 | <bpmn2:outgoing>SequenceFlow_19lg15d</bpmn2:outgoing> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 300 | <bpmn2:outgoing>SequenceFlow_1akvi72</bpmn2:outgoing> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 301 | </bpmn2:exclusiveGateway> |
| 302 | <bpmn2:sequenceFlow id="SequenceFlow_19lg15d" name="no" sourceRef="ExclusiveGateway_06mv93h" targetRef="Task_1drglpt" /> |
| 303 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0l2z6wc" name="Erorr on inMaintenance Unset?" default="SequenceFlow_3"> |
| 304 | <bpmn2:incoming>SequenceFlow_12mfil6</bpmn2:incoming> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 305 | <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 306 | <bpmn2:outgoing>SequenceFlow_1sdol24</bpmn2:outgoing> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 307 | </bpmn2:exclusiveGateway> |
| 308 | <bpmn2:sequenceFlow id="SequenceFlow_12mfil6" sourceRef="Task_1drglpt" targetRef="ExclusiveGateway_0l2z6wc" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 309 | <bpmn2:scriptTask id="Task_1tg549h" name="Abort Processing" scriptFormat="groovy"> |
| 310 | <bpmn2:incoming>SequenceFlow_0vpd06n</bpmn2:incoming> |
| 311 | <bpmn2:incoming>SequenceFlow_051zp79</bpmn2:incoming> |
| 312 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 313 | def uvfm = new ReplaceVnfInfra() |
| 314 | uvfm.abortProcessing(execution)]]></bpmn2:script> |
| 315 | </bpmn2:scriptTask> |
| 316 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0xlxgl0" name="Check Disposition"> |
| 317 | <bpmn2:incoming>SequenceFlow_0v0u7mf</bpmn2:incoming> |
| 318 | <bpmn2:outgoing>SequenceFlow_0vpd06n</bpmn2:outgoing> |
| 319 | <bpmn2:outgoing>SequenceFlow_1qr8msw</bpmn2:outgoing> |
| 320 | <bpmn2:outgoing>SequenceFlow_05gpym3</bpmn2:outgoing> |
| 321 | </bpmn2:exclusiveGateway> |
| 322 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0y82zzx" name="Which step to skip?" default="SequenceFlow_051zp79"> |
| 323 | <bpmn2:incoming>SequenceFlow_05gpym3</bpmn2:incoming> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 324 | <bpmn2:outgoing>SequenceFlow_051zp79</bpmn2:outgoing> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 325 | <bpmn2:outgoing>SequenceFlow_1ei7at5</bpmn2:outgoing> |
| 326 | <bpmn2:outgoing>SequenceFlow_0kg02xg</bpmn2:outgoing> |
| 327 | <bpmn2:outgoing>SequenceFlow_1i6p53b</bpmn2:outgoing> |
| 328 | <bpmn2:outgoing>SequenceFlow_1yy7o24</bpmn2:outgoing> |
| 329 | <bpmn2:outgoing>SequenceFlow_0sqmtpl</bpmn2:outgoing> |
| 330 | <bpmn2:outgoing>SequenceFlow_1shdmrj</bpmn2:outgoing> |
| 331 | <bpmn2:outgoing>SequenceFlow_1v1i5w4</bpmn2:outgoing> |
| 332 | <bpmn2:outgoing>SequenceFlow_1h8rscx</bpmn2:outgoing> |
| 333 | <bpmn2:outgoing>SequenceFlow_1xzq6jb</bpmn2:outgoing> |
| 334 | <bpmn2:outgoing>SequenceFlow_165q14c</bpmn2:outgoing> |
| 335 | <bpmn2:outgoing>SequenceFlow_0wp1a6g</bpmn2:outgoing> |
| 336 | <bpmn2:outgoing>SequenceFlow_0vymfh9</bpmn2:outgoing> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 337 | </bpmn2:exclusiveGateway> |
| 338 | <bpmn2:sequenceFlow id="SequenceFlow_05gpym3" name="Skip" sourceRef="ExclusiveGateway_0xlxgl0" targetRef="ExclusiveGateway_0y82zzx"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 339 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("disposition") == "Skip"]]></bpmn2:conditionExpression> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 340 | </bpmn2:sequenceFlow> |
| 341 | <bpmn2:sequenceFlow id="SequenceFlow_19ba94v" sourceRef="Task_0eae8go" targetRef="ScriptTask_6" /> |
| 342 | <bpmn2:scriptTask id="Task_0eae8go" name="Prepare DoDeleteVnfAndModules" scriptFormat="groovy"> |
| 343 | <bpmn2:incoming>SequenceFlow_1c0vdki</bpmn2:incoming> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 344 | <bpmn2:incoming>SequenceFlow_0aldwvz</bpmn2:incoming> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 345 | <bpmn2:outgoing>SequenceFlow_19ba94v</bpmn2:outgoing> |
| 346 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 347 | def uvfm = new ReplaceVnfInfra() |
| 348 | uvfm.prepDoDeleteVnfAndModules(execution)]]></bpmn2:script> |
| 349 | </bpmn2:scriptTask> |
| 350 | <bpmn2:scriptTask id="Task_040hi91" name="Prepare DoCreateVnfAndModules" scriptFormat="groovy"> |
| 351 | <bpmn2:incoming>SequenceFlow_0bxgny0</bpmn2:incoming> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 352 | <bpmn2:incoming>SequenceFlow_111z6w4</bpmn2:incoming> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 353 | <bpmn2:outgoing>SequenceFlow_1qm0ygo</bpmn2:outgoing> |
| 354 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 355 | def uvfm = new ReplaceVnfInfra() |
| 356 | uvfm.prepDoCreateVnfAndModules(execution)]]></bpmn2:script> |
| 357 | </bpmn2:scriptTask> |
| 358 | <bpmn2:callActivity id="Task_15hpowt" name="DoCreateVnfAndModules" calledElement="DoCreateVnfAndModules"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 359 | <bpmn2:extensionElements> |
| 360 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 361 | <camunda:in source="disableRollback" target="disableRollback" /> |
| 362 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 363 | <camunda:in source="productFamilyId" target="productFamilyId" /> |
| 364 | <camunda:in source="vnfModelInfo" target="vnfModelInfo" /> |
| 365 | <camunda:in source="lcpCloudRegionId" target="lcpCloudRegionId" /> |
| 366 | <camunda:in source="tenantId" target="tenantId" /> |
| 367 | <camunda:in source="sdncVersion" target="sdncVersion" /> |
| 368 | <camunda:in source="serviceModelInfo" target="serviceModelInfo" /> |
| 369 | <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> |
| 370 | <camunda:in source="serviceDecomposition" target="serviceDecomposition" /> |
| 371 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 372 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| 373 | <camunda:in source="vnfId" target="vnfId" /> |
| 374 | <camunda:in source="vnfName" target="vnfName" /> |
| 375 | </bpmn2:extensionElements> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 376 | <bpmn2:incoming>SequenceFlow_1qm0ygo</bpmn2:incoming> |
| 377 | <bpmn2:outgoing>SequenceFlow_0he2w4b</bpmn2:outgoing> |
| 378 | </bpmn2:callActivity> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 379 | <bpmn2:exclusiveGateway id="ExclusiveGateway_084iffr" name="Error on DoCreateVnfModules?" default="SequenceFlow_04zwhw4"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 380 | <bpmn2:incoming>SequenceFlow_0he2w4b</bpmn2:incoming> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 381 | <bpmn2:outgoing>SequenceFlow_04zwhw4</bpmn2:outgoing> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 382 | <bpmn2:outgoing>SequenceFlow_0pfvulx</bpmn2:outgoing> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 383 | </bpmn2:exclusiveGateway> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 384 | <bpmn2:sequenceFlow id="SequenceFlow_0bxgny0" name="no" sourceRef="ExclusiveGateway_0ulrq9g" targetRef="Task_040hi91" /> |
| 385 | <bpmn2:sequenceFlow id="SequenceFlow_1qm0ygo" sourceRef="Task_040hi91" targetRef="Task_15hpowt" /> |
| 386 | <bpmn2:sequenceFlow id="SequenceFlow_0he2w4b" sourceRef="Task_15hpowt" targetRef="ExclusiveGateway_084iffr" /> |
| 387 | <bpmn2:sequenceFlow id="SequenceFlow_051zp79" name="" sourceRef="ExclusiveGateway_0y82zzx" targetRef="Task_1tg549h" /> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 388 | <bpmn2:callActivity id="Task_1dtbnuy" name="Call APP-C VNF Lock" calledElement="AppCClient"> |
| 389 | <bpmn2:extensionElements> |
| 390 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 391 | <camunda:in source="actionLock" target="action" /> |
| 392 | <camunda:in source="vnfId" target="vnfId" /> |
| 393 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 394 | <camunda:out source="errorCode" target="errorCode" /> |
| 395 | <camunda:out source="errorText" target="errorText" /> |
| 396 | <camunda:out source="workStep" target="workStep" /> |
| 397 | <camunda:out source="failedActivity" target="failedActivity" /> |
Elena Kuleshov | 19efd68 | 2018-03-28 11:25:31 -0400 | [diff] [blame] | 398 | <camunda:out source="rollbackVnfLock" target="rollbackVnfLock" /> |
| 399 | <camunda:in source="controllerType" target="controllerType" /> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 400 | </bpmn2:extensionElements> |
| 401 | <bpmn2:incoming>SequenceFlow_1bkhs8m</bpmn2:incoming> |
| 402 | <bpmn2:incoming>SequenceFlow_1qfjlt7</bpmn2:incoming> |
| 403 | <bpmn2:outgoing>SequenceFlow_0xx8y1s</bpmn2:outgoing> |
| 404 | </bpmn2:callActivity> |
| 405 | <bpmn2:callActivity id="Task_1fj63ov" name="Call APP-C Health Check" calledElement="AppCClient"> |
| 406 | <bpmn2:extensionElements> |
| 407 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 408 | <camunda:in source="actionHealthCheck" target="action" /> |
| 409 | <camunda:in source="healthCheckIndex0" target="healthCheckIndex" /> |
| 410 | <camunda:in source="payload" target="payload" /> |
| 411 | <camunda:in source="vnfId" target="vnfId" /> |
| 412 | <camunda:out source="errorCode" target="errorCode" /> |
| 413 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 414 | <camunda:out source="errorText" target="errorText" /> |
| 415 | <camunda:out source="workStep" target="workStep" /> |
| 416 | <camunda:out source="failedActivity" target="failedActivity" /> |
| 417 | <camunda:in source="vnfName" target="vnfName" /> |
| 418 | <camunda:in source="vnfHostIpAddress" target="vnfHostIpAddress" /> |
Elena Kuleshov | 19efd68 | 2018-03-28 11:25:31 -0400 | [diff] [blame] | 419 | <camunda:in source="controllerType" target="controllerType" /> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 420 | </bpmn2:extensionElements> |
| 421 | <bpmn2:incoming>SequenceFlow_0qy68ib</bpmn2:incoming> |
| 422 | <bpmn2:incoming>SequenceFlow_0x7iupc</bpmn2:incoming> |
| 423 | <bpmn2:outgoing>SequenceFlow_0a6pdza</bpmn2:outgoing> |
| 424 | </bpmn2:callActivity> |
| 425 | <bpmn2:callActivity id="Task_1cfkcss" name="Call APP-C VNF Graceful Stop" calledElement="AppCClient"> |
| 426 | <bpmn2:extensionElements> |
| 427 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 428 | <camunda:in source="actionStop" target="action" /> |
| 429 | <camunda:in source="vnfId" target="vnfId" /> |
| 430 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 431 | <camunda:out source="errorCode" target="errorCode" /> |
| 432 | <camunda:out source="errorText" target="errorText" /> |
| 433 | <camunda:out source="workStep" target="workStep" /> |
| 434 | <camunda:out source="failedActivity" target="failedActivity" /> |
| 435 | <camunda:in source="aicIdentity" target="aicIdentity" /> |
| 436 | <camunda:out source="rollbackVnfStop" target="rollbackVnfStop" /> |
Elena Kuleshov | 19efd68 | 2018-03-28 11:25:31 -0400 | [diff] [blame] | 437 | <camunda:in source="controllerType" target="controllerType" /> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 438 | </bpmn2:extensionElements> |
| 439 | <bpmn2:incoming>SequenceFlow_0q0qan8</bpmn2:incoming> |
| 440 | <bpmn2:incoming>SequenceFlow_0hp0w6k</bpmn2:incoming> |
| 441 | <bpmn2:outgoing>SequenceFlow_13h26h9</bpmn2:outgoing> |
| 442 | </bpmn2:callActivity> |
| 443 | <bpmn2:callActivity id="Task_1hdg951" name="Call APP-C VNF Start" calledElement="AppCClient"> |
| 444 | <bpmn2:extensionElements> |
| 445 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 446 | <camunda:in source="actionStart" target="action" /> |
| 447 | <camunda:in source="vnfId" target="vnfId" /> |
| 448 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 449 | <camunda:out source="errorCode" target="errorCode" /> |
| 450 | <camunda:out source="errorText" target="errorText" /> |
| 451 | <camunda:out source="workStep" target="workStep" /> |
| 452 | <camunda:out source="failedActivity" target="failedActivity" /> |
| 453 | <camunda:in source="aicIdentity" target="aicIdentity" /> |
| 454 | <camunda:out source="rollbackVnfStop" target="rollbackVnfStop" /> |
Elena Kuleshov | 19efd68 | 2018-03-28 11:25:31 -0400 | [diff] [blame] | 455 | <camunda:in source="controllerType" target="controllerType" /> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 456 | </bpmn2:extensionElements> |
| 457 | <bpmn2:incoming>SequenceFlow_04zwhw4</bpmn2:incoming> |
| 458 | <bpmn2:incoming>SequenceFlow_1lrbndo</bpmn2:incoming> |
| 459 | <bpmn2:outgoing>SequenceFlow_1uno5rs</bpmn2:outgoing> |
| 460 | </bpmn2:callActivity> |
| 461 | <bpmn2:callActivity id="Task_1ca5ctq" name="Call APP-C Health Check" calledElement="AppCClient"> |
| 462 | <bpmn2:extensionElements> |
| 463 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 464 | <camunda:in source="actionHealthCheck" target="action" /> |
| 465 | <camunda:in source="healthCheckIndex1" target="healthCheckIndex" /> |
| 466 | <camunda:in source="payload" target="payload" /> |
| 467 | <camunda:in source="vnfId" target="vnfId" /> |
| 468 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 469 | <camunda:out source="errorCode" target="errorCode" /> |
| 470 | <camunda:out source="errorText" target="errorText" /> |
| 471 | <camunda:out source="workStep" target="workStep" /> |
| 472 | <camunda:out source="failedActivity" target="failedActivity" /> |
| 473 | <camunda:in source="vnfName" target="vnfName" /> |
| 474 | <camunda:in source="vnfHostIpAddress" target="vnfHostIpAddress" /> |
Elena Kuleshov | 19efd68 | 2018-03-28 11:25:31 -0400 | [diff] [blame] | 475 | <camunda:in source="controllerType" target="controllerType" /> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 476 | </bpmn2:extensionElements> |
| 477 | <bpmn2:incoming>SequenceFlow_162mm0m</bpmn2:incoming> |
| 478 | <bpmn2:incoming>SequenceFlow_14mblvp</bpmn2:incoming> |
| 479 | <bpmn2:outgoing>SequenceFlow_1c79909</bpmn2:outgoing> |
| 480 | </bpmn2:callActivity> |
| 481 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_11iqe6n" name="To Rainy Day Handling"> |
| 482 | <bpmn2:incoming>SequenceFlow_12hm1ks</bpmn2:incoming> |
| 483 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 484 | </bpmn2:intermediateThrowEvent> |
| 485 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_16f09ke" name="To inMaintenance Check"> |
| 486 | <bpmn2:outgoing>SequenceFlow_0jph3mt</bpmn2:outgoing> |
| 487 | <bpmn2:linkEventDefinition name="To inMaintenance Check" /> |
| 488 | </bpmn2:intermediateCatchEvent> |
| 489 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1mtokuy" name="To Rainy Day Handling"> |
| 490 | <bpmn2:incoming>SequenceFlow_0etr76r</bpmn2:incoming> |
| 491 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 492 | </bpmn2:intermediateThrowEvent> |
| 493 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_1h8oi7w" name="To inMaintenance Set"> |
| 494 | <bpmn2:outgoing>SequenceFlow_1nodcf9</bpmn2:outgoing> |
| 495 | <bpmn2:linkEventDefinition name="To inMaintenance Set" /> |
| 496 | </bpmn2:intermediateCatchEvent> |
| 497 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0pwcatt" name="To Rainy Day Handling"> |
| 498 | <bpmn2:incoming>SequenceFlow_11b00u2</bpmn2:incoming> |
| 499 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 500 | </bpmn2:intermediateThrowEvent> |
| 501 | <bpmn2:sequenceFlow id="SequenceFlow_12hm1ks" name="yes" sourceRef="ExclusiveGateway_0q323wc" targetRef="IntermediateThrowEvent_11iqe6n"> |
| 502 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 503 | </bpmn2:sequenceFlow> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 504 | <bpmn2:sequenceFlow id="SequenceFlow_0jph3mt" sourceRef="IntermediateThrowEvent_16f09ke" targetRef="Task_1rxiqe1" /> |
| 505 | <bpmn2:sequenceFlow id="SequenceFlow_0etr76r" name="yes" sourceRef="ExclusiveGateway_045e1uz" targetRef="IntermediateThrowEvent_1mtokuy"> |
| 506 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 507 | </bpmn2:sequenceFlow> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 508 | <bpmn2:sequenceFlow id="SequenceFlow_1nodcf9" sourceRef="IntermediateThrowEvent_1h8oi7w" targetRef="Task_0ap39ka" /> |
| 509 | <bpmn2:sequenceFlow id="SequenceFlow_11b00u2" name="yes" sourceRef="ExclusiveGateway_0ud5uwa" targetRef="IntermediateThrowEvent_0pwcatt"> |
| 510 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 511 | </bpmn2:sequenceFlow> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 512 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_1w8dvxw" name="To VNF Lock"> |
| 513 | <bpmn2:outgoing>SequenceFlow_1qfjlt7</bpmn2:outgoing> |
| 514 | <bpmn2:linkEventDefinition name="To VNF Lock" /> |
| 515 | </bpmn2:intermediateCatchEvent> |
| 516 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0mqqagp" name="To Rainy Day Hnadling"> |
| 517 | <bpmn2:incoming>SequenceFlow_1ck3v34</bpmn2:incoming> |
| 518 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 519 | </bpmn2:intermediateThrowEvent> |
| 520 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0vyfpwj" name="To Health PreCheck"> |
| 521 | <bpmn2:outgoing>SequenceFlow_0x7iupc</bpmn2:outgoing> |
| 522 | <bpmn2:linkEventDefinition name="To Health PreCheck" /> |
| 523 | </bpmn2:intermediateCatchEvent> |
| 524 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_12187dz" name="To Rainy Day Handling"> |
| 525 | <bpmn2:incoming>SequenceFlow_079nix0</bpmn2:incoming> |
| 526 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 527 | </bpmn2:intermediateThrowEvent> |
| 528 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0c7rese" name="To VNF Stop"> |
| 529 | <bpmn2:outgoing>SequenceFlow_0hp0w6k</bpmn2:outgoing> |
| 530 | <bpmn2:linkEventDefinition name="To VNF Stop" /> |
| 531 | </bpmn2:intermediateCatchEvent> |
| 532 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_18grbwz" name="To Rainy Day Handling"> |
| 533 | <bpmn2:incoming>SequenceFlow_032i8t0</bpmn2:incoming> |
| 534 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 535 | </bpmn2:intermediateThrowEvent> |
| 536 | <bpmn2:sequenceFlow id="SequenceFlow_1qfjlt7" sourceRef="IntermediateThrowEvent_1w8dvxw" targetRef="Task_1dtbnuy" /> |
| 537 | <bpmn2:sequenceFlow id="SequenceFlow_1ck3v34" name="yes" sourceRef="ExclusiveGateway_1slvyx2" targetRef="IntermediateThrowEvent_0mqqagp"> |
| 538 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 539 | </bpmn2:sequenceFlow> |
| 540 | <bpmn2:sequenceFlow id="SequenceFlow_0x7iupc" sourceRef="IntermediateThrowEvent_0vyfpwj" targetRef="Task_1fj63ov" /> |
| 541 | <bpmn2:sequenceFlow id="SequenceFlow_079nix0" name="yes" sourceRef="ExclusiveGateway_1ichg7h" targetRef="IntermediateThrowEvent_12187dz"> |
| 542 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 543 | </bpmn2:sequenceFlow> |
| 544 | <bpmn2:sequenceFlow id="SequenceFlow_0hp0w6k" sourceRef="IntermediateThrowEvent_0c7rese" targetRef="Task_1cfkcss" /> |
| 545 | <bpmn2:sequenceFlow id="SequenceFlow_032i8t0" name="yes" sourceRef="ExclusiveGateway_1etgtgi" targetRef="IntermediateThrowEvent_18grbwz"> |
| 546 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 547 | </bpmn2:sequenceFlow> |
| 548 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0r8kzqa" name="To DoDeleteVnfAndModules"> |
| 549 | <bpmn2:outgoing>SequenceFlow_0aldwvz</bpmn2:outgoing> |
| 550 | <bpmn2:linkEventDefinition name="To DoDeleteVnfAndModules" /> |
| 551 | </bpmn2:intermediateCatchEvent> |
| 552 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_169eg4j" name="To Rainy Day Handling"> |
| 553 | <bpmn2:incoming>SequenceFlow_1f0c5lj</bpmn2:incoming> |
| 554 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 555 | </bpmn2:intermediateThrowEvent> |
| 556 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0tenxiw" name="To DoCreateVnfAndModules"> |
| 557 | <bpmn2:outgoing>SequenceFlow_111z6w4</bpmn2:outgoing> |
| 558 | <bpmn2:linkEventDefinition name="To DoCreateVnfAndModules" /> |
| 559 | </bpmn2:intermediateCatchEvent> |
| 560 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1mocak0" name="To Rainy Day Handling"> |
| 561 | <bpmn2:incoming>SequenceFlow_0pfvulx</bpmn2:incoming> |
| 562 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 563 | </bpmn2:intermediateThrowEvent> |
| 564 | <bpmn2:sequenceFlow id="SequenceFlow_0aldwvz" sourceRef="IntermediateThrowEvent_0r8kzqa" targetRef="Task_0eae8go" /> |
| 565 | <bpmn2:sequenceFlow id="SequenceFlow_1f0c5lj" name="yes" sourceRef="ExclusiveGateway_0ulrq9g" targetRef="IntermediateThrowEvent_169eg4j"> |
| 566 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 567 | </bpmn2:sequenceFlow> |
| 568 | <bpmn2:sequenceFlow id="SequenceFlow_111z6w4" sourceRef="IntermediateThrowEvent_0tenxiw" targetRef="Task_040hi91" /> |
| 569 | <bpmn2:sequenceFlow id="SequenceFlow_0pfvulx" name="yes" sourceRef="ExclusiveGateway_084iffr" targetRef="IntermediateThrowEvent_1mocak0"> |
| 570 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 571 | </bpmn2:sequenceFlow> |
| 572 | <bpmn2:callActivity id="Task_1sove95" name="Call APP-C VNF Unlock" calledElement="AppCClient"> |
| 573 | <bpmn2:extensionElements> |
| 574 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 575 | <camunda:in source="actionUnlock" target="action" /> |
| 576 | <camunda:in source="vnfId" target="vnfId" /> |
| 577 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 578 | <camunda:out source="errorCode" target="errorCode" /> |
| 579 | <camunda:out source="errorText" target="errorText" /> |
| 580 | <camunda:out source="workStep" target="workStep" /> |
| 581 | <camunda:out source="failedActivity" target="failedActivity" /> |
| 582 | <camunda:out source="rollbackVnfLock" target="rollbackVnfLock" /> |
Elena Kuleshov | 19efd68 | 2018-03-28 11:25:31 -0400 | [diff] [blame] | 583 | <camunda:in source="controllerType" target="controllerType" /> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 584 | </bpmn2:extensionElements> |
| 585 | <bpmn2:incoming>SequenceFlow_197t3qk</bpmn2:incoming> |
| 586 | <bpmn2:incoming>SequenceFlow_18e0jz0</bpmn2:incoming> |
| 587 | <bpmn2:outgoing>SequenceFlow_1xfbwpi</bpmn2:outgoing> |
| 588 | </bpmn2:callActivity> |
| 589 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_15yev7i" name="To VNF Start"> |
| 590 | <bpmn2:outgoing>SequenceFlow_1lrbndo</bpmn2:outgoing> |
| 591 | <bpmn2:linkEventDefinition name="To VNF Start" /> |
| 592 | </bpmn2:intermediateCatchEvent> |
| 593 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0osnva5" name="To Rainy Day Handling"> |
| 594 | <bpmn2:incoming>SequenceFlow_17vwb2h</bpmn2:incoming> |
| 595 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 596 | </bpmn2:intermediateThrowEvent> |
| 597 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0gluaxf" name="To Health PostCheck"> |
| 598 | <bpmn2:outgoing>SequenceFlow_14mblvp</bpmn2:outgoing> |
| 599 | <bpmn2:linkEventDefinition name="To Health PostCheck" /> |
| 600 | </bpmn2:intermediateCatchEvent> |
| 601 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1chu5lh" name="To Rainy Day Handling"> |
| 602 | <bpmn2:incoming>SequenceFlow_0ba08lt</bpmn2:incoming> |
| 603 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 604 | </bpmn2:intermediateThrowEvent> |
| 605 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0p7wh09" name="To VNF Unlock"> |
| 606 | <bpmn2:outgoing>SequenceFlow_18e0jz0</bpmn2:outgoing> |
| 607 | <bpmn2:linkEventDefinition name="To VNF Unlock" /> |
| 608 | </bpmn2:intermediateCatchEvent> |
| 609 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0uh8zti" name="To Rainy Day Handling"> |
| 610 | <bpmn2:incoming>SequenceFlow_1akvi72</bpmn2:incoming> |
| 611 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 612 | </bpmn2:intermediateThrowEvent> |
| 613 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_1dei2gz" name="To inMaintenance Unset"> |
| 614 | <bpmn2:outgoing>SequenceFlow_0usoiza</bpmn2:outgoing> |
| 615 | <bpmn2:linkEventDefinition name="To inMaintenance Unset" /> |
| 616 | </bpmn2:intermediateCatchEvent> |
| 617 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0fobhuu" name="To Rainy Day Handling"> |
| 618 | <bpmn2:incoming>SequenceFlow_1sdol24</bpmn2:incoming> |
| 619 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 620 | </bpmn2:intermediateThrowEvent> |
| 621 | <bpmn2:sequenceFlow id="SequenceFlow_1lrbndo" sourceRef="IntermediateThrowEvent_15yev7i" targetRef="Task_1hdg951" /> |
| 622 | <bpmn2:sequenceFlow id="SequenceFlow_17vwb2h" name="yes" sourceRef="ExclusiveGateway_02tj4dw" targetRef="IntermediateThrowEvent_0osnva5"> |
| 623 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 624 | </bpmn2:sequenceFlow> |
| 625 | <bpmn2:sequenceFlow id="SequenceFlow_14mblvp" sourceRef="IntermediateThrowEvent_0gluaxf" targetRef="Task_1ca5ctq" /> |
| 626 | <bpmn2:sequenceFlow id="SequenceFlow_0ba08lt" name="yes" sourceRef="ExclusiveGateway_1gn5lab" targetRef="IntermediateThrowEvent_1chu5lh"> |
| 627 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 628 | </bpmn2:sequenceFlow> |
| 629 | <bpmn2:sequenceFlow id="SequenceFlow_18e0jz0" sourceRef="IntermediateThrowEvent_0p7wh09" targetRef="Task_1sove95" /> |
| 630 | <bpmn2:sequenceFlow id="SequenceFlow_1akvi72" name="yes" sourceRef="ExclusiveGateway_06mv93h" targetRef="IntermediateThrowEvent_0uh8zti"> |
| 631 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 632 | </bpmn2:sequenceFlow> |
| 633 | <bpmn2:sequenceFlow id="SequenceFlow_0usoiza" sourceRef="IntermediateThrowEvent_1dei2gz" targetRef="Task_1drglpt" /> |
| 634 | <bpmn2:sequenceFlow id="SequenceFlow_1sdol24" name="yes" sourceRef="ExclusiveGateway_0l2z6wc" targetRef="IntermediateThrowEvent_0fobhuu"> |
| 635 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 636 | </bpmn2:sequenceFlow> |
| 637 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_1lc72r4" name="To Completion Handler Prep"> |
| 638 | <bpmn2:outgoing>SequenceFlow_19rrss6</bpmn2:outgoing> |
| 639 | <bpmn2:linkEventDefinition name="To Completion Handler Prep" /> |
| 640 | </bpmn2:intermediateCatchEvent> |
| 641 | <bpmn2:sequenceFlow id="SequenceFlow_19rrss6" sourceRef="IntermediateThrowEvent_1lc72r4" targetRef="ScriptTask_10" /> |
| 642 | <bpmn2:intermediateCatchEvent id="IntermediateThrowEvent_0a9mn5c" name="To Rainy Day Handling"> |
| 643 | <bpmn2:outgoing>SequenceFlow_1cezgw4</bpmn2:outgoing> |
| 644 | <bpmn2:linkEventDefinition name="To Rainy Day Handling" /> |
| 645 | </bpmn2:intermediateCatchEvent> |
| 646 | <bpmn2:sequenceFlow id="SequenceFlow_1cezgw4" sourceRef="IntermediateThrowEvent_0a9mn5c" targetRef="Task_0q5cdit" /> |
| 647 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0x4bho9" name="To inMaintenance Check"> |
| 648 | <bpmn2:incoming>SequenceFlow_1ei7at5</bpmn2:incoming> |
| 649 | <bpmn2:linkEventDefinition name="To inMaintenance Check" /> |
| 650 | </bpmn2:intermediateThrowEvent> |
| 651 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0jervei" name="To inMaintenance Set"> |
| 652 | <bpmn2:incoming>SequenceFlow_0kg02xg</bpmn2:incoming> |
| 653 | <bpmn2:linkEventDefinition name="To inMaintenance Set" /> |
| 654 | </bpmn2:intermediateThrowEvent> |
| 655 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1vju4tj" name="To VNF Lock"> |
| 656 | <bpmn2:incoming>SequenceFlow_1i6p53b</bpmn2:incoming> |
| 657 | <bpmn2:linkEventDefinition name="To VNF Lock" /> |
| 658 | </bpmn2:intermediateThrowEvent> |
| 659 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1fzppfz" name="To Health PreCheck"> |
| 660 | <bpmn2:incoming>SequenceFlow_1yy7o24</bpmn2:incoming> |
| 661 | <bpmn2:linkEventDefinition name="To Health PreCheck" /> |
| 662 | </bpmn2:intermediateThrowEvent> |
| 663 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1e0qowf" name="To VNF Stop"> |
| 664 | <bpmn2:incoming>SequenceFlow_0sqmtpl</bpmn2:incoming> |
| 665 | <bpmn2:linkEventDefinition name="To VNF Stop" /> |
| 666 | </bpmn2:intermediateThrowEvent> |
| 667 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1v93roi" name="To DoDeleteVnfAndModules"> |
| 668 | <bpmn2:incoming>SequenceFlow_1shdmrj</bpmn2:incoming> |
| 669 | <bpmn2:linkEventDefinition name="To DoDeleteVnfAndModules" /> |
| 670 | </bpmn2:intermediateThrowEvent> |
| 671 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_04a1dfz" name="To DoCreateVnfAndModules"> |
| 672 | <bpmn2:incoming>SequenceFlow_1v1i5w4</bpmn2:incoming> |
| 673 | <bpmn2:linkEventDefinition name="To DoCreateVnfAndModules" /> |
| 674 | </bpmn2:intermediateThrowEvent> |
| 675 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_151z73b" name="To VNF Start"> |
| 676 | <bpmn2:incoming>SequenceFlow_1h8rscx</bpmn2:incoming> |
| 677 | <bpmn2:linkEventDefinition name="To VNF Start" /> |
| 678 | </bpmn2:intermediateThrowEvent> |
| 679 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_10bre7q" name="To Health PostCheck"> |
| 680 | <bpmn2:incoming>SequenceFlow_1xzq6jb</bpmn2:incoming> |
| 681 | <bpmn2:linkEventDefinition name="To Health PostCheck" /> |
| 682 | </bpmn2:intermediateThrowEvent> |
| 683 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1fl945a" name="To VNF Unlock"> |
| 684 | <bpmn2:incoming>SequenceFlow_165q14c</bpmn2:incoming> |
| 685 | <bpmn2:linkEventDefinition name="To VNF Unlock" /> |
| 686 | </bpmn2:intermediateThrowEvent> |
| 687 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1lljtoh" name="To inMaintenance Unset"> |
| 688 | <bpmn2:incoming>SequenceFlow_0wp1a6g</bpmn2:incoming> |
| 689 | <bpmn2:linkEventDefinition name="To inMaintenance Unset" /> |
| 690 | </bpmn2:intermediateThrowEvent> |
| 691 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0sub2cf" name="To Completion Handler Prep"> |
| 692 | <bpmn2:incoming>SequenceFlow_0vymfh9</bpmn2:incoming> |
| 693 | <bpmn2:linkEventDefinition name="To Completion Handler Prep" /> |
| 694 | </bpmn2:intermediateThrowEvent> |
| 695 | <bpmn2:sequenceFlow id="SequenceFlow_1ei7at5" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_0x4bho9"> |
| 696 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "checkIfPserversInMaintInAAI"]]></bpmn2:conditionExpression> |
| 697 | </bpmn2:sequenceFlow> |
| 698 | <bpmn2:sequenceFlow id="SequenceFlow_0kg02xg" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_0jervei"> |
| 699 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "checkIfVnfInMaintInAAI"]]></bpmn2:conditionExpression> |
| 700 | </bpmn2:sequenceFlow> |
| 701 | <bpmn2:sequenceFlow id="SequenceFlow_1i6p53b" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1vju4tj"> |
| 702 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "setVnfInMaintFlagInAAI"]]></bpmn2:conditionExpression> |
| 703 | </bpmn2:sequenceFlow> |
| 704 | <bpmn2:sequenceFlow id="SequenceFlow_1yy7o24" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1fzppfz"> |
| 705 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "Lock"]]></bpmn2:conditionExpression> |
| 706 | </bpmn2:sequenceFlow> |
| 707 | <bpmn2:sequenceFlow id="SequenceFlow_0sqmtpl" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1e0qowf"> |
| 708 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "HealthCheck0"]]></bpmn2:conditionExpression> |
| 709 | </bpmn2:sequenceFlow> |
| 710 | <bpmn2:sequenceFlow id="SequenceFlow_1shdmrj" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1v93roi"> |
| 711 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "Stop"]]></bpmn2:conditionExpression> |
| 712 | </bpmn2:sequenceFlow> |
| 713 | <bpmn2:sequenceFlow id="SequenceFlow_1v1i5w4" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_04a1dfz"> |
| 714 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "doDeleteVnfAndModules"]]></bpmn2:conditionExpression> |
| 715 | </bpmn2:sequenceFlow> |
| 716 | <bpmn2:sequenceFlow id="SequenceFlow_1h8rscx" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_151z73b"> |
| 717 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "doCreateVnfAndModules"]]></bpmn2:conditionExpression> |
| 718 | </bpmn2:sequenceFlow> |
| 719 | <bpmn2:sequenceFlow id="SequenceFlow_1xzq6jb" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_10bre7q"> |
| 720 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "Start"]]></bpmn2:conditionExpression> |
| 721 | </bpmn2:sequenceFlow> |
| 722 | <bpmn2:sequenceFlow id="SequenceFlow_165q14c" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1fl945a"> |
| 723 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "HealthCheck1"]]></bpmn2:conditionExpression> |
| 724 | </bpmn2:sequenceFlow> |
| 725 | <bpmn2:sequenceFlow id="SequenceFlow_0wp1a6g" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_1lljtoh"> |
| 726 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "Unlock"]]></bpmn2:conditionExpression> |
| 727 | </bpmn2:sequenceFlow> |
| 728 | <bpmn2:sequenceFlow id="SequenceFlow_0vymfh9" sourceRef="ExclusiveGateway_0y82zzx" targetRef="IntermediateThrowEvent_0sub2cf"> |
| 729 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("workStep") == "unsetVnfInMaintFlagInAAI"]]></bpmn2:conditionExpression> |
| 730 | </bpmn2:sequenceFlow> |
| 731 | <bpmn2:sequenceFlow id="SequenceFlow_14yy8v4" sourceRef="Task_0iydw5o" targetRef="Task_0vy2zge" /> |
| 732 | <bpmn2:scriptTask id="Task_0iydw5o" name="Query A&AI for VNF" scriptFormat="groovy"> |
| 733 | <bpmn2:incoming>SequenceFlow_053qjfy</bpmn2:incoming> |
| 734 | <bpmn2:outgoing>SequenceFlow_14yy8v4</bpmn2:outgoing> |
| 735 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 736 | def uvfm = new ReplaceVnfInfra() |
| 737 | uvfm.queryAAIForVnf(execution)]]></bpmn2:script> |
| 738 | </bpmn2:scriptTask> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 739 | </bpmn2:process> |
| 740 | <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> |
| 741 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 742 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="ReplaceVnfInfra"> |
| 743 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="StartEvent_1"> |
| 744 | <dc:Bounds x="97" y="72" width="36" height="36" /> |
| 745 | <bpmndi:BPMNLabel> |
| 746 | <dc:Bounds x="103" y="113" width="23" height="12" /> |
| 747 | </bpmndi:BPMNLabel> |
| 748 | </bpmndi:BPMNShape> |
| 749 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_125" bpmnElement="EndEvent_1"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 750 | <dc:Bounds x="599" y="1249" width="36" height="36" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 751 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 752 | <dc:Bounds x="598" y="1290" width="38" height="12" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 753 | </bpmndi:BPMNLabel> |
| 754 | </bpmndi:BPMNShape> |
| 755 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ScriptTask_124"> |
| 756 | <di:waypoint xsi:type="dc:Point" x="133" y="90" /> |
| 757 | <di:waypoint xsi:type="dc:Point" x="209" y="90" /> |
| 758 | <bpmndi:BPMNLabel> |
| 759 | <dc:Bounds x="171" y="75" width="0" height="0" /> |
| 760 | </bpmndi:BPMNLabel> |
| 761 | </bpmndi:BPMNEdge> |
| 762 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_124" bpmnElement="PreProcessRequest"> |
| 763 | <dc:Bounds x="209" y="50" width="100" height="80" /> |
| 764 | </bpmndi:BPMNShape> |
| 765 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ScriptTask_124" targetElement="_BPMNShape_ScriptTask_125"> |
| 766 | <di:waypoint xsi:type="dc:Point" x="309" y="90" /> |
| 767 | <di:waypoint xsi:type="dc:Point" x="373" y="90" /> |
| 768 | <bpmndi:BPMNLabel> |
| 769 | <dc:Bounds x="341" y="75" width="0" height="0" /> |
| 770 | </bpmndi:BPMNLabel> |
| 771 | </bpmndi:BPMNEdge> |
| 772 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_125" bpmnElement="ScriptTask_1"> |
| 773 | <dc:Bounds x="373" y="50" width="100" height="80" /> |
| 774 | </bpmndi:BPMNShape> |
| 775 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_125"> |
| 776 | <di:waypoint xsi:type="dc:Point" x="525" y="237" /> |
| 777 | <di:waypoint xsi:type="dc:Point" x="601" y="237" /> |
| 778 | <bpmndi:BPMNLabel> |
| 779 | <dc:Bounds x="563" y="222" width="0" height="0" /> |
| 780 | </bpmndi:BPMNLabel> |
| 781 | </bpmndi:BPMNEdge> |
| 782 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_127" bpmnElement="ScriptTask_4"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 783 | <dc:Bounds x="434" y="1227" width="100" height="80" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 784 | </bpmndi:BPMNShape> |
| 785 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_127" targetElement="_BPMNShape_EndEvent_125"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 786 | <di:waypoint xsi:type="dc:Point" x="534" y="1267" /> |
| 787 | <di:waypoint xsi:type="dc:Point" x="560" y="1267" /> |
| 788 | <di:waypoint xsi:type="dc:Point" x="560" y="1267" /> |
| 789 | <di:waypoint xsi:type="dc:Point" x="599" y="1267" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 790 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 791 | <dc:Bounds x="575" y="1267" width="0" height="0" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 792 | </bpmndi:BPMNLabel> |
| 793 | </bpmndi:BPMNEdge> |
| 794 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_133" bpmnElement="ScriptTask_10"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 795 | <dc:Bounds x="134" y="1227" width="100" height="80" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 796 | </bpmndi:BPMNShape> |
| 797 | <bpmndi:BPMNShape id="_BPMNShape_CallActivity_27" bpmnElement="CallActivity_1"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 798 | <dc:Bounds x="284" y="1227" width="100" height="80" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 799 | </bpmndi:BPMNShape> |
| 800 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_ScriptTask_133" targetElement="_BPMNShape_CallActivity_27"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 801 | <di:waypoint xsi:type="dc:Point" x="234" y="1267" /> |
| 802 | <di:waypoint xsi:type="dc:Point" x="284" y="1267" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 803 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 804 | <dc:Bounds x="256" y="1509" width="0" height="0" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 805 | </bpmndi:BPMNLabel> |
| 806 | </bpmndi:BPMNEdge> |
| 807 | <bpmndi:BPMNShape id="_BPMNShape_SubProcess_17" bpmnElement="SubProcess_1" isExpanded="true"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 808 | <dc:Bounds x="105" y="1469" width="1047" height="239" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 809 | </bpmndi:BPMNShape> |
| 810 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_52" bpmnElement="StartEvent_3"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 811 | <dc:Bounds x="169" y="1563" width="36" height="36" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 812 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 813 | <dc:Bounds x="148" y="1604" width="77" height="12" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 814 | </bpmndi:BPMNLabel> |
| 815 | </bpmndi:BPMNShape> |
| 816 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_136" bpmnElement="ScriptTask_3"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 817 | <dc:Bounds x="748" y="1541" width="100" height="80" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 818 | </bpmndi:BPMNShape> |
| 819 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_52" targetElement="_BPMNShape_ScriptTask_136"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 820 | <di:waypoint xsi:type="dc:Point" x="205" y="1581" /> |
| 821 | <di:waypoint xsi:type="dc:Point" x="248" y="1581" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 822 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 823 | <dc:Bounds x="227" y="1566" width="0" height="0" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 824 | </bpmndi:BPMNLabel> |
| 825 | </bpmndi:BPMNEdge> |
| 826 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_136" targetElement="_BPMNShape_CallActivity_28"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 827 | <di:waypoint xsi:type="dc:Point" x="848" y="1581" /> |
| 828 | <di:waypoint xsi:type="dc:Point" x="916" y="1581" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 829 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 830 | <dc:Bounds x="864" y="1581" width="0" height="0" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 831 | </bpmndi:BPMNLabel> |
| 832 | </bpmndi:BPMNEdge> |
| 833 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_126" bpmnElement="EndEvent_2"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 834 | <dc:Bounds x="1072" y="1563" width="36" height="36" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 835 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 836 | <dc:Bounds x="1090" y="1604" width="0" height="0" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 837 | </bpmndi:BPMNLabel> |
| 838 | </bpmndi:BPMNShape> |
| 839 | <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_43" bpmnElement="BoundaryEvent_1"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 840 | <dc:Bounds x="1134" y="1562" width="36" height="36" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 841 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 842 | <dc:Bounds x="1152" y="1603" width="0" height="0" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 843 | </bpmndi:BPMNLabel> |
| 844 | </bpmndi:BPMNShape> |
| 845 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_127" bpmnElement="EndEvent_3"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 846 | <dc:Bounds x="1205" y="1561" width="36" height="36" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 847 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 848 | <dc:Bounds x="1223" y="1602" width="0" height="0" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 849 | </bpmndi:BPMNLabel> |
| 850 | </bpmndi:BPMNShape> |
| 851 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_BoundaryEvent_43" targetElement="_BPMNShape_EndEvent_127"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 852 | <di:waypoint xsi:type="dc:Point" x="1170" y="1580" /> |
| 853 | <di:waypoint xsi:type="dc:Point" x="1205" y="1579" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 854 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 855 | <dc:Bounds x="1188" y="1564.5" width="0" height="0" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 856 | </bpmndi:BPMNLabel> |
| 857 | </bpmndi:BPMNEdge> |
| 858 | <bpmndi:BPMNShape id="_BPMNShape_CallActivity_28" bpmnElement="CallActivity_2"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 859 | <dc:Bounds x="916" y="1541" width="100" height="80" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 860 | </bpmndi:BPMNShape> |
| 861 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_CallActivity_27" targetElement="_BPMNShape_ScriptTask_127"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 862 | <di:waypoint xsi:type="dc:Point" x="384" y="1267" /> |
| 863 | <di:waypoint xsi:type="dc:Point" x="434" y="1267" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 864 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 865 | <dc:Bounds x="406" y="1509" width="0" height="0" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 866 | </bpmndi:BPMNLabel> |
| 867 | </bpmndi:BPMNEdge> |
| 868 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_CallActivity_28" targetElement="_BPMNShape_EndEvent_126"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 869 | <di:waypoint xsi:type="dc:Point" x="1016" y="1581" /> |
| 870 | <di:waypoint xsi:type="dc:Point" x="1072" y="1581" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 871 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 872 | <dc:Bounds x="909" y="1641" width="0" height="0" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 873 | </bpmndi:BPMNLabel> |
| 874 | </bpmndi:BPMNEdge> |
| 875 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_181" bpmnElement="ScriptTask_6"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 876 | <dc:Bounds x="305" y="695" width="100" height="80" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 877 | </bpmndi:BPMNShape> |
| 878 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_181" targetElement="_BPMNShape_ScriptTask_133"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 879 | <di:waypoint xsi:type="dc:Point" x="1181" y="989" /> |
| 880 | <di:waypoint xsi:type="dc:Point" x="1275" y="989" /> |
| 881 | <di:waypoint xsi:type="dc:Point" x="1275" y="1171" /> |
| 882 | <di:waypoint xsi:type="dc:Point" x="96" y="1171" /> |
| 883 | <di:waypoint xsi:type="dc:Point" x="96" y="1267" /> |
| 884 | <di:waypoint xsi:type="dc:Point" x="134" y="1267" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 885 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 886 | <dc:Bounds x="1218" y="964.4017408047539" width="12" height="12" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 887 | </bpmndi:BPMNLabel> |
| 888 | </bpmndi:BPMNEdge> |
| 889 | <bpmndi:BPMNEdge id="SequenceFlow_1w35ov3_di" bpmnElement="SequenceFlow_1w35ov3"> |
| 890 | <di:waypoint xsi:type="dc:Point" x="655" y="90" /> |
| 891 | <di:waypoint xsi:type="dc:Point" x="718" y="90" /> |
| 892 | <bpmndi:BPMNLabel> |
| 893 | <dc:Bounds x="687" y="75" width="0" height="0" /> |
| 894 | </bpmndi:BPMNLabel> |
| 895 | </bpmndi:BPMNEdge> |
| 896 | <bpmndi:BPMNShape id="CallActivity_0qfx7sz_di" bpmnElement="Task_1gg76h7"> |
| 897 | <dc:Bounds x="555" y="50" width="100" height="80" /> |
| 898 | </bpmndi:BPMNShape> |
| 899 | <bpmndi:BPMNEdge id="SequenceFlow_053qjfy_di" bpmnElement="SequenceFlow_053qjfy"> |
| 900 | <di:waypoint xsi:type="dc:Point" x="818" y="90" /> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 901 | <di:waypoint xsi:type="dc:Point" x="863" y="90" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 902 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 903 | <dc:Bounds x="841" y="75" width="0" height="0" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 904 | </bpmndi:BPMNLabel> |
| 905 | </bpmndi:BPMNEdge> |
| 906 | <bpmndi:BPMNShape id="ScriptTask_08xzuox_di" bpmnElement="Task_1opcb4j"> |
| 907 | <dc:Bounds x="718" y="50" width="100" height="80" /> |
| 908 | </bpmndi:BPMNShape> |
| 909 | <bpmndi:BPMNEdge id="SequenceFlow_0y0jt4l_di" bpmnElement="SequenceFlow_0y0jt4l"> |
| 910 | <di:waypoint xsi:type="dc:Point" x="473" y="90" /> |
| 911 | <di:waypoint xsi:type="dc:Point" x="555" y="90" /> |
| 912 | <bpmndi:BPMNLabel> |
| 913 | <dc:Bounds x="514" y="75" width="0" height="0" /> |
| 914 | </bpmndi:BPMNLabel> |
| 915 | </bpmndi:BPMNEdge> |
| 916 | <bpmndi:BPMNShape id="ScriptTask_19pf9z8_di" bpmnElement="Task_1rxiqe1"> |
| 917 | <dc:Bounds x="425" y="197" width="100" height="80" /> |
| 918 | </bpmndi:BPMNShape> |
| 919 | <bpmndi:BPMNEdge id="SequenceFlow_0usxnlk_di" bpmnElement="SequenceFlow_0usxnlk"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 920 | <di:waypoint xsi:type="dc:Point" x="239" y="237" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 921 | <di:waypoint xsi:type="dc:Point" x="292" y="237" /> |
| 922 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 923 | <dc:Bounds x="266" y="222" width="0" height="0" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 924 | </bpmndi:BPMNLabel> |
| 925 | </bpmndi:BPMNEdge> |
| 926 | <bpmndi:BPMNEdge id="SequenceFlow_1bkhs8m_di" bpmnElement="SequenceFlow_1bkhs8m"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 927 | <di:waypoint xsi:type="dc:Point" x="921" y="237" /> |
| 928 | <di:waypoint xsi:type="dc:Point" x="988" y="237" /> |
| 929 | <di:waypoint xsi:type="dc:Point" x="988" y="402" /> |
| 930 | <di:waypoint xsi:type="dc:Point" x="98" y="402" /> |
| 931 | <di:waypoint xsi:type="dc:Point" x="98" y="490" /> |
| 932 | <di:waypoint xsi:type="dc:Point" x="139" y="490" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 933 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 934 | <dc:Bounds x="951" y="208.69353020889844" width="12" height="12" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 935 | </bpmndi:BPMNLabel> |
| 936 | </bpmndi:BPMNEdge> |
| 937 | <bpmndi:BPMNEdge id="SequenceFlow_0gzzeru_di" bpmnElement="SequenceFlow_0gzzeru"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 938 | <di:waypoint xsi:type="dc:Point" x="405" y="735" /> |
| 939 | <di:waypoint xsi:type="dc:Point" x="464" y="735" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 940 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 941 | <dc:Bounds x="435" y="720" width="0" height="0" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 942 | </bpmndi:BPMNLabel> |
| 943 | </bpmndi:BPMNEdge> |
| 944 | <bpmndi:BPMNShape id="ScriptTask_0wa4zya_di" bpmnElement="Task_0ap39ka"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 945 | <dc:Bounds x="718" y="197" width="100" height="80" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 946 | </bpmndi:BPMNShape> |
| 947 | <bpmndi:BPMNShape id="ScriptTask_0sgm9bu_di" bpmnElement="Task_1drglpt"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 948 | <dc:Bounds x="982" y="949" width="100" height="80" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 949 | </bpmndi:BPMNShape> |
| 950 | <bpmndi:BPMNShape id="ScriptTask_16jtt5t_di" bpmnElement="Task_0vy2zge"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 951 | <dc:Bounds x="139" y="197" width="100" height="80" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 952 | </bpmndi:BPMNShape> |
| 953 | <bpmndi:BPMNEdge id="SequenceFlow_0xx8y1s_di" bpmnElement="SequenceFlow_0xx8y1s"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 954 | <di:waypoint xsi:type="dc:Point" x="239" y="490" /> |
| 955 | <di:waypoint xsi:type="dc:Point" x="292" y="490" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 956 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 957 | <dc:Bounds x="266" y="475" width="0" height="0" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 958 | </bpmndi:BPMNLabel> |
| 959 | </bpmndi:BPMNEdge> |
| 960 | <bpmndi:BPMNEdge id="SequenceFlow_0a6pdza_di" bpmnElement="SequenceFlow_0a6pdza"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 961 | <di:waypoint xsi:type="dc:Point" x="525" y="490" /> |
| 962 | <di:waypoint xsi:type="dc:Point" x="601" y="490" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 963 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 964 | <dc:Bounds x="563" y="475" width="0" height="0" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 965 | </bpmndi:BPMNLabel> |
| 966 | </bpmndi:BPMNEdge> |
| 967 | <bpmndi:BPMNEdge id="SequenceFlow_13h26h9_di" bpmnElement="SequenceFlow_13h26h9"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 968 | <di:waypoint xsi:type="dc:Point" x="818" y="490" /> |
| 969 | <di:waypoint xsi:type="dc:Point" x="871" y="490" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 970 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 971 | <dc:Bounds x="845" y="475" width="0" height="0" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 972 | </bpmndi:BPMNLabel> |
| 973 | </bpmndi:BPMNEdge> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 974 | <bpmndi:BPMNEdge id="SequenceFlow_1uno5rs_di" bpmnElement="SequenceFlow_1uno5rs"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 975 | <di:waypoint xsi:type="dc:Point" x="259" y="989" /> |
| 976 | <di:waypoint xsi:type="dc:Point" x="295" y="989" /> |
| 977 | <di:waypoint xsi:type="dc:Point" x="295" y="989" /> |
| 978 | <di:waypoint xsi:type="dc:Point" x="330" y="989" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 979 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 980 | <dc:Bounds x="310" y="989" width="0" height="0" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 981 | </bpmndi:BPMNLabel> |
| 982 | </bpmndi:BPMNEdge> |
| 983 | <bpmndi:BPMNEdge id="SequenceFlow_1c79909_di" bpmnElement="SequenceFlow_1c79909"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 984 | <di:waypoint xsi:type="dc:Point" x="539" y="989" /> |
| 985 | <di:waypoint xsi:type="dc:Point" x="601" y="989" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 986 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 987 | <dc:Bounds x="570" y="974" width="0" height="0" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 988 | </bpmndi:BPMNLabel> |
| 989 | </bpmndi:BPMNEdge> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 990 | <bpmndi:BPMNEdge id="SequenceFlow_1xfbwpi_di" bpmnElement="SequenceFlow_1xfbwpi"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 991 | <di:waypoint xsi:type="dc:Point" x="818" y="989" /> |
| 992 | <di:waypoint xsi:type="dc:Point" x="880" y="989" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 993 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 994 | <dc:Bounds x="849" y="974" width="0" height="0" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 995 | </bpmndi:BPMNLabel> |
| 996 | </bpmndi:BPMNEdge> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 997 | <bpmndi:BPMNShape id="ExclusiveGateway_0q323wc_di" bpmnElement="ExclusiveGateway_0q323wc" isMarkerVisible="true"> |
| 998 | <dc:Bounds x="291.803" y="212" width="50" height="50" /> |
| 999 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1000 | <dc:Bounds x="273" y="170" width="87" height="24" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1001 | </bpmndi:BPMNLabel> |
| 1002 | </bpmndi:BPMNShape> |
| 1003 | <bpmndi:BPMNEdge id="SequenceFlow_16mo99z_di" bpmnElement="SequenceFlow_16mo99z"> |
| 1004 | <di:waypoint xsi:type="dc:Point" x="342" y="237" /> |
| 1005 | <di:waypoint xsi:type="dc:Point" x="425" y="237" /> |
| 1006 | <bpmndi:BPMNLabel> |
| 1007 | <dc:Bounds x="373" y="213" width="12" height="12" /> |
| 1008 | </bpmndi:BPMNLabel> |
| 1009 | </bpmndi:BPMNEdge> |
| 1010 | <bpmndi:BPMNShape id="ExclusiveGateway_045e1uz_di" bpmnElement="ExclusiveGateway_045e1uz" isMarkerVisible="true"> |
| 1011 | <dc:Bounds x="601" y="212" width="50" height="50" /> |
| 1012 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1013 | <dc:Bounds x="589" y="161" width="73" height="36" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1014 | </bpmndi:BPMNLabel> |
| 1015 | </bpmndi:BPMNShape> |
| 1016 | <bpmndi:BPMNEdge id="SequenceFlow_0baosqi_di" bpmnElement="SequenceFlow_0baosqi"> |
| 1017 | <di:waypoint xsi:type="dc:Point" x="651" y="237" /> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1018 | <di:waypoint xsi:type="dc:Point" x="718" y="237" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1019 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1020 | <dc:Bounds x="675" y="214" width="12" height="12" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1021 | </bpmndi:BPMNLabel> |
| 1022 | </bpmndi:BPMNEdge> |
| 1023 | <bpmndi:BPMNShape id="CallActivity_1k5n5d1_di" bpmnElement="Task_0q5cdit"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1024 | <dc:Bounds x="1173" y="609" width="100" height="80" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1025 | </bpmndi:BPMNShape> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1026 | <bpmndi:BPMNEdge id="SequenceFlow_0v0u7mf_di" bpmnElement="SequenceFlow_0v0u7mf"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1027 | <di:waypoint xsi:type="dc:Point" x="1273" y="649" /> |
| 1028 | <di:waypoint xsi:type="dc:Point" x="1315" y="649" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1029 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1030 | <dc:Bounds x="1294" y="634" width="0" height="0" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1031 | </bpmndi:BPMNLabel> |
| 1032 | </bpmndi:BPMNEdge> |
| 1033 | <bpmndi:BPMNShape id="Task_0zbogrm_di" bpmnElement="Task_0zbogrm"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1034 | <dc:Bounds x="1290" y="768" width="100" height="80" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1035 | </bpmndi:BPMNShape> |
| 1036 | <bpmndi:BPMNEdge id="SequenceFlow_0vpd06n_di" bpmnElement="SequenceFlow_0vpd06n"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1037 | <di:waypoint xsi:type="dc:Point" x="1340" y="624" /> |
| 1038 | <di:waypoint xsi:type="dc:Point" x="1340" y="551" /> |
| 1039 | <di:waypoint xsi:type="dc:Point" x="1340" y="551" /> |
| 1040 | <di:waypoint xsi:type="dc:Point" x="1340" y="502" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1041 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1042 | <dc:Bounds x="1351" y="556.9998593756898" width="26" height="12" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1043 | </bpmndi:BPMNLabel> |
| 1044 | </bpmndi:BPMNEdge> |
| 1045 | <bpmndi:BPMNEdge id="SequenceFlow_1qr8msw_di" bpmnElement="SequenceFlow_1qr8msw"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1046 | <di:waypoint xsi:type="dc:Point" x="1340" y="674" /> |
| 1047 | <di:waypoint xsi:type="dc:Point" x="1340" y="722" /> |
| 1048 | <di:waypoint xsi:type="dc:Point" x="1340" y="722" /> |
| 1049 | <di:waypoint xsi:type="dc:Point" x="1340" y="768" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1050 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1051 | <dc:Bounds x="1344" y="718.1219512195122" width="42" height="12" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1052 | </bpmndi:BPMNLabel> |
| 1053 | </bpmndi:BPMNEdge> |
| 1054 | <bpmndi:BPMNShape id="ExclusiveGateway_0ud5uwa_di" bpmnElement="ExclusiveGateway_0ud5uwa" isMarkerVisible="true"> |
| 1055 | <dc:Bounds x="871.1194471865745" y="211.86673247778873" width="50" height="50" /> |
| 1056 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1057 | <dc:Bounds x="859" y="164" width="73" height="36" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1058 | </bpmndi:BPMNLabel> |
| 1059 | </bpmndi:BPMNShape> |
| 1060 | <bpmndi:BPMNEdge id="SequenceFlow_0k3fx7p_di" bpmnElement="SequenceFlow_0k3fx7p"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1061 | <di:waypoint xsi:type="dc:Point" x="818" y="237" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1062 | <di:waypoint xsi:type="dc:Point" x="871" y="237" /> |
| 1063 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1064 | <dc:Bounds x="845" y="222" width="0" height="0" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1065 | </bpmndi:BPMNLabel> |
| 1066 | </bpmndi:BPMNEdge> |
| 1067 | <bpmndi:BPMNShape id="ExclusiveGateway_1slvyx2_di" bpmnElement="ExclusiveGateway_1slvyx2" isMarkerVisible="true"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1068 | <dc:Bounds x="292" y="465" width="50" height="50" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1069 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1070 | <dc:Bounds x="283" y="428" width="68" height="24" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1071 | </bpmndi:BPMNLabel> |
| 1072 | </bpmndi:BPMNShape> |
| 1073 | <bpmndi:BPMNEdge id="SequenceFlow_0qy68ib_di" bpmnElement="SequenceFlow_0qy68ib"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1074 | <di:waypoint xsi:type="dc:Point" x="342" y="490" /> |
| 1075 | <di:waypoint xsi:type="dc:Point" x="425" y="490" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1076 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1077 | <dc:Bounds x="378" y="475" width="12" height="12" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1078 | </bpmndi:BPMNLabel> |
| 1079 | </bpmndi:BPMNEdge> |
| 1080 | <bpmndi:BPMNShape id="ExclusiveGateway_1ichg7h_di" bpmnElement="ExclusiveGateway_1ichg7h" isMarkerVisible="true"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1081 | <dc:Bounds x="601" y="465" width="50" height="50" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1082 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1083 | <dc:Bounds x="590" y="428" width="72" height="24" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1084 | </bpmndi:BPMNLabel> |
| 1085 | </bpmndi:BPMNShape> |
| 1086 | <bpmndi:BPMNEdge id="SequenceFlow_0q0qan8_di" bpmnElement="SequenceFlow_0q0qan8"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1087 | <di:waypoint xsi:type="dc:Point" x="651" y="490" /> |
| 1088 | <di:waypoint xsi:type="dc:Point" x="718" y="490" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1089 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1090 | <dc:Bounds x="680" y="475" width="12" height="12" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1091 | </bpmndi:BPMNLabel> |
| 1092 | </bpmndi:BPMNEdge> |
| 1093 | <bpmndi:BPMNShape id="ExclusiveGateway_1etgtgi_di" bpmnElement="ExclusiveGateway_1etgtgi" isMarkerVisible="true"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1094 | <dc:Bounds x="871" y="465" width="50" height="50" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1095 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1096 | <dc:Bounds x="862" y="430" width="68" height="24" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1097 | </bpmndi:BPMNLabel> |
| 1098 | </bpmndi:BPMNShape> |
| 1099 | <bpmndi:BPMNEdge id="SequenceFlow_1c0vdki_di" bpmnElement="SequenceFlow_1c0vdki"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1100 | <di:waypoint xsi:type="dc:Point" x="921" y="490" /> |
| 1101 | <di:waypoint xsi:type="dc:Point" x="995" y="490" /> |
| 1102 | <di:waypoint xsi:type="dc:Point" x="995" y="643" /> |
| 1103 | <di:waypoint xsi:type="dc:Point" x="96" y="643" /> |
| 1104 | <di:waypoint xsi:type="dc:Point" x="96" y="735" /> |
| 1105 | <di:waypoint xsi:type="dc:Point" x="139" y="735" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1106 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1107 | <dc:Bounds x="949" y="466" width="12" height="12" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1108 | </bpmndi:BPMNLabel> |
| 1109 | </bpmndi:BPMNEdge> |
| 1110 | <bpmndi:BPMNShape id="ExclusiveGateway_0ulrq9g_di" bpmnElement="ExclusiveGateway_0ulrq9g" isMarkerVisible="true"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1111 | <dc:Bounds x="464" y="710" width="50" height="50" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1112 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1113 | <dc:Bounds x="445" y="660" width="88" height="36" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1114 | </bpmndi:BPMNLabel> |
| 1115 | </bpmndi:BPMNShape> |
| 1116 | <bpmndi:BPMNEdge id="SequenceFlow_04zwhw4_di" bpmnElement="SequenceFlow_04zwhw4"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1117 | <di:waypoint xsi:type="dc:Point" x="921" y="735" /> |
| 1118 | <di:waypoint xsi:type="dc:Point" x="1004" y="735" /> |
| 1119 | <di:waypoint xsi:type="dc:Point" x="1004" y="900" /> |
| 1120 | <di:waypoint xsi:type="dc:Point" x="95" y="900" /> |
| 1121 | <di:waypoint xsi:type="dc:Point" x="95" y="989" /> |
| 1122 | <di:waypoint xsi:type="dc:Point" x="159" y="989" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1123 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1124 | <dc:Bounds x="953" y="712" width="12" height="12" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1125 | </bpmndi:BPMNLabel> |
| 1126 | </bpmndi:BPMNEdge> |
| 1127 | <bpmndi:BPMNShape id="ExclusiveGateway_02tj4dw_di" bpmnElement="ExclusiveGateway_02tj4dw" isMarkerVisible="true"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1128 | <dc:Bounds x="330" y="964" width="50" height="50" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1129 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1130 | <dc:Bounds x="321" y="923" width="68" height="24" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1131 | </bpmndi:BPMNLabel> |
| 1132 | </bpmndi:BPMNShape> |
| 1133 | <bpmndi:BPMNEdge id="SequenceFlow_162mm0m_di" bpmnElement="SequenceFlow_162mm0m"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1134 | <di:waypoint xsi:type="dc:Point" x="380" y="989" /> |
| 1135 | <di:waypoint xsi:type="dc:Point" x="410" y="989" /> |
| 1136 | <di:waypoint xsi:type="dc:Point" x="410" y="989" /> |
| 1137 | <di:waypoint xsi:type="dc:Point" x="439" y="989" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1138 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1139 | <dc:Bounds x="402" y="966.0361567790148" width="12" height="12" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1140 | </bpmndi:BPMNLabel> |
| 1141 | </bpmndi:BPMNEdge> |
| 1142 | <bpmndi:BPMNShape id="ExclusiveGateway_1gn5lab_di" bpmnElement="ExclusiveGateway_1gn5lab" isMarkerVisible="true"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1143 | <dc:Bounds x="601" y="964" width="50" height="50" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1144 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1145 | <dc:Bounds x="590" y="927" width="72" height="24" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1146 | </bpmndi:BPMNLabel> |
| 1147 | </bpmndi:BPMNShape> |
| 1148 | <bpmndi:BPMNEdge id="SequenceFlow_197t3qk_di" bpmnElement="SequenceFlow_197t3qk"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1149 | <di:waypoint xsi:type="dc:Point" x="651" y="989" /> |
| 1150 | <di:waypoint xsi:type="dc:Point" x="718" y="989" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1151 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1152 | <dc:Bounds x="677" y="963.1314236383614" width="12" height="12" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1153 | </bpmndi:BPMNLabel> |
| 1154 | </bpmndi:BPMNEdge> |
| 1155 | <bpmndi:BPMNShape id="ExclusiveGateway_06mv93h_di" bpmnElement="ExclusiveGateway_06mv93h" isMarkerVisible="true"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1156 | <dc:Bounds x="880" y="964" width="50" height="50" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1157 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1158 | <dc:Bounds x="879" y="928" width="68" height="24" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1159 | </bpmndi:BPMNLabel> |
| 1160 | </bpmndi:BPMNShape> |
| 1161 | <bpmndi:BPMNEdge id="SequenceFlow_19lg15d_di" bpmnElement="SequenceFlow_19lg15d"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1162 | <di:waypoint xsi:type="dc:Point" x="930" y="989" /> |
| 1163 | <di:waypoint xsi:type="dc:Point" x="953" y="989" /> |
| 1164 | <di:waypoint xsi:type="dc:Point" x="953" y="989" /> |
| 1165 | <di:waypoint xsi:type="dc:Point" x="982" y="989" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1166 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1167 | <dc:Bounds x="948" y="964.6410256410256" width="12" height="12" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1168 | </bpmndi:BPMNLabel> |
| 1169 | </bpmndi:BPMNEdge> |
| 1170 | <bpmndi:BPMNShape id="ExclusiveGateway_0l2z6wc_di" bpmnElement="ExclusiveGateway_0l2z6wc" isMarkerVisible="true"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1171 | <dc:Bounds x="1131" y="964" width="50" height="50" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1172 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1173 | <dc:Bounds x="1119" y="916" width="73" height="36" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1174 | </bpmndi:BPMNLabel> |
| 1175 | </bpmndi:BPMNShape> |
| 1176 | <bpmndi:BPMNEdge id="SequenceFlow_12mfil6_di" bpmnElement="SequenceFlow_12mfil6"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1177 | <di:waypoint xsi:type="dc:Point" x="1082" y="989" /> |
| 1178 | <di:waypoint xsi:type="dc:Point" x="1131" y="989" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1179 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1180 | <dc:Bounds x="1107" y="974" width="0" height="0" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1181 | </bpmndi:BPMNLabel> |
| 1182 | </bpmndi:BPMNEdge> |
| 1183 | <bpmndi:BPMNShape id="ScriptTask_1lb0lk5_di" bpmnElement="Task_1tg549h"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1184 | <dc:Bounds x="1290" y="422" width="100" height="80" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1185 | </bpmndi:BPMNShape> |
| 1186 | <bpmndi:BPMNShape id="ExclusiveGateway_1gmvi7n_di" bpmnElement="ExclusiveGateway_0xlxgl0" isMarkerVisible="true"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1187 | <dc:Bounds x="1315" y="624" width="50" height="50" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1188 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1189 | <dc:Bounds x="1296" y="596" width="88" height="12" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1190 | </bpmndi:BPMNLabel> |
| 1191 | </bpmndi:BPMNShape> |
| 1192 | <bpmndi:BPMNShape id="ExclusiveGateway_0y82zzx_di" bpmnElement="ExclusiveGateway_0y82zzx" isMarkerVisible="true"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1193 | <dc:Bounds x="1468" y="624" width="50" height="50" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1194 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1195 | <dc:Bounds x="1424" y="593" width="69" height="24" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1196 | </bpmndi:BPMNLabel> |
| 1197 | </bpmndi:BPMNShape> |
| 1198 | <bpmndi:BPMNEdge id="SequenceFlow_05gpym3_di" bpmnElement="SequenceFlow_05gpym3"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1199 | <di:waypoint xsi:type="dc:Point" x="1365" y="649" /> |
| 1200 | <di:waypoint xsi:type="dc:Point" x="1417" y="649" /> |
| 1201 | <di:waypoint xsi:type="dc:Point" x="1417" y="649" /> |
| 1202 | <di:waypoint xsi:type="dc:Point" x="1468" y="649" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1203 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1204 | <dc:Bounds x="1388" y="626" width="21" height="12" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1205 | </bpmndi:BPMNLabel> |
| 1206 | </bpmndi:BPMNEdge> |
| 1207 | <bpmndi:BPMNEdge id="SequenceFlow_19ba94v_di" bpmnElement="SequenceFlow_19ba94v"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1208 | <di:waypoint xsi:type="dc:Point" x="239" y="735" /> |
| 1209 | <di:waypoint xsi:type="dc:Point" x="305" y="735" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1210 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1211 | <dc:Bounds x="272" y="720" width="0" height="0" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1212 | </bpmndi:BPMNLabel> |
| 1213 | </bpmndi:BPMNEdge> |
| 1214 | <bpmndi:BPMNShape id="ScriptTask_0rqgdju_di" bpmnElement="Task_0eae8go"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1215 | <dc:Bounds x="139" y="695" width="100" height="80" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1216 | </bpmndi:BPMNShape> |
| 1217 | <bpmndi:BPMNShape id="ScriptTask_13zzxzd_di" bpmnElement="Task_040hi91"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1218 | <dc:Bounds x="567" y="695" width="100" height="80" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1219 | </bpmndi:BPMNShape> |
| 1220 | <bpmndi:BPMNShape id="CallActivity_1qpajth_di" bpmnElement="Task_15hpowt"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1221 | <dc:Bounds x="726" y="695" width="100" height="80" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1222 | </bpmndi:BPMNShape> |
| 1223 | <bpmndi:BPMNShape id="ExclusiveGateway_084iffr_di" bpmnElement="ExclusiveGateway_084iffr" isMarkerVisible="true"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1224 | <dc:Bounds x="871" y="710" width="50" height="50" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1225 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1226 | <dc:Bounds x="854" y="659" width="84" height="36" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1227 | </bpmndi:BPMNLabel> |
| 1228 | </bpmndi:BPMNShape> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1229 | <bpmndi:BPMNEdge id="SequenceFlow_0bxgny0_di" bpmnElement="SequenceFlow_0bxgny0"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1230 | <di:waypoint xsi:type="dc:Point" x="514" y="735" /> |
| 1231 | <di:waypoint xsi:type="dc:Point" x="567" y="735" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1232 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1233 | <dc:Bounds x="535" y="710" width="12" height="12" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1234 | </bpmndi:BPMNLabel> |
| 1235 | </bpmndi:BPMNEdge> |
| 1236 | <bpmndi:BPMNEdge id="SequenceFlow_1qm0ygo_di" bpmnElement="SequenceFlow_1qm0ygo"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1237 | <di:waypoint xsi:type="dc:Point" x="667" y="735" /> |
| 1238 | <di:waypoint xsi:type="dc:Point" x="726" y="735" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1239 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1240 | <dc:Bounds x="697" y="720" width="0" height="0" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1241 | </bpmndi:BPMNLabel> |
| 1242 | </bpmndi:BPMNEdge> |
| 1243 | <bpmndi:BPMNEdge id="SequenceFlow_0he2w4b_di" bpmnElement="SequenceFlow_0he2w4b"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1244 | <di:waypoint xsi:type="dc:Point" x="826" y="735" /> |
| 1245 | <di:waypoint xsi:type="dc:Point" x="871" y="735" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1246 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1247 | <dc:Bounds x="849" y="720" width="0" height="0" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1248 | </bpmndi:BPMNLabel> |
| 1249 | </bpmndi:BPMNEdge> |
| 1250 | <bpmndi:BPMNEdge id="SequenceFlow_051zp79_di" bpmnElement="SequenceFlow_051zp79"> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1251 | <di:waypoint xsi:type="dc:Point" x="1493" y="624" /> |
| 1252 | <di:waypoint xsi:type="dc:Point" x="1493" y="462" /> |
| 1253 | <di:waypoint xsi:type="dc:Point" x="1390" y="462" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1254 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1255 | <dc:Bounds x="1508" y="543" width="0" height="0" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1256 | </bpmndi:BPMNLabel> |
| 1257 | </bpmndi:BPMNEdge> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1258 | <bpmndi:BPMNShape id="CallActivity_1r1hua0_di" bpmnElement="Task_1dtbnuy"> |
| 1259 | <dc:Bounds x="139" y="450" width="100" height="80" /> |
| 1260 | </bpmndi:BPMNShape> |
| 1261 | <bpmndi:BPMNShape id="CallActivity_0ce9xg6_di" bpmnElement="Task_1fj63ov"> |
| 1262 | <dc:Bounds x="425" y="450" width="100" height="80" /> |
| 1263 | </bpmndi:BPMNShape> |
| 1264 | <bpmndi:BPMNShape id="CallActivity_0iib61o_di" bpmnElement="Task_1cfkcss"> |
| 1265 | <dc:Bounds x="718" y="450" width="100" height="80" /> |
| 1266 | </bpmndi:BPMNShape> |
| 1267 | <bpmndi:BPMNShape id="CallActivity_1xyvwmi_di" bpmnElement="Task_1hdg951"> |
| 1268 | <dc:Bounds x="159" y="949" width="100" height="80" /> |
| 1269 | </bpmndi:BPMNShape> |
| 1270 | <bpmndi:BPMNShape id="CallActivity_0sghju2_di" bpmnElement="Task_1ca5ctq"> |
| 1271 | <dc:Bounds x="439" y="949" width="100" height="80" /> |
| 1272 | </bpmndi:BPMNShape> |
| 1273 | <bpmndi:BPMNShape id="IntermediateThrowEvent_1qrk3gs_di" bpmnElement="IntermediateThrowEvent_11iqe6n"> |
| 1274 | <dc:Bounds x="299" y="325" width="36" height="36" /> |
| 1275 | <bpmndi:BPMNLabel> |
| 1276 | <dc:Bounds x="282" y="361" width="69" height="24" /> |
| 1277 | </bpmndi:BPMNLabel> |
| 1278 | </bpmndi:BPMNShape> |
| 1279 | <bpmndi:BPMNShape id="IntermediateCatchEvent_144j68y_di" bpmnElement="IntermediateThrowEvent_16f09ke"> |
| 1280 | <dc:Bounds x="457" y="325" width="36" height="36" /> |
| 1281 | <bpmndi:BPMNLabel> |
| 1282 | <dc:Bounds x="432" y="361" width="85" height="24" /> |
| 1283 | </bpmndi:BPMNLabel> |
| 1284 | </bpmndi:BPMNShape> |
| 1285 | <bpmndi:BPMNShape id="IntermediateThrowEvent_1rpfbr6_di" bpmnElement="IntermediateThrowEvent_1mtokuy"> |
| 1286 | <dc:Bounds x="608" y="325" width="36" height="36" /> |
| 1287 | <bpmndi:BPMNLabel> |
| 1288 | <dc:Bounds x="591" y="361" width="69" height="24" /> |
| 1289 | </bpmndi:BPMNLabel> |
| 1290 | </bpmndi:BPMNShape> |
| 1291 | <bpmndi:BPMNShape id="IntermediateCatchEvent_1k1fpg2_di" bpmnElement="IntermediateThrowEvent_1h8oi7w"> |
| 1292 | <dc:Bounds x="750" y="325" width="36" height="36" /> |
| 1293 | <bpmndi:BPMNLabel> |
| 1294 | <dc:Bounds x="724" y="361" width="88" height="24" /> |
| 1295 | </bpmndi:BPMNLabel> |
| 1296 | </bpmndi:BPMNShape> |
| 1297 | <bpmndi:BPMNShape id="IntermediateThrowEvent_04ykz47_di" bpmnElement="IntermediateThrowEvent_0pwcatt"> |
| 1298 | <dc:Bounds x="878" y="325" width="36" height="36" /> |
| 1299 | <bpmndi:BPMNLabel> |
| 1300 | <dc:Bounds x="861" y="361" width="69" height="24" /> |
| 1301 | </bpmndi:BPMNLabel> |
| 1302 | </bpmndi:BPMNShape> |
| 1303 | <bpmndi:BPMNEdge id="SequenceFlow_12hm1ks_di" bpmnElement="SequenceFlow_12hm1ks"> |
| 1304 | <di:waypoint xsi:type="dc:Point" x="317" y="262" /> |
| 1305 | <di:waypoint xsi:type="dc:Point" x="317" y="325" /> |
| 1306 | <bpmndi:BPMNLabel> |
| 1307 | <dc:Bounds x="323" y="283.5" width="18" height="12" /> |
| 1308 | </bpmndi:BPMNLabel> |
| 1309 | </bpmndi:BPMNEdge> |
| 1310 | <bpmndi:BPMNEdge id="SequenceFlow_0jph3mt_di" bpmnElement="SequenceFlow_0jph3mt"> |
| 1311 | <di:waypoint xsi:type="dc:Point" x="475" y="325" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1312 | <di:waypoint xsi:type="dc:Point" x="475" y="277" /> |
| 1313 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1314 | <dc:Bounds x="490" y="291" width="0" height="0" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1315 | </bpmndi:BPMNLabel> |
| 1316 | </bpmndi:BPMNEdge> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1317 | <bpmndi:BPMNEdge id="SequenceFlow_0etr76r_di" bpmnElement="SequenceFlow_0etr76r"> |
| 1318 | <di:waypoint xsi:type="dc:Point" x="626" y="262" /> |
| 1319 | <di:waypoint xsi:type="dc:Point" x="626" y="325" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1320 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1321 | <dc:Bounds x="632" y="283.5" width="18" height="12" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1322 | </bpmndi:BPMNLabel> |
| 1323 | </bpmndi:BPMNEdge> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1324 | <bpmndi:BPMNEdge id="SequenceFlow_1nodcf9_di" bpmnElement="SequenceFlow_1nodcf9"> |
| 1325 | <di:waypoint xsi:type="dc:Point" x="768" y="325" /> |
| 1326 | <di:waypoint xsi:type="dc:Point" x="768" y="301" /> |
| 1327 | <di:waypoint xsi:type="dc:Point" x="768" y="301" /> |
| 1328 | <di:waypoint xsi:type="dc:Point" x="768" y="277" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1329 | <bpmndi:BPMNLabel> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1330 | <dc:Bounds x="783" y="301" width="0" height="0" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1331 | </bpmndi:BPMNLabel> |
| 1332 | </bpmndi:BPMNEdge> |
Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1333 | <bpmndi:BPMNEdge id="SequenceFlow_11b00u2_di" bpmnElement="SequenceFlow_11b00u2"> |
| 1334 | <di:waypoint xsi:type="dc:Point" x="896" y="262" /> |
| 1335 | <di:waypoint xsi:type="dc:Point" x="896" y="325" /> |
| 1336 | <bpmndi:BPMNLabel> |
| 1337 | <dc:Bounds x="902" y="283.5" width="18" height="12" /> |
| 1338 | </bpmndi:BPMNLabel> |
| 1339 | </bpmndi:BPMNEdge> |
| 1340 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0u1c12l_di" bpmnElement="IntermediateThrowEvent_1w8dvxw"> |
| 1341 | <dc:Bounds x="171" y="571" width="36" height="36" /> |
| 1342 | <bpmndi:BPMNLabel> |
| 1343 | <dc:Bounds x="158" y="606.255" width="62" height="14" /> |
| 1344 | </bpmndi:BPMNLabel> |
| 1345 | </bpmndi:BPMNShape> |
| 1346 | <bpmndi:BPMNShape id="IntermediateThrowEvent_1w4kuh4_di" bpmnElement="IntermediateThrowEvent_0mqqagp"> |
| 1347 | <dc:Bounds x="299" y="571" width="36" height="36" /> |
| 1348 | <bpmndi:BPMNLabel> |
| 1349 | <dc:Bounds x="282" y="607" width="69" height="24" /> |
| 1350 | </bpmndi:BPMNLabel> |
| 1351 | </bpmndi:BPMNShape> |
| 1352 | <bpmndi:BPMNShape id="IntermediateCatchEvent_15qyo7b_di" bpmnElement="IntermediateThrowEvent_0vyfpwj"> |
| 1353 | <dc:Bounds x="457" y="571" width="36" height="36" /> |
| 1354 | <bpmndi:BPMNLabel> |
| 1355 | <dc:Bounds x="450" y="607" width="50" height="26" /> |
| 1356 | </bpmndi:BPMNLabel> |
| 1357 | </bpmndi:BPMNShape> |
| 1358 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0gui5k9_di" bpmnElement="IntermediateThrowEvent_12187dz"> |
| 1359 | <dc:Bounds x="608" y="571" width="36" height="36" /> |
| 1360 | <bpmndi:BPMNLabel> |
| 1361 | <dc:Bounds x="591" y="607" width="69" height="24" /> |
| 1362 | </bpmndi:BPMNLabel> |
| 1363 | </bpmndi:BPMNShape> |
| 1364 | <bpmndi:BPMNShape id="IntermediateCatchEvent_1aj9q5v_di" bpmnElement="IntermediateThrowEvent_0c7rese"> |
| 1365 | <dc:Bounds x="750" y="571" width="36" height="36" /> |
| 1366 | <bpmndi:BPMNLabel> |
| 1367 | <dc:Bounds x="737" y="607" width="62" height="12" /> |
| 1368 | </bpmndi:BPMNLabel> |
| 1369 | </bpmndi:BPMNShape> |
| 1370 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0glqip0_di" bpmnElement="IntermediateThrowEvent_18grbwz"> |
| 1371 | <dc:Bounds x="878" y="571" width="36" height="36" /> |
| 1372 | <bpmndi:BPMNLabel> |
| 1373 | <dc:Bounds x="861" y="607" width="69" height="24" /> |
| 1374 | </bpmndi:BPMNLabel> |
| 1375 | </bpmndi:BPMNShape> |
| 1376 | <bpmndi:BPMNEdge id="SequenceFlow_1qfjlt7_di" bpmnElement="SequenceFlow_1qfjlt7"> |
| 1377 | <di:waypoint xsi:type="dc:Point" x="189" y="571" /> |
| 1378 | <di:waypoint xsi:type="dc:Point" x="189" y="551" /> |
| 1379 | <di:waypoint xsi:type="dc:Point" x="189" y="551" /> |
| 1380 | <di:waypoint xsi:type="dc:Point" x="189" y="530" /> |
| 1381 | <bpmndi:BPMNLabel> |
| 1382 | <dc:Bounds x="204" y="551" width="0" height="0" /> |
| 1383 | </bpmndi:BPMNLabel> |
| 1384 | </bpmndi:BPMNEdge> |
| 1385 | <bpmndi:BPMNEdge id="SequenceFlow_1ck3v34_di" bpmnElement="SequenceFlow_1ck3v34"> |
| 1386 | <di:waypoint xsi:type="dc:Point" x="317" y="515" /> |
| 1387 | <di:waypoint xsi:type="dc:Point" x="317" y="571" /> |
| 1388 | <bpmndi:BPMNLabel> |
| 1389 | <dc:Bounds x="323" y="533" width="18" height="12" /> |
| 1390 | </bpmndi:BPMNLabel> |
| 1391 | </bpmndi:BPMNEdge> |
| 1392 | <bpmndi:BPMNEdge id="SequenceFlow_0x7iupc_di" bpmnElement="SequenceFlow_0x7iupc"> |
| 1393 | <di:waypoint xsi:type="dc:Point" x="475" y="571" /> |
| 1394 | <di:waypoint xsi:type="dc:Point" x="475" y="551" /> |
| 1395 | <di:waypoint xsi:type="dc:Point" x="475" y="551" /> |
| 1396 | <di:waypoint xsi:type="dc:Point" x="475" y="530" /> |
| 1397 | <bpmndi:BPMNLabel> |
| 1398 | <dc:Bounds x="490" y="551" width="0" height="0" /> |
| 1399 | </bpmndi:BPMNLabel> |
| 1400 | </bpmndi:BPMNEdge> |
| 1401 | <bpmndi:BPMNEdge id="SequenceFlow_079nix0_di" bpmnElement="SequenceFlow_079nix0"> |
| 1402 | <di:waypoint xsi:type="dc:Point" x="626" y="515" /> |
| 1403 | <di:waypoint xsi:type="dc:Point" x="626" y="571" /> |
| 1404 | <bpmndi:BPMNLabel> |
| 1405 | <dc:Bounds x="632" y="533" width="18" height="12" /> |
| 1406 | </bpmndi:BPMNLabel> |
| 1407 | </bpmndi:BPMNEdge> |
| 1408 | <bpmndi:BPMNEdge id="SequenceFlow_0hp0w6k_di" bpmnElement="SequenceFlow_0hp0w6k"> |
| 1409 | <di:waypoint xsi:type="dc:Point" x="768" y="571" /> |
| 1410 | <di:waypoint xsi:type="dc:Point" x="768" y="551" /> |
| 1411 | <di:waypoint xsi:type="dc:Point" x="768" y="551" /> |
| 1412 | <di:waypoint xsi:type="dc:Point" x="768" y="530" /> |
| 1413 | <bpmndi:BPMNLabel> |
| 1414 | <dc:Bounds x="783" y="551" width="0" height="0" /> |
| 1415 | </bpmndi:BPMNLabel> |
| 1416 | </bpmndi:BPMNEdge> |
| 1417 | <bpmndi:BPMNEdge id="SequenceFlow_032i8t0_di" bpmnElement="SequenceFlow_032i8t0"> |
| 1418 | <di:waypoint xsi:type="dc:Point" x="896" y="515" /> |
| 1419 | <di:waypoint xsi:type="dc:Point" x="896" y="571" /> |
| 1420 | <bpmndi:BPMNLabel> |
| 1421 | <dc:Bounds x="902" y="533" width="18" height="12" /> |
| 1422 | </bpmndi:BPMNLabel> |
| 1423 | </bpmndi:BPMNEdge> |
| 1424 | <bpmndi:BPMNShape id="IntermediateCatchEvent_11xo4q3_di" bpmnElement="IntermediateThrowEvent_0r8kzqa"> |
| 1425 | <dc:Bounds x="171" y="818" width="36" height="36" /> |
| 1426 | <bpmndi:BPMNLabel> |
| 1427 | <dc:Bounds x="144" y="853.255" width="90" height="38" /> |
| 1428 | </bpmndi:BPMNLabel> |
| 1429 | </bpmndi:BPMNShape> |
| 1430 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0u4mlb8_di" bpmnElement="IntermediateThrowEvent_169eg4j"> |
| 1431 | <dc:Bounds x="471" y="818" width="36" height="36" /> |
| 1432 | <bpmndi:BPMNLabel> |
| 1433 | <dc:Bounds x="454" y="854" width="69" height="24" /> |
| 1434 | </bpmndi:BPMNLabel> |
| 1435 | </bpmndi:BPMNShape> |
| 1436 | <bpmndi:BPMNShape id="IntermediateCatchEvent_1pdmno6_di" bpmnElement="IntermediateThrowEvent_0tenxiw"> |
| 1437 | <dc:Bounds x="599" y="818" width="36" height="36" /> |
| 1438 | <bpmndi:BPMNLabel> |
| 1439 | <dc:Bounds x="576" y="854" width="81" height="38" /> |
| 1440 | </bpmndi:BPMNLabel> |
| 1441 | </bpmndi:BPMNShape> |
| 1442 | <bpmndi:BPMNShape id="IntermediateThrowEvent_07n59qs_di" bpmnElement="IntermediateThrowEvent_1mocak0"> |
| 1443 | <dc:Bounds x="878" y="818" width="36" height="36" /> |
| 1444 | <bpmndi:BPMNLabel> |
| 1445 | <dc:Bounds x="861" y="854" width="69" height="24" /> |
| 1446 | </bpmndi:BPMNLabel> |
| 1447 | </bpmndi:BPMNShape> |
| 1448 | <bpmndi:BPMNEdge id="SequenceFlow_0aldwvz_di" bpmnElement="SequenceFlow_0aldwvz"> |
| 1449 | <di:waypoint xsi:type="dc:Point" x="189" y="818" /> |
| 1450 | <di:waypoint xsi:type="dc:Point" x="189" y="775" /> |
| 1451 | <bpmndi:BPMNLabel> |
| 1452 | <dc:Bounds x="204" y="796.5" width="0" height="0" /> |
| 1453 | </bpmndi:BPMNLabel> |
| 1454 | </bpmndi:BPMNEdge> |
| 1455 | <bpmndi:BPMNEdge id="SequenceFlow_1f0c5lj_di" bpmnElement="SequenceFlow_1f0c5lj"> |
| 1456 | <di:waypoint xsi:type="dc:Point" x="489" y="760" /> |
| 1457 | <di:waypoint xsi:type="dc:Point" x="489" y="818" /> |
| 1458 | <bpmndi:BPMNLabel> |
| 1459 | <dc:Bounds x="495" y="779.6376811594203" width="18" height="12" /> |
| 1460 | </bpmndi:BPMNLabel> |
| 1461 | </bpmndi:BPMNEdge> |
| 1462 | <bpmndi:BPMNEdge id="SequenceFlow_111z6w4_di" bpmnElement="SequenceFlow_111z6w4"> |
| 1463 | <di:waypoint xsi:type="dc:Point" x="617" y="818" /> |
| 1464 | <di:waypoint xsi:type="dc:Point" x="617" y="775" /> |
| 1465 | <bpmndi:BPMNLabel> |
| 1466 | <dc:Bounds x="632" y="796.5" width="0" height="0" /> |
| 1467 | </bpmndi:BPMNLabel> |
| 1468 | </bpmndi:BPMNEdge> |
| 1469 | <bpmndi:BPMNEdge id="SequenceFlow_0pfvulx_di" bpmnElement="SequenceFlow_0pfvulx"> |
| 1470 | <di:waypoint xsi:type="dc:Point" x="896" y="760" /> |
| 1471 | <di:waypoint xsi:type="dc:Point" x="896" y="818" /> |
| 1472 | <bpmndi:BPMNLabel> |
| 1473 | <dc:Bounds x="902" y="779.6376811594203" width="18" height="12" /> |
| 1474 | </bpmndi:BPMNLabel> |
| 1475 | </bpmndi:BPMNEdge> |
| 1476 | <bpmndi:BPMNShape id="CallActivity_0xi77mq_di" bpmnElement="Task_1sove95"> |
| 1477 | <dc:Bounds x="718" y="949" width="100" height="80" /> |
| 1478 | </bpmndi:BPMNShape> |
| 1479 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0t5q3v6_di" bpmnElement="IntermediateThrowEvent_15yev7i"> |
| 1480 | <dc:Bounds x="191" y="1089" width="36" height="36" /> |
| 1481 | <bpmndi:BPMNLabel> |
| 1482 | <dc:Bounds x="178" y="1124.255" width="61" height="14" /> |
| 1483 | </bpmndi:BPMNLabel> |
| 1484 | </bpmndi:BPMNShape> |
| 1485 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0yid2k4_di" bpmnElement="IntermediateThrowEvent_0osnva5"> |
| 1486 | <dc:Bounds x="337" y="1088" width="36" height="36" /> |
| 1487 | <bpmndi:BPMNLabel> |
| 1488 | <dc:Bounds x="320" y="1124" width="69" height="24" /> |
| 1489 | </bpmndi:BPMNLabel> |
| 1490 | </bpmndi:BPMNShape> |
| 1491 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0rlfyt9_di" bpmnElement="IntermediateThrowEvent_0gluaxf"> |
| 1492 | <dc:Bounds x="471" y="1089" width="36" height="36" /> |
| 1493 | <bpmndi:BPMNLabel> |
| 1494 | <dc:Bounds x="462" y="1125" width="54" height="26" /> |
| 1495 | </bpmndi:BPMNLabel> |
| 1496 | </bpmndi:BPMNShape> |
| 1497 | <bpmndi:BPMNShape id="IntermediateThrowEvent_1sk17yj_di" bpmnElement="IntermediateThrowEvent_1chu5lh"> |
| 1498 | <dc:Bounds x="608" y="1088" width="36" height="36" /> |
| 1499 | <bpmndi:BPMNLabel> |
| 1500 | <dc:Bounds x="591" y="1124" width="69" height="24" /> |
| 1501 | </bpmndi:BPMNLabel> |
| 1502 | </bpmndi:BPMNShape> |
| 1503 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0nmz72e_di" bpmnElement="IntermediateThrowEvent_0p7wh09"> |
| 1504 | <dc:Bounds x="750" y="1088" width="36" height="36" /> |
| 1505 | <bpmndi:BPMNLabel> |
| 1506 | <dc:Bounds x="731" y="1124" width="74" height="12" /> |
| 1507 | </bpmndi:BPMNLabel> |
| 1508 | </bpmndi:BPMNShape> |
| 1509 | <bpmndi:BPMNShape id="IntermediateThrowEvent_1okzqsq_di" bpmnElement="IntermediateThrowEvent_0uh8zti"> |
| 1510 | <dc:Bounds x="887" y="1088" width="36" height="36" /> |
| 1511 | <bpmndi:BPMNLabel> |
| 1512 | <dc:Bounds x="870" y="1124" width="69" height="24" /> |
| 1513 | </bpmndi:BPMNLabel> |
| 1514 | </bpmndi:BPMNShape> |
| 1515 | <bpmndi:BPMNShape id="IntermediateCatchEvent_1944cw1_di" bpmnElement="IntermediateThrowEvent_1dei2gz"> |
| 1516 | <dc:Bounds x="1014" y="1088" width="36" height="36" /> |
| 1517 | <bpmndi:BPMNLabel> |
| 1518 | <dc:Bounds x="989" y="1124" width="85" height="24" /> |
| 1519 | </bpmndi:BPMNLabel> |
| 1520 | </bpmndi:BPMNShape> |
| 1521 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0ynnoam_di" bpmnElement="IntermediateThrowEvent_0fobhuu"> |
| 1522 | <dc:Bounds x="1138" y="1088" width="36" height="36" /> |
| 1523 | <bpmndi:BPMNLabel> |
| 1524 | <dc:Bounds x="1121" y="1124" width="69" height="24" /> |
| 1525 | </bpmndi:BPMNLabel> |
| 1526 | </bpmndi:BPMNShape> |
| 1527 | <bpmndi:BPMNEdge id="SequenceFlow_1lrbndo_di" bpmnElement="SequenceFlow_1lrbndo"> |
| 1528 | <di:waypoint xsi:type="dc:Point" x="209" y="1089" /> |
| 1529 | <di:waypoint xsi:type="dc:Point" x="209" y="1029" /> |
| 1530 | <bpmndi:BPMNLabel> |
| 1531 | <dc:Bounds x="224" y="1049" width="0" height="0" /> |
| 1532 | </bpmndi:BPMNLabel> |
| 1533 | </bpmndi:BPMNEdge> |
| 1534 | <bpmndi:BPMNEdge id="SequenceFlow_17vwb2h_di" bpmnElement="SequenceFlow_17vwb2h"> |
| 1535 | <di:waypoint xsi:type="dc:Point" x="355" y="1014" /> |
| 1536 | <di:waypoint xsi:type="dc:Point" x="355" y="1088" /> |
| 1537 | <bpmndi:BPMNLabel> |
| 1538 | <dc:Bounds x="361" y="1041" width="18" height="12" /> |
| 1539 | </bpmndi:BPMNLabel> |
| 1540 | </bpmndi:BPMNEdge> |
| 1541 | <bpmndi:BPMNEdge id="SequenceFlow_14mblvp_di" bpmnElement="SequenceFlow_14mblvp"> |
| 1542 | <di:waypoint xsi:type="dc:Point" x="489" y="1089" /> |
| 1543 | <di:waypoint xsi:type="dc:Point" x="489" y="1059" /> |
| 1544 | <di:waypoint xsi:type="dc:Point" x="489" y="1059" /> |
| 1545 | <di:waypoint xsi:type="dc:Point" x="489" y="1029" /> |
| 1546 | <bpmndi:BPMNLabel> |
| 1547 | <dc:Bounds x="504" y="1059" width="0" height="0" /> |
| 1548 | </bpmndi:BPMNLabel> |
| 1549 | </bpmndi:BPMNEdge> |
| 1550 | <bpmndi:BPMNEdge id="SequenceFlow_0ba08lt_di" bpmnElement="SequenceFlow_0ba08lt"> |
| 1551 | <di:waypoint xsi:type="dc:Point" x="626" y="1014" /> |
| 1552 | <di:waypoint xsi:type="dc:Point" x="626" y="1088" /> |
| 1553 | <bpmndi:BPMNLabel> |
| 1554 | <dc:Bounds x="632" y="1041" width="18" height="12" /> |
| 1555 | </bpmndi:BPMNLabel> |
| 1556 | </bpmndi:BPMNEdge> |
| 1557 | <bpmndi:BPMNEdge id="SequenceFlow_18e0jz0_di" bpmnElement="SequenceFlow_18e0jz0"> |
| 1558 | <di:waypoint xsi:type="dc:Point" x="768" y="1088" /> |
| 1559 | <di:waypoint xsi:type="dc:Point" x="768" y="1029" /> |
| 1560 | <bpmndi:BPMNLabel> |
| 1561 | <dc:Bounds x="783" y="1048.5" width="0" height="0" /> |
| 1562 | </bpmndi:BPMNLabel> |
| 1563 | </bpmndi:BPMNEdge> |
| 1564 | <bpmndi:BPMNEdge id="SequenceFlow_1akvi72_di" bpmnElement="SequenceFlow_1akvi72"> |
| 1565 | <di:waypoint xsi:type="dc:Point" x="905" y="1014" /> |
| 1566 | <di:waypoint xsi:type="dc:Point" x="905" y="1088" /> |
| 1567 | <bpmndi:BPMNLabel> |
| 1568 | <dc:Bounds x="911" y="1041" width="18" height="12" /> |
| 1569 | </bpmndi:BPMNLabel> |
| 1570 | </bpmndi:BPMNEdge> |
| 1571 | <bpmndi:BPMNEdge id="SequenceFlow_0usoiza_di" bpmnElement="SequenceFlow_0usoiza"> |
| 1572 | <di:waypoint xsi:type="dc:Point" x="1032" y="1088" /> |
| 1573 | <di:waypoint xsi:type="dc:Point" x="1032" y="1029" /> |
| 1574 | <bpmndi:BPMNLabel> |
| 1575 | <dc:Bounds x="1047" y="1048.5" width="0" height="0" /> |
| 1576 | </bpmndi:BPMNLabel> |
| 1577 | </bpmndi:BPMNEdge> |
| 1578 | <bpmndi:BPMNEdge id="SequenceFlow_1sdol24_di" bpmnElement="SequenceFlow_1sdol24"> |
| 1579 | <di:waypoint xsi:type="dc:Point" x="1156" y="1014" /> |
| 1580 | <di:waypoint xsi:type="dc:Point" x="1156" y="1088" /> |
| 1581 | <bpmndi:BPMNLabel> |
| 1582 | <dc:Bounds x="1162" y="1041" width="18" height="12" /> |
| 1583 | </bpmndi:BPMNLabel> |
| 1584 | </bpmndi:BPMNEdge> |
| 1585 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0pacmdm_di" bpmnElement="IntermediateThrowEvent_1lc72r4"> |
| 1586 | <dc:Bounds x="166" y="1366" width="36" height="36" /> |
| 1587 | <bpmndi:BPMNLabel> |
| 1588 | <dc:Bounds x="147" y="1401.255" width="73" height="26" /> |
| 1589 | </bpmndi:BPMNLabel> |
| 1590 | </bpmndi:BPMNShape> |
| 1591 | <bpmndi:BPMNEdge id="SequenceFlow_19rrss6_di" bpmnElement="SequenceFlow_19rrss6"> |
| 1592 | <di:waypoint xsi:type="dc:Point" x="184" y="1366" /> |
| 1593 | <di:waypoint xsi:type="dc:Point" x="184" y="1307" /> |
| 1594 | <bpmndi:BPMNLabel> |
| 1595 | <dc:Bounds x="199" y="1326.5" width="0" height="0" /> |
| 1596 | </bpmndi:BPMNLabel> |
| 1597 | </bpmndi:BPMNEdge> |
| 1598 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0123x9c_di" bpmnElement="IntermediateThrowEvent_0a9mn5c"> |
| 1599 | <dc:Bounds x="1070" y="631" width="36" height="36" /> |
| 1600 | <bpmndi:BPMNLabel> |
| 1601 | <dc:Bounds x="1053" y="667" width="69" height="24" /> |
| 1602 | </bpmndi:BPMNLabel> |
| 1603 | </bpmndi:BPMNShape> |
| 1604 | <bpmndi:BPMNEdge id="SequenceFlow_1cezgw4_di" bpmnElement="SequenceFlow_1cezgw4"> |
| 1605 | <di:waypoint xsi:type="dc:Point" x="1106" y="649" /> |
| 1606 | <di:waypoint xsi:type="dc:Point" x="1173" y="649" /> |
| 1607 | <bpmndi:BPMNLabel> |
| 1608 | <dc:Bounds x="1140" y="624" width="0" height="0" /> |
| 1609 | </bpmndi:BPMNLabel> |
| 1610 | </bpmndi:BPMNEdge> |
| 1611 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0ahp5f8_di" bpmnElement="IntermediateThrowEvent_0x4bho9"> |
| 1612 | <dc:Bounds x="1524" y="417" width="36" height="36" /> |
| 1613 | <bpmndi:BPMNLabel> |
| 1614 | <dc:Bounds x="1499" y="380.30139720558884" width="85" height="24" /> |
| 1615 | </bpmndi:BPMNLabel> |
| 1616 | </bpmndi:BPMNShape> |
| 1617 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0yx79m8_di" bpmnElement="IntermediateThrowEvent_0jervei"> |
| 1618 | <dc:Bounds x="1562" y="445" width="36" height="36" /> |
| 1619 | <bpmndi:BPMNLabel> |
| 1620 | <dc:Bounds x="1565" y="413.30139720558884" width="88" height="24" /> |
| 1621 | </bpmndi:BPMNLabel> |
| 1622 | </bpmndi:BPMNShape> |
| 1623 | <bpmndi:BPMNShape id="IntermediateThrowEvent_06h1zmt_di" bpmnElement="IntermediateThrowEvent_1vju4tj"> |
| 1624 | <dc:Bounds x="1601" y="473" width="36" height="36" /> |
| 1625 | <bpmndi:BPMNLabel> |
| 1626 | <dc:Bounds x="1636" y="455.30139720558884" width="62" height="14" /> |
| 1627 | </bpmndi:BPMNLabel> |
| 1628 | </bpmndi:BPMNShape> |
| 1629 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0n245lm_di" bpmnElement="IntermediateThrowEvent_1fzppfz"> |
| 1630 | <dc:Bounds x="1636" y="514" width="36" height="36" /> |
| 1631 | <bpmndi:BPMNLabel> |
| 1632 | <dc:Bounds x="1672" y="494.30139720558884" width="50" height="26" /> |
| 1633 | </bpmndi:BPMNLabel> |
| 1634 | </bpmndi:BPMNShape> |
| 1635 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0hnmgom_di" bpmnElement="IntermediateThrowEvent_1e0qowf"> |
| 1636 | <dc:Bounds x="1662" y="562" width="36" height="36" /> |
| 1637 | <bpmndi:BPMNLabel> |
| 1638 | <dc:Bounds x="1706" y="561.3013972055888" width="61" height="14" /> |
| 1639 | </bpmndi:BPMNLabel> |
| 1640 | </bpmndi:BPMNShape> |
| 1641 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0g27srb_di" bpmnElement="IntermediateThrowEvent_1v93roi"> |
| 1642 | <dc:Bounds x="1679" y="614" width="36" height="36" /> |
| 1643 | <bpmndi:BPMNLabel> |
| 1644 | <dc:Bounds x="1724" y="604.3013972055888" width="90" height="38" /> |
| 1645 | </bpmndi:BPMNLabel> |
| 1646 | </bpmndi:BPMNShape> |
| 1647 | <bpmndi:BPMNShape id="IntermediateThrowEvent_14fm060_di" bpmnElement="IntermediateThrowEvent_04a1dfz"> |
| 1648 | <dc:Bounds x="1679" y="670" width="36" height="36" /> |
| 1649 | <bpmndi:BPMNLabel> |
| 1650 | <dc:Bounds x="1732" y="660.3013972055888" width="81" height="38" /> |
| 1651 | </bpmndi:BPMNLabel> |
| 1652 | </bpmndi:BPMNShape> |
| 1653 | <bpmndi:BPMNShape id="IntermediateThrowEvent_183osb4_di" bpmnElement="IntermediateThrowEvent_151z73b"> |
| 1654 | <dc:Bounds x="1663" y="717" width="36" height="36" /> |
| 1655 | <bpmndi:BPMNLabel> |
| 1656 | <dc:Bounds x="1709" y="728" width="61" height="14" /> |
| 1657 | </bpmndi:BPMNLabel> |
| 1658 | </bpmndi:BPMNShape> |
| 1659 | <bpmndi:BPMNShape id="IntermediateThrowEvent_0d49blq_di" bpmnElement="IntermediateThrowEvent_10bre7q"> |
| 1660 | <dc:Bounds x="1636" y="756" width="36" height="36" /> |
| 1661 | <bpmndi:BPMNLabel> |
| 1662 | <dc:Bounds x="1682" y="774.3013972055888" width="54" height="26" /> |
| 1663 | </bpmndi:BPMNLabel> |
| 1664 | </bpmndi:BPMNShape> |
| 1665 | <bpmndi:BPMNShape id="IntermediateThrowEvent_13jsvce_di" bpmnElement="IntermediateThrowEvent_1fl945a"> |
| 1666 | <dc:Bounds x="1601" y="791" width="36" height="36" /> |
| 1667 | <bpmndi:BPMNLabel> |
| 1668 | <dc:Bounds x="1643" y="818.3013972055888" width="73" height="14" /> |
| 1669 | </bpmndi:BPMNLabel> |
| 1670 | </bpmndi:BPMNShape> |
| 1671 | <bpmndi:BPMNShape id="IntermediateThrowEvent_04zlwpn_di" bpmnElement="IntermediateThrowEvent_1lljtoh"> |
| 1672 | <dc:Bounds x="1562" y="819" width="36" height="36" /> |
| 1673 | <bpmndi:BPMNLabel> |
| 1674 | <dc:Bounds x="1603" y="851.3013972055888" width="86" height="26" /> |
| 1675 | </bpmndi:BPMNLabel> |
| 1676 | </bpmndi:BPMNShape> |
| 1677 | <bpmndi:BPMNShape id="IntermediateThrowEvent_1ge1m93_di" bpmnElement="IntermediateThrowEvent_0sub2cf"> |
| 1678 | <dc:Bounds x="1524" y="846" width="36" height="36" /> |
| 1679 | <bpmndi:BPMNLabel> |
| 1680 | <dc:Bounds x="1505" y="881.3013972055888" width="73" height="26" /> |
| 1681 | </bpmndi:BPMNLabel> |
| 1682 | </bpmndi:BPMNShape> |
| 1683 | <bpmndi:BPMNEdge id="SequenceFlow_1ei7at5_di" bpmnElement="SequenceFlow_1ei7at5"> |
| 1684 | <di:waypoint xsi:type="dc:Point" x="1498" y="629" /> |
| 1685 | <di:waypoint xsi:type="dc:Point" x="1538" y="452" /> |
| 1686 | <bpmndi:BPMNLabel> |
| 1687 | <dc:Bounds x="1518" y="525.5" width="0" height="0" /> |
| 1688 | </bpmndi:BPMNLabel> |
| 1689 | </bpmndi:BPMNEdge> |
| 1690 | <bpmndi:BPMNEdge id="SequenceFlow_0kg02xg_di" bpmnElement="SequenceFlow_0kg02xg"> |
| 1691 | <di:waypoint xsi:type="dc:Point" x="1501" y="632" /> |
| 1692 | <di:waypoint xsi:type="dc:Point" x="1572" y="479" /> |
| 1693 | <bpmndi:BPMNLabel> |
| 1694 | <dc:Bounds x="1537" y="540.5" width="0" height="0" /> |
| 1695 | </bpmndi:BPMNLabel> |
| 1696 | </bpmndi:BPMNEdge> |
| 1697 | <bpmndi:BPMNEdge id="SequenceFlow_1i6p53b_di" bpmnElement="SequenceFlow_1i6p53b"> |
| 1698 | <di:waypoint xsi:type="dc:Point" x="1504" y="635" /> |
| 1699 | <di:waypoint xsi:type="dc:Point" x="1608" y="504" /> |
| 1700 | <bpmndi:BPMNLabel> |
| 1701 | <dc:Bounds x="1556" y="554.5" width="0" height="0" /> |
| 1702 | </bpmndi:BPMNLabel> |
| 1703 | </bpmndi:BPMNEdge> |
| 1704 | <bpmndi:BPMNEdge id="SequenceFlow_1yy7o24_di" bpmnElement="SequenceFlow_1yy7o24"> |
| 1705 | <di:waypoint xsi:type="dc:Point" x="1508" y="639" /> |
| 1706 | <di:waypoint xsi:type="dc:Point" x="1640" y="542" /> |
| 1707 | <bpmndi:BPMNLabel> |
| 1708 | <dc:Bounds x="1574" y="575.5" width="0" height="0" /> |
| 1709 | </bpmndi:BPMNLabel> |
| 1710 | </bpmndi:BPMNEdge> |
| 1711 | <bpmndi:BPMNEdge id="SequenceFlow_0sqmtpl_di" bpmnElement="SequenceFlow_0sqmtpl"> |
| 1712 | <di:waypoint xsi:type="dc:Point" x="1511" y="642" /> |
| 1713 | <di:waypoint xsi:type="dc:Point" x="1663" y="586" /> |
| 1714 | <bpmndi:BPMNLabel> |
| 1715 | <dc:Bounds x="1587" y="599" width="0" height="0" /> |
| 1716 | </bpmndi:BPMNLabel> |
| 1717 | </bpmndi:BPMNEdge> |
| 1718 | <bpmndi:BPMNEdge id="SequenceFlow_1shdmrj_di" bpmnElement="SequenceFlow_1shdmrj"> |
| 1719 | <di:waypoint xsi:type="dc:Point" x="1518" y="649" /> |
| 1720 | <di:waypoint xsi:type="dc:Point" x="1679" y="634" /> |
| 1721 | <bpmndi:BPMNLabel> |
| 1722 | <dc:Bounds x="1599" y="626.5" width="0" height="0" /> |
| 1723 | </bpmndi:BPMNLabel> |
| 1724 | </bpmndi:BPMNEdge> |
| 1725 | <bpmndi:BPMNEdge id="SequenceFlow_1v1i5w4_di" bpmnElement="SequenceFlow_1v1i5w4"> |
| 1726 | <di:waypoint xsi:type="dc:Point" x="1514" y="653" /> |
| 1727 | <di:waypoint xsi:type="dc:Point" x="1680" y="685" /> |
| 1728 | <bpmndi:BPMNLabel> |
| 1729 | <dc:Bounds x="1597" y="654" width="0" height="0" /> |
| 1730 | </bpmndi:BPMNLabel> |
| 1731 | </bpmndi:BPMNEdge> |
| 1732 | <bpmndi:BPMNEdge id="SequenceFlow_1h8rscx_di" bpmnElement="SequenceFlow_1h8rscx"> |
| 1733 | <di:waypoint xsi:type="dc:Point" x="1510" y="657" /> |
| 1734 | <di:waypoint xsi:type="dc:Point" x="1665" y="727" /> |
| 1735 | <bpmndi:BPMNLabel> |
| 1736 | <dc:Bounds x="1588" y="677" width="0" height="0" /> |
| 1737 | </bpmndi:BPMNLabel> |
| 1738 | </bpmndi:BPMNEdge> |
| 1739 | <bpmndi:BPMNEdge id="SequenceFlow_1xzq6jb_di" bpmnElement="SequenceFlow_1xzq6jb"> |
| 1740 | <di:waypoint xsi:type="dc:Point" x="1507" y="660" /> |
| 1741 | <di:waypoint xsi:type="dc:Point" x="1640" y="764" /> |
| 1742 | <bpmndi:BPMNLabel> |
| 1743 | <dc:Bounds x="1574" y="697" width="0" height="0" /> |
| 1744 | </bpmndi:BPMNLabel> |
| 1745 | </bpmndi:BPMNEdge> |
| 1746 | <bpmndi:BPMNEdge id="SequenceFlow_165q14c_di" bpmnElement="SequenceFlow_165q14c"> |
| 1747 | <di:waypoint xsi:type="dc:Point" x="1504" y="663" /> |
| 1748 | <di:waypoint xsi:type="dc:Point" x="1608" y="795" /> |
| 1749 | <bpmndi:BPMNLabel> |
| 1750 | <dc:Bounds x="1556" y="714" width="0" height="0" /> |
| 1751 | </bpmndi:BPMNLabel> |
| 1752 | </bpmndi:BPMNEdge> |
| 1753 | <bpmndi:BPMNEdge id="SequenceFlow_0wp1a6g_di" bpmnElement="SequenceFlow_0wp1a6g"> |
| 1754 | <di:waypoint xsi:type="dc:Point" x="1501" y="666" /> |
| 1755 | <di:waypoint xsi:type="dc:Point" x="1573" y="821" /> |
| 1756 | <bpmndi:BPMNLabel> |
| 1757 | <dc:Bounds x="1537" y="728.5" width="0" height="0" /> |
| 1758 | </bpmndi:BPMNLabel> |
| 1759 | </bpmndi:BPMNEdge> |
| 1760 | <bpmndi:BPMNEdge id="SequenceFlow_0vymfh9_di" bpmnElement="SequenceFlow_0vymfh9"> |
| 1761 | <di:waypoint xsi:type="dc:Point" x="1497" y="670" /> |
| 1762 | <di:waypoint xsi:type="dc:Point" x="1537" y="847" /> |
| 1763 | <bpmndi:BPMNLabel> |
| 1764 | <dc:Bounds x="1517" y="743.5" width="0" height="0" /> |
| 1765 | </bpmndi:BPMNLabel> |
| 1766 | </bpmndi:BPMNEdge> |
| 1767 | <bpmndi:BPMNEdge id="SequenceFlow_14yy8v4_di" bpmnElement="SequenceFlow_14yy8v4"> |
| 1768 | <di:waypoint xsi:type="dc:Point" x="963" y="90" /> |
| 1769 | <di:waypoint xsi:type="dc:Point" x="982" y="90" /> |
| 1770 | <di:waypoint xsi:type="dc:Point" x="982" y="156" /> |
| 1771 | <di:waypoint xsi:type="dc:Point" x="103" y="156" /> |
| 1772 | <di:waypoint xsi:type="dc:Point" x="103" y="237" /> |
| 1773 | <di:waypoint xsi:type="dc:Point" x="139" y="237" /> |
| 1774 | <bpmndi:BPMNLabel> |
| 1775 | <dc:Bounds x="543" y="141" width="0" height="0" /> |
| 1776 | </bpmndi:BPMNLabel> |
| 1777 | </bpmndi:BPMNEdge> |
| 1778 | <bpmndi:BPMNShape id="ScriptTask_0o7degu_di" bpmnElement="Task_0iydw5o"> |
| 1779 | <dc:Bounds x="863" y="50" width="100" height="80" /> |
| 1780 | </bpmndi:BPMNShape> |
| 1781 | <bpmndi:BPMNEdge id="SequenceFlow_0msgw6c_di" bpmnElement="SequenceFlow_0msgw6c"> |
| 1782 | <di:waypoint xsi:type="dc:Point" x="348" y="1581" /> |
| 1783 | <di:waypoint xsi:type="dc:Point" x="421" y="1581" /> |
| 1784 | <bpmndi:BPMNLabel> |
| 1785 | <dc:Bounds x="385" y="1566" width="0" height="0" /> |
| 1786 | </bpmndi:BPMNLabel> |
| 1787 | </bpmndi:BPMNEdge> |
| 1788 | <bpmndi:BPMNEdge id="SequenceFlow_0uhssvq_di" bpmnElement="SequenceFlow_0uhssvq"> |
| 1789 | <di:waypoint xsi:type="dc:Point" x="521" y="1581" /> |
| 1790 | <di:waypoint xsi:type="dc:Point" x="588" y="1581" /> |
| 1791 | <bpmndi:BPMNLabel> |
| 1792 | <dc:Bounds x="555" y="1566" width="0" height="0" /> |
| 1793 | </bpmndi:BPMNLabel> |
| 1794 | </bpmndi:BPMNEdge> |
| 1795 | <bpmndi:BPMNEdge id="SequenceFlow_0ph6862_di" bpmnElement="SequenceFlow_0ph6862"> |
| 1796 | <di:waypoint xsi:type="dc:Point" x="688" y="1581" /> |
| 1797 | <di:waypoint xsi:type="dc:Point" x="748" y="1581" /> |
| 1798 | <bpmndi:BPMNLabel> |
| 1799 | <dc:Bounds x="718" y="1566" width="0" height="0" /> |
| 1800 | </bpmndi:BPMNLabel> |
| 1801 | </bpmndi:BPMNEdge> |
| 1802 | <bpmndi:BPMNShape id="ScriptTask_10ii2tr_di" bpmnElement="Task_1cl8ayk"> |
| 1803 | <dc:Bounds x="248" y="1541" width="100" height="80" /> |
| 1804 | </bpmndi:BPMNShape> |
| 1805 | <bpmndi:BPMNShape id="ScriptTask_09qi8yg_di" bpmnElement="Task_0dc1x7g"> |
| 1806 | <dc:Bounds x="588" y="1541" width="100" height="80" /> |
| 1807 | </bpmndi:BPMNShape> |
| 1808 | <bpmndi:BPMNShape id="CallActivity_0bv5v50_di" bpmnElement="Task_1xw8w6a"> |
| 1809 | <dc:Bounds x="421" y="1541" width="100" height="80" /> |
| 1810 | </bpmndi:BPMNShape> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 1811 | </bpmndi:BPMNPlane> |
| 1812 | </bpmndi:BPMNDiagram> |
| 1813 | </bpmn2:definitions> |