xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Abhishek Shekhar | 1208bda | 2017-09-11 18:25:30 +0530 | [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="_MagIIMOUEeW8asg-vCEgWQ" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.8.2" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd"> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 3 | <bpmn2:process id="CreateGenericALaCarteServiceInstance" name="CreateGenericALaCarteServiceInstance" isExecutable="true"> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 4 | <bpmn2:startEvent id="createSI_startEvent" name="Create SI Start Flow"> |
| 5 | <bpmn2:outgoing>SequenceFlow_0lp2z7l</bpmn2:outgoing> |
| 6 | </bpmn2:startEvent> |
| 7 | <bpmn2:subProcess id="unexpectedErrors_SubProcess" name="Sub-process for UnexpectedErrors" triggeredByEvent="true"> |
| 8 | <bpmn2:scriptTask id="ScriptTask_1" name="Handle Unexpected Error" scriptFormat="groovy"> |
| 9 | <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming> |
| 10 | <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 11 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.* |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 12 | ExceptionUtil ex = new ExceptionUtil() |
| 13 | ex.processJavaException(execution)]]></bpmn2:script> |
| 14 | </bpmn2:scriptTask> |
| 15 | <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="ScriptTask_1" targetRef="EndEvent_1" /> |
| 16 | <bpmn2:startEvent id="StartEvent_1"> |
| 17 | <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing> |
| 18 | <bpmn2:errorEventDefinition id="ErrorEventDefinition_2" errorRef="Error_1" /> |
| 19 | </bpmn2:startEvent> |
| 20 | <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="StartEvent_1" targetRef="ScriptTask_1" /> |
| 21 | <bpmn2:endEvent id="EndEvent_1"> |
| 22 | <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming> |
| 23 | </bpmn2:endEvent> |
| 24 | </bpmn2:subProcess> |
| 25 | <bpmn2:callActivity id="doCreateServiceInstance_CallActivity" name="Call DoCreateServiceInstance " calledElement="DoCreateServiceInstance"> |
| 26 | <bpmn2:extensionElements> |
| 27 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 28 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 29 | <camunda:out source="rollbackData" target="rollbackData" /> |
| 30 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| 31 | <camunda:in source="serviceInstanceName" target="serviceInstanceName" /> |
| 32 | <camunda:in source="serviceModelInfo" target="serviceModelInfo" /> |
| 33 | <camunda:in source="productFamilyId" target="productFamilyId" /> |
| 34 | <camunda:in source="disableRollback" target="disableRollback" /> |
| 35 | <camunda:in source="serviceInputParams" target="serviceInputParams" /> |
| 36 | <camunda:out source="rolledBack" target="rolledBack" /> |
| 37 | <camunda:out source="serviceInstanceName" target="serviceInstanceName" /> |
| 38 | <camunda:in source="failIfExists" target="failIfExists" /> |
| 39 | <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> |
| 40 | <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" /> |
| 41 | <camunda:in sourceExpression="1610" target="sdncVersion" /> |
Abhishek Shekhar | 1208bda | 2017-09-11 18:25:30 +0530 | [diff] [blame] | 42 | <camunda:in source="initialStatus" target="initialStatus" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 43 | </bpmn2:extensionElements> |
| 44 | <bpmn2:incoming>SequenceFlow_0eto8sn</bpmn2:incoming> |
| 45 | <bpmn2:outgoing>SequenceFlow_1lj31zp</bpmn2:outgoing> |
| 46 | </bpmn2:callActivity> |
| 47 | <bpmn2:endEvent id="EndEvent_0o440av" name="End"> |
| 48 | <bpmn2:incoming>SequenceFlow_095crcd</bpmn2:incoming> |
| 49 | </bpmn2:endEvent> |
| 50 | <bpmn2:sequenceFlow id="SequenceFlow_1lj31zp" sourceRef="doCreateServiceInstance_CallActivity" targetRef="ExclusiveGateway_1x5i9c1" /> |
| 51 | <bpmn2:scriptTask id="ScriptTask_0pvcr6j" name="Pre Process Incoming Request" scriptFormat="groovy"> |
| 52 | <bpmn2:incoming>SequenceFlow_0lp2z7l</bpmn2:incoming> |
| 53 | <bpmn2:outgoing>SequenceFlow_0ktadna</bpmn2:outgoing> |
| 54 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 55 | def csi= new CreateGenericALaCarteServiceInstance() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 56 | csi.preProcessRequest(execution)]]></bpmn2:script> |
| 57 | </bpmn2:scriptTask> |
| 58 | <bpmn2:sequenceFlow id="SequenceFlow_0lp2z7l" sourceRef="createSI_startEvent" targetRef="ScriptTask_0pvcr6j" /> |
| 59 | <bpmn2:scriptTask id="ScriptTask_0cihgpv" name="Prepare Completion Request" scriptFormat="groovy"> |
| 60 | <bpmn2:incoming>SequenceFlow_1o4wwba</bpmn2:incoming> |
| 61 | <bpmn2:outgoing>SequenceFlow_0xxvjxq</bpmn2:outgoing> |
| 62 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 63 | def csi = new CreateGenericALaCarteServiceInstance() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 64 | csi.prepareCompletionRequest(execution)]]></bpmn2:script> |
| 65 | </bpmn2:scriptTask> |
| 66 | <bpmn2:callActivity id="CallActivity_0sevgre" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess"> |
| 67 | <bpmn2:extensionElements> |
| 68 | <camunda:in source="completionRequest" target="CompleteMsoProcessRequest" /> |
| 69 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
| 70 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
| 71 | <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode" /> |
| 72 | <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" /> |
| 73 | <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" /> |
| 74 | </bpmn2:extensionElements> |
| 75 | <bpmn2:incoming>SequenceFlow_0xxvjxq</bpmn2:incoming> |
| 76 | <bpmn2:outgoing>SequenceFlow_095crcd</bpmn2:outgoing> |
| 77 | </bpmn2:callActivity> |
| 78 | <bpmn2:sequenceFlow id="SequenceFlow_0xxvjxq" sourceRef="ScriptTask_0cihgpv" targetRef="CallActivity_0sevgre" /> |
| 79 | <bpmn2:subProcess id="SubProcess_1k2112i" name="Sub-process for FalloutHandler and Rollback" triggeredByEvent="true"> |
| 80 | <bpmn2:startEvent id="StartEvent_110xxgx"> |
| 81 | <bpmn2:outgoing>SequenceFlow_0n4umjf</bpmn2:outgoing> |
| 82 | <bpmn2:errorEventDefinition /> |
| 83 | </bpmn2:startEvent> |
| 84 | <bpmn2:endEvent id="EndEvent_1rqikib"> |
| 85 | <bpmn2:incoming>SequenceFlow_1ghqolv</bpmn2:incoming> |
| 86 | </bpmn2:endEvent> |
| 87 | <bpmn2:scriptTask id="ScriptTask_1hql91g" name="Prepare Fallout Request" scriptFormat="groovy"> |
| 88 | <bpmn2:incoming>SequenceFlow_14eadeb</bpmn2:incoming> |
| 89 | <bpmn2:outgoing>SequenceFlow_1reso2f</bpmn2:outgoing> |
| 90 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 91 | def csi = new CreateGenericALaCarteServiceInstance() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 92 | csi.prepareFalloutRequest(execution)]]></bpmn2:script> |
| 93 | </bpmn2:scriptTask> |
| 94 | <bpmn2:callActivity id="CallActivity_1ksm1dz" name="Call FalloutHandler" calledElement="FalloutHandler"> |
| 95 | <bpmn2:extensionElements> |
| 96 | <camunda:in source="falloutRequest" target="FalloutHandlerRequest" /> |
| 97 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
| 98 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
| 99 | <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" /> |
| 100 | <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" /> |
| 101 | <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" /> |
| 102 | </bpmn2:extensionElements> |
| 103 | <bpmn2:incoming>SequenceFlow_1reso2f</bpmn2:incoming> |
| 104 | <bpmn2:outgoing>SequenceFlow_1ghqolv</bpmn2:outgoing> |
| 105 | </bpmn2:callActivity> |
| 106 | <bpmn2:sequenceFlow id="SequenceFlow_1reso2f" sourceRef="ScriptTask_1hql91g" targetRef="CallActivity_1ksm1dz" /> |
| 107 | <bpmn2:sequenceFlow id="SequenceFlow_1ghqolv" sourceRef="CallActivity_1ksm1dz" targetRef="EndEvent_1rqikib" /> |
| 108 | <bpmn2:sequenceFlow id="SequenceFlow_0n4umjf" sourceRef="StartEvent_110xxgx" targetRef="ScriptTask_0o4smqp" /> |
| 109 | <bpmn2:scriptTask id="ScriptTask_0o4smqp" name="Send Error Response"> |
| 110 | <bpmn2:incoming>SequenceFlow_0n4umjf</bpmn2:incoming> |
| 111 | <bpmn2:outgoing>SequenceFlow_14eadeb</bpmn2:outgoing> |
| 112 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 113 | def csi = new CreateGenericALaCarteServiceInstance() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 114 | csi.sendSyncError(execution)]]></bpmn2:script> |
| 115 | </bpmn2:scriptTask> |
| 116 | <bpmn2:sequenceFlow id="SequenceFlow_14eadeb" sourceRef="ScriptTask_0o4smqp" targetRef="ScriptTask_1hql91g" /> |
| 117 | </bpmn2:subProcess> |
| 118 | <bpmn2:sequenceFlow id="SequenceFlow_095crcd" sourceRef="CallActivity_0sevgre" targetRef="EndEvent_0o440av" /> |
| 119 | <bpmn2:sequenceFlow id="SequenceFlow_0eto8sn" sourceRef="Task_1nko5zz" targetRef="doCreateServiceInstance_CallActivity" /> |
| 120 | <bpmn2:scriptTask id="Task_1nko5zz" name="Send Sync Ack Response" scriptFormat="groovy"> |
| 121 | <bpmn2:incoming>SequenceFlow_0ktadna</bpmn2:incoming> |
| 122 | <bpmn2:outgoing>SequenceFlow_0eto8sn</bpmn2:outgoing> |
| 123 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 124 | def csi = new CreateGenericALaCarteServiceInstance() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 125 | csi.sendSyncResponse(execution)]]></bpmn2:script> |
| 126 | </bpmn2:scriptTask> |
| 127 | <bpmn2:sequenceFlow id="SequenceFlow_0ktadna" sourceRef="ScriptTask_0pvcr6j" targetRef="Task_1nko5zz" /> |
| 128 | <bpmn2:exclusiveGateway id="ExclusiveGateway_1x5i9c1" name="Success?"> |
| 129 | <bpmn2:incoming>SequenceFlow_1lj31zp</bpmn2:incoming> |
| 130 | <bpmn2:outgoing>SequenceFlow_1o4wwba</bpmn2:outgoing> |
| 131 | <bpmn2:outgoing>SequenceFlow_1mdnv3l</bpmn2:outgoing> |
| 132 | </bpmn2:exclusiveGateway> |
| 133 | <bpmn2:endEvent id="EndEvent_143akoz"> |
| 134 | <bpmn2:incoming>SequenceFlow_1mdnv3l</bpmn2:incoming> |
| 135 | <bpmn2:errorEventDefinition errorRef="Error_2" /> |
| 136 | </bpmn2:endEvent> |
| 137 | <bpmn2:sequenceFlow id="SequenceFlow_1o4wwba" name="yes" sourceRef="ExclusiveGateway_1x5i9c1" targetRef="ScriptTask_0cihgpv"> |
| 138 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") == null}]]></bpmn2:conditionExpression> |
| 139 | </bpmn2:sequenceFlow> |
| 140 | <bpmn2:sequenceFlow id="SequenceFlow_1mdnv3l" name="no" sourceRef="ExclusiveGateway_1x5i9c1" targetRef="EndEvent_143akoz"> |
| 141 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") != null}]]></bpmn2:conditionExpression> |
| 142 | </bpmn2:sequenceFlow> |
| 143 | </bpmn2:process> |
| 144 | <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> |
| 145 | <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" /> |
| 146 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 147 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateGenericALaCarteServiceInstance"> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 148 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent"> |
| 149 | <dc:Bounds x="-6" y="79" width="36" height="36" /> |
| 150 | <bpmndi:BPMNLabel> |
| 151 | <dc:Bounds x="-25" y="120" width="74" height="26" /> |
| 152 | </bpmndi:BPMNLabel> |
| 153 | </bpmndi:BPMNShape> |
| 154 | <bpmndi:BPMNShape id="_BPMNShape_SubProcess_28" bpmnElement="unexpectedErrors_SubProcess" isExpanded="true"> |
| 155 | <dc:Bounds x="222" y="531" width="394" height="188" /> |
| 156 | </bpmndi:BPMNShape> |
| 157 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_71" bpmnElement="StartEvent_1"> |
| 158 | <dc:Bounds x="255" y="608" width="36" height="36" /> |
| 159 | <bpmndi:BPMNLabel> |
| 160 | <dc:Bounds x="273" y="649" width="0" height="0" /> |
| 161 | </bpmndi:BPMNLabel> |
| 162 | </bpmndi:BPMNShape> |
| 163 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_270" bpmnElement="ScriptTask_1"> |
| 164 | <dc:Bounds x="370" y="586" width="100" height="80" /> |
| 165 | </bpmndi:BPMNShape> |
| 166 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_220" bpmnElement="EndEvent_1"> |
| 167 | <dc:Bounds x="531" y="608" width="36" height="36" /> |
| 168 | <bpmndi:BPMNLabel> |
| 169 | <dc:Bounds x="549" y="649" width="0" height="0" /> |
| 170 | </bpmndi:BPMNLabel> |
| 171 | </bpmndi:BPMNShape> |
| 172 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_StartEvent_71" targetElement="_BPMNShape_ScriptTask_270"> |
| 173 | <di:waypoint xsi:type="dc:Point" x="291" y="626" /> |
| 174 | <di:waypoint xsi:type="dc:Point" x="370" y="626" /> |
| 175 | <bpmndi:BPMNLabel> |
| 176 | <dc:Bounds x="333" y="626" width="0" height="0" /> |
| 177 | </bpmndi:BPMNLabel> |
| 178 | </bpmndi:BPMNEdge> |
| 179 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_270" targetElement="_BPMNShape_EndEvent_220"> |
| 180 | <di:waypoint xsi:type="dc:Point" x="470" y="626" /> |
| 181 | <di:waypoint xsi:type="dc:Point" x="531" y="626" /> |
| 182 | <bpmndi:BPMNLabel> |
| 183 | <dc:Bounds x="505" y="626" width="0" height="0" /> |
| 184 | </bpmndi:BPMNLabel> |
| 185 | </bpmndi:BPMNEdge> |
| 186 | <bpmndi:BPMNShape id="_BPMNShape_CallActivity_72" bpmnElement="doCreateServiceInstance_CallActivity"> |
| 187 | <dc:Bounds x="460" y="57" width="100" height="80" /> |
| 188 | </bpmndi:BPMNShape> |
| 189 | <bpmndi:BPMNShape id="EndEvent_0o440av_di" bpmnElement="EndEvent_0o440av"> |
| 190 | <dc:Bounds x="1017" y="185" width="36" height="36" /> |
| 191 | <bpmndi:BPMNLabel> |
| 192 | <dc:Bounds x="1028" y="221" width="20" height="14" /> |
| 193 | </bpmndi:BPMNLabel> |
| 194 | </bpmndi:BPMNShape> |
| 195 | <bpmndi:BPMNEdge id="SequenceFlow_1lj31zp_di" bpmnElement="SequenceFlow_1lj31zp"> |
| 196 | <di:waypoint xsi:type="dc:Point" x="560" y="97" /> |
| 197 | <di:waypoint xsi:type="dc:Point" x="662" y="97" /> |
| 198 | <bpmndi:BPMNLabel> |
| 199 | <dc:Bounds x="611" y="82" width="0" height="0" /> |
| 200 | </bpmndi:BPMNLabel> |
| 201 | </bpmndi:BPMNEdge> |
| 202 | <bpmndi:BPMNShape id="ScriptTask_0pvcr6j_di" bpmnElement="ScriptTask_0pvcr6j"> |
| 203 | <dc:Bounds x="112" y="57" width="100" height="80" /> |
| 204 | </bpmndi:BPMNShape> |
| 205 | <bpmndi:BPMNEdge id="SequenceFlow_0lp2z7l_di" bpmnElement="SequenceFlow_0lp2z7l"> |
| 206 | <di:waypoint xsi:type="dc:Point" x="30" y="97" /> |
| 207 | <di:waypoint xsi:type="dc:Point" x="112" y="97" /> |
| 208 | <bpmndi:BPMNLabel> |
| 209 | <dc:Bounds x="71" y="82" width="0" height="0" /> |
| 210 | </bpmndi:BPMNLabel> |
| 211 | </bpmndi:BPMNEdge> |
| 212 | <bpmndi:BPMNShape id="ScriptTask_0cihgpv_di" bpmnElement="ScriptTask_0cihgpv"> |
| 213 | <dc:Bounds x="797" y="57" width="100" height="80" /> |
| 214 | </bpmndi:BPMNShape> |
| 215 | <bpmndi:BPMNShape id="CallActivity_0sevgre_di" bpmnElement="CallActivity_0sevgre"> |
| 216 | <dc:Bounds x="985" y="57" width="100" height="80" /> |
| 217 | </bpmndi:BPMNShape> |
| 218 | <bpmndi:BPMNEdge id="SequenceFlow_0xxvjxq_di" bpmnElement="SequenceFlow_0xxvjxq"> |
| 219 | <di:waypoint xsi:type="dc:Point" x="897" y="97" /> |
| 220 | <di:waypoint xsi:type="dc:Point" x="985" y="97" /> |
| 221 | <bpmndi:BPMNLabel> |
| 222 | <dc:Bounds x="941" y="82" width="0" height="0" /> |
| 223 | </bpmndi:BPMNLabel> |
| 224 | </bpmndi:BPMNEdge> |
| 225 | <bpmndi:BPMNShape id="ScriptTask_1hql91g_di" bpmnElement="ScriptTask_1hql91g"> |
| 226 | <dc:Bounds x="380" y="333" width="100" height="80" /> |
| 227 | </bpmndi:BPMNShape> |
| 228 | <bpmndi:BPMNShape id="CallActivity_1ksm1dz_di" bpmnElement="CallActivity_1ksm1dz"> |
| 229 | <dc:Bounds x="557" y="333" width="100" height="80" /> |
| 230 | </bpmndi:BPMNShape> |
| 231 | <bpmndi:BPMNShape id="SubProcess_1k2112i_di" bpmnElement="SubProcess_1k2112i" isExpanded="true"> |
| 232 | <dc:Bounds x="107" y="269" width="679" height="194" /> |
| 233 | </bpmndi:BPMNShape> |
| 234 | <bpmndi:BPMNShape id="StartEvent_110xxgx_di" bpmnElement="StartEvent_110xxgx"> |
| 235 | <dc:Bounds x="122" y="355" width="36" height="36" /> |
| 236 | <bpmndi:BPMNLabel> |
| 237 | <dc:Bounds x="140" y="396" width="0" height="0" /> |
| 238 | </bpmndi:BPMNLabel> |
| 239 | </bpmndi:BPMNShape> |
| 240 | <bpmndi:BPMNShape id="EndEvent_1rqikib_di" bpmnElement="EndEvent_1rqikib"> |
| 241 | <dc:Bounds x="701" y="355" width="36" height="36" /> |
| 242 | <bpmndi:BPMNLabel> |
| 243 | <dc:Bounds x="719" y="396" width="0" height="0" /> |
| 244 | </bpmndi:BPMNLabel> |
| 245 | </bpmndi:BPMNShape> |
| 246 | <bpmndi:BPMNEdge id="SequenceFlow_1reso2f_di" bpmnElement="SequenceFlow_1reso2f"> |
| 247 | <di:waypoint xsi:type="dc:Point" x="480" y="373" /> |
| 248 | <di:waypoint xsi:type="dc:Point" x="557" y="373" /> |
| 249 | <bpmndi:BPMNLabel> |
| 250 | <dc:Bounds x="519" y="358" width="0" height="0" /> |
| 251 | </bpmndi:BPMNLabel> |
| 252 | </bpmndi:BPMNEdge> |
| 253 | <bpmndi:BPMNEdge id="SequenceFlow_1ghqolv_di" bpmnElement="SequenceFlow_1ghqolv"> |
| 254 | <di:waypoint xsi:type="dc:Point" x="657" y="373" /> |
| 255 | <di:waypoint xsi:type="dc:Point" x="701" y="373" /> |
| 256 | <bpmndi:BPMNLabel> |
| 257 | <dc:Bounds x="679" y="358" width="0" height="0" /> |
| 258 | </bpmndi:BPMNLabel> |
| 259 | </bpmndi:BPMNEdge> |
| 260 | <bpmndi:BPMNEdge id="SequenceFlow_095crcd_di" bpmnElement="SequenceFlow_095crcd"> |
| 261 | <di:waypoint xsi:type="dc:Point" x="1035" y="137" /> |
| 262 | <di:waypoint xsi:type="dc:Point" x="1035" y="185" /> |
| 263 | <bpmndi:BPMNLabel> |
| 264 | <dc:Bounds x="1050" y="161" width="0" height="0" /> |
| 265 | </bpmndi:BPMNLabel> |
| 266 | </bpmndi:BPMNEdge> |
| 267 | <bpmndi:BPMNEdge id="SequenceFlow_0n4umjf_di" bpmnElement="SequenceFlow_0n4umjf"> |
| 268 | <di:waypoint xsi:type="dc:Point" x="158" y="373" /> |
| 269 | <di:waypoint xsi:type="dc:Point" x="180" y="373" /> |
| 270 | <di:waypoint xsi:type="dc:Point" x="180" y="373" /> |
| 271 | <di:waypoint xsi:type="dc:Point" x="201" y="373" /> |
| 272 | <bpmndi:BPMNLabel> |
| 273 | <dc:Bounds x="195" y="373" width="0" height="0" /> |
| 274 | </bpmndi:BPMNLabel> |
| 275 | </bpmndi:BPMNEdge> |
| 276 | <bpmndi:BPMNEdge id="SequenceFlow_0eto8sn_di" bpmnElement="SequenceFlow_0eto8sn"> |
| 277 | <di:waypoint xsi:type="dc:Point" x="380" y="97" /> |
| 278 | <di:waypoint xsi:type="dc:Point" x="460" y="97" /> |
| 279 | <bpmndi:BPMNLabel> |
| 280 | <dc:Bounds x="420" y="82" width="0" height="0" /> |
| 281 | </bpmndi:BPMNLabel> |
| 282 | </bpmndi:BPMNEdge> |
| 283 | <bpmndi:BPMNShape id="ScriptTask_1rb2dsd_di" bpmnElement="Task_1nko5zz"> |
| 284 | <dc:Bounds x="280" y="57" width="100" height="80" /> |
| 285 | </bpmndi:BPMNShape> |
| 286 | <bpmndi:BPMNEdge id="SequenceFlow_0ktadna_di" bpmnElement="SequenceFlow_0ktadna"> |
| 287 | <di:waypoint xsi:type="dc:Point" x="212" y="97" /> |
| 288 | <di:waypoint xsi:type="dc:Point" x="280" y="97" /> |
| 289 | <bpmndi:BPMNLabel> |
| 290 | <dc:Bounds x="246" y="82" width="0" height="0" /> |
| 291 | </bpmndi:BPMNLabel> |
| 292 | </bpmndi:BPMNEdge> |
| 293 | <bpmndi:BPMNShape id="ScriptTask_0o4smqp_di" bpmnElement="ScriptTask_0o4smqp"> |
| 294 | <dc:Bounds x="202" y="333" width="100" height="80" /> |
| 295 | </bpmndi:BPMNShape> |
| 296 | <bpmndi:BPMNEdge id="SequenceFlow_14eadeb_di" bpmnElement="SequenceFlow_14eadeb"> |
| 297 | <di:waypoint xsi:type="dc:Point" x="302" y="373" /> |
| 298 | <di:waypoint xsi:type="dc:Point" x="329" y="373" /> |
| 299 | <di:waypoint xsi:type="dc:Point" x="329" y="373" /> |
| 300 | <di:waypoint xsi:type="dc:Point" x="380" y="373" /> |
| 301 | <bpmndi:BPMNLabel> |
| 302 | <dc:Bounds x="344" y="373" width="0" height="0" /> |
| 303 | </bpmndi:BPMNLabel> |
| 304 | </bpmndi:BPMNEdge> |
| 305 | <bpmndi:BPMNShape id="ExclusiveGateway_1x5i9c1_di" bpmnElement="ExclusiveGateway_1x5i9c1" isMarkerVisible="true"> |
| 306 | <dc:Bounds x="662" y="72" width="50" height="50" /> |
| 307 | <bpmndi:BPMNLabel> |
| 308 | <dc:Bounds x="662" y="44" width="50" height="14" /> |
| 309 | </bpmndi:BPMNLabel> |
| 310 | </bpmndi:BPMNShape> |
| 311 | <bpmndi:BPMNShape id="EndEvent_143akoz_di" bpmnElement="EndEvent_143akoz"> |
| 312 | <dc:Bounds x="669" y="185" width="36" height="36" /> |
| 313 | <bpmndi:BPMNLabel> |
| 314 | <dc:Bounds x="687" y="221" width="0" height="0" /> |
| 315 | </bpmndi:BPMNLabel> |
| 316 | </bpmndi:BPMNShape> |
| 317 | <bpmndi:BPMNEdge id="SequenceFlow_1o4wwba_di" bpmnElement="SequenceFlow_1o4wwba"> |
| 318 | <di:waypoint xsi:type="dc:Point" x="712" y="97" /> |
| 319 | <di:waypoint xsi:type="dc:Point" x="749" y="97" /> |
| 320 | <di:waypoint xsi:type="dc:Point" x="749" y="97" /> |
| 321 | <di:waypoint xsi:type="dc:Point" x="797" y="97" /> |
| 322 | <bpmndi:BPMNLabel> |
| 323 | <dc:Bounds x="747" y="94" width="18" height="14" /> |
| 324 | </bpmndi:BPMNLabel> |
| 325 | </bpmndi:BPMNEdge> |
| 326 | <bpmndi:BPMNEdge id="SequenceFlow_1mdnv3l_di" bpmnElement="SequenceFlow_1mdnv3l"> |
| 327 | <di:waypoint xsi:type="dc:Point" x="687" y="122" /> |
| 328 | <di:waypoint xsi:type="dc:Point" x="687" y="149" /> |
| 329 | <di:waypoint xsi:type="dc:Point" x="687" y="149" /> |
| 330 | <di:waypoint xsi:type="dc:Point" x="687" y="185" /> |
| 331 | <bpmndi:BPMNLabel> |
| 332 | <dc:Bounds x="661" y="126.56139708236196" width="12" height="12" /> |
| 333 | </bpmndi:BPMNLabel> |
| 334 | </bpmndi:BPMNEdge> |
| 335 | </bpmndi:BPMNPlane> |
| 336 | </bpmndi:BPMNDiagram> |
| 337 | </bpmn2:definitions> |