| <?xml version="1.0" encoding="UTF-8"?> |
| <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.11.3" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd"> |
| <bpmn2:process id="CreateGenericALaCarteServiceInstance" name="CreateGenericALaCarteServiceInstance" isExecutable="true"> |
| <bpmn2:startEvent id="createSI_startEvent" name="Create SI Start Flow"> |
| <bpmn2:outgoing>SequenceFlow_0lp2z7l</bpmn2:outgoing> |
| </bpmn2:startEvent> |
| <bpmn2:subProcess id="unexpectedErrors_SubProcess" name="Sub-process for UnexpectedErrors" triggeredByEvent="true"> |
| <bpmn2:scriptTask id="ScriptTask_1" name="Handle Unexpected Error" scriptFormat="groovy"> |
| <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing> |
| <bpmn2:script><![CDATA[import org.onap.so.bpmn.common.scripts.* |
| ExceptionUtil ex = new ExceptionUtil() |
| ex.processJavaException(execution)]]></bpmn2:script> |
| </bpmn2:scriptTask> |
| <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="ScriptTask_1" targetRef="EndEvent_1" /> |
| <bpmn2:startEvent id="StartEvent_1"> |
| <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing> |
| <bpmn2:errorEventDefinition id="ErrorEventDefinition_2" errorRef="Error_1" camunda:errorMessageVariable="gUnknownError" /> |
| </bpmn2:startEvent> |
| <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="StartEvent_1" targetRef="ScriptTask_1" /> |
| <bpmn2:endEvent id="EndEvent_1"> |
| <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming> |
| </bpmn2:endEvent> |
| </bpmn2:subProcess> |
| <bpmn2:callActivity id="doCreateServiceInstance_CallActivity" name="Call DoCreateServiceInstance " calledElement="DoCreateServiceInstance"> |
| <bpmn2:extensionElements> |
| <camunda:out source="WorkflowException" target="WorkflowException" /> |
| <camunda:in source="msoRequestId" target="msoRequestId" /> |
| <camunda:out source="rollbackData" target="rollbackData" /> |
| <camunda:in source="productFamilyId" target="productFamilyId" /> |
| <camunda:in source="disableRollback" target="disableRollback" /> |
| <camunda:in source="serviceInputParams" target="serviceInputParams" /> |
| <camunda:out source="rolledBack" target="rolledBack" /> |
| <camunda:out source="serviceInstanceName" target="serviceInstanceName" /> |
| <camunda:in source="failIfExists" target="failIfExists" /> |
| <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> |
| <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" /> |
| <camunda:in sourceExpression="1610" target="sdncVersion" /> |
| <camunda:in source="serviceDecomposition" target="serviceDecomposition" /> |
| <camunda:in source="bpmnRequest" target="requestJson" /> |
| </bpmn2:extensionElements> |
| <bpmn2:incoming>SequenceFlow_1fv5tk6</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_1lj31zp</bpmn2:outgoing> |
| </bpmn2:callActivity> |
| <bpmn2:endEvent id="EndEvent_0o440av" name="End"> |
| <bpmn2:incoming>SequenceFlow_095crcd</bpmn2:incoming> |
| </bpmn2:endEvent> |
| <bpmn2:sequenceFlow id="SequenceFlow_1lj31zp" sourceRef="doCreateServiceInstance_CallActivity" targetRef="ExclusiveGateway_1x5i9c1" /> |
| <bpmn2:scriptTask id="ScriptTask_0pvcr6j" name="Pre Process Incoming Request" scriptFormat="groovy"> |
| <bpmn2:incoming>SequenceFlow_0lp2z7l</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_0ktadna</bpmn2:outgoing> |
| <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| def csi = new CreateGenericALaCarteServiceInstance() |
| csi.preProcessRequest(execution)]]></bpmn2:script> |
| </bpmn2:scriptTask> |
| <bpmn2:sequenceFlow id="SequenceFlow_0lp2z7l" sourceRef="createSI_startEvent" targetRef="ScriptTask_0pvcr6j" /> |
| <bpmn2:scriptTask id="ScriptTask_0cihgpv" name="Prepare Completion Request" scriptFormat="groovy"> |
| <bpmn2:incoming>SequenceFlow_1o4wwba</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_0xxvjxq</bpmn2:outgoing> |
| <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| def csi = new CreateGenericALaCarteServiceInstance() |
| csi.prepareCompletionRequest(execution)]]></bpmn2:script> |
| </bpmn2:scriptTask> |
| <bpmn2:callActivity id="CallActivity_0sevgre" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess"> |
| <bpmn2:extensionElements> |
| <camunda:in source="completionRequest" target="CompleteMsoProcessRequest" /> |
| <camunda:in source="mso-request-id" target="mso-request-id" /> |
| <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
| <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode" /> |
| <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" /> |
| <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" /> |
| </bpmn2:extensionElements> |
| <bpmn2:incoming>SequenceFlow_0xxvjxq</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_095crcd</bpmn2:outgoing> |
| </bpmn2:callActivity> |
| <bpmn2:sequenceFlow id="SequenceFlow_0xxvjxq" sourceRef="ScriptTask_0cihgpv" targetRef="CallActivity_0sevgre" /> |
| <bpmn2:subProcess id="SubProcess_1k2112i" name="Sub-process for FalloutHandler and Rollback" triggeredByEvent="true"> |
| <bpmn2:startEvent id="StartEvent_110xxgx"> |
| <bpmn2:outgoing>SequenceFlow_0n4umjf</bpmn2:outgoing> |
| <bpmn2:errorEventDefinition /> |
| </bpmn2:startEvent> |
| <bpmn2:endEvent id="EndEvent_1rqikib"> |
| <bpmn2:incoming>SequenceFlow_1ghqolv</bpmn2:incoming> |
| </bpmn2:endEvent> |
| <bpmn2:scriptTask id="ScriptTask_1hql91g" name="Prepare Fallout Request" scriptFormat="groovy"> |
| <bpmn2:incoming>SequenceFlow_14eadeb</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_1reso2f</bpmn2:outgoing> |
| <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| def csi = new CreateGenericALaCarteServiceInstance() |
| csi.prepareFalloutRequest(execution)]]></bpmn2:script> |
| </bpmn2:scriptTask> |
| <bpmn2:callActivity id="CallActivity_1ksm1dz" name="Call FalloutHandler" calledElement="FalloutHandler"> |
| <bpmn2:extensionElements> |
| <camunda:in source="falloutRequest" target="FalloutHandlerRequest" /> |
| <camunda:in source="mso-request-id" target="mso-request-id" /> |
| <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
| <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" /> |
| <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" /> |
| <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" /> |
| </bpmn2:extensionElements> |
| <bpmn2:incoming>SequenceFlow_1reso2f</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_1ghqolv</bpmn2:outgoing> |
| </bpmn2:callActivity> |
| <bpmn2:sequenceFlow id="SequenceFlow_1reso2f" sourceRef="ScriptTask_1hql91g" targetRef="CallActivity_1ksm1dz" /> |
| <bpmn2:sequenceFlow id="SequenceFlow_1ghqolv" sourceRef="CallActivity_1ksm1dz" targetRef="EndEvent_1rqikib" /> |
| <bpmn2:sequenceFlow id="SequenceFlow_0n4umjf" sourceRef="StartEvent_110xxgx" targetRef="ScriptTask_0o4smqp" /> |
| <bpmn2:scriptTask id="ScriptTask_0o4smqp" name="Send Error Response"> |
| <bpmn2:incoming>SequenceFlow_0n4umjf</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_14eadeb</bpmn2:outgoing> |
| <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| def csi = new CreateGenericALaCarteServiceInstance() |
| csi.sendSyncError(execution)]]></bpmn2:script> |
| </bpmn2:scriptTask> |
| <bpmn2:sequenceFlow id="SequenceFlow_14eadeb" sourceRef="ScriptTask_0o4smqp" targetRef="ScriptTask_1hql91g" /> |
| </bpmn2:subProcess> |
| <bpmn2:sequenceFlow id="SequenceFlow_095crcd" sourceRef="CallActivity_0sevgre" targetRef="EndEvent_0o440av" /> |
| <bpmn2:scriptTask id="Task_1nko5zz" name="Send Sync Ack Response" scriptFormat="groovy"> |
| <bpmn2:incoming>SequenceFlow_0ktadna</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_16vhtu8</bpmn2:outgoing> |
| <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| def csi = new CreateGenericALaCarteServiceInstance() |
| csi.sendSyncResponse(execution)]]></bpmn2:script> |
| </bpmn2:scriptTask> |
| <bpmn2:sequenceFlow id="SequenceFlow_0ktadna" sourceRef="ScriptTask_0pvcr6j" targetRef="Task_1nko5zz" /> |
| <bpmn2:exclusiveGateway id="ExclusiveGateway_1x5i9c1" name="Success?"> |
| <bpmn2:incoming>SequenceFlow_1lj31zp</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_1o4wwba</bpmn2:outgoing> |
| <bpmn2:outgoing>SequenceFlow_1mdnv3l</bpmn2:outgoing> |
| </bpmn2:exclusiveGateway> |
| <bpmn2:endEvent id="EndEvent_143akoz"> |
| <bpmn2:incoming>SequenceFlow_1mdnv3l</bpmn2:incoming> |
| <bpmn2:errorEventDefinition errorRef="Error_2" /> |
| </bpmn2:endEvent> |
| <bpmn2:sequenceFlow id="SequenceFlow_1o4wwba" name="yes" sourceRef="ExclusiveGateway_1x5i9c1" targetRef="ScriptTask_0cihgpv"> |
| <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") == null}]]></bpmn2:conditionExpression> |
| </bpmn2:sequenceFlow> |
| <bpmn2:sequenceFlow id="SequenceFlow_1mdnv3l" name="no" sourceRef="ExclusiveGateway_1x5i9c1" targetRef="EndEvent_143akoz"> |
| <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") != null}]]></bpmn2:conditionExpression> |
| </bpmn2:sequenceFlow> |
| <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0y5991s" name="GoDecompose"> |
| <bpmn2:incoming>SequenceFlow_16vhtu8</bpmn2:incoming> |
| <bpmn2:linkEventDefinition name="Decompose" /> |
| </bpmn2:intermediateThrowEvent> |
| <bpmn2:sequenceFlow id="SequenceFlow_16vhtu8" sourceRef="Task_1nko5zz" targetRef="IntermediateThrowEvent_0y5991s" /> |
| <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_00tv706" name="Decompose"> |
| <bpmn2:outgoing>SequenceFlow_1tfe975</bpmn2:outgoing> |
| <bpmn2:linkEventDefinition name="Decompose" /> |
| </bpmn2:intermediateCatchEvent> |
| <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1aouco1" name="CreateSI"> |
| <bpmn2:outgoing>SequenceFlow_1hjh5zy</bpmn2:outgoing> |
| <bpmn2:linkEventDefinition name="CreateSI" /> |
| </bpmn2:intermediateCatchEvent> |
| <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1tbopzu" name="GoToCreateSI"> |
| <bpmn2:incoming>SequenceFlow_14ajbme</bpmn2:incoming> |
| <bpmn2:linkEventDefinition name="CreateSI" /> |
| </bpmn2:intermediateThrowEvent> |
| <bpmn2:scriptTask id="ScriptTask_1vr3ks5" name="Prepare Decompose Service " scriptFormat="groovy"> |
| <bpmn2:incoming>SequenceFlow_1tfe975</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_0xhu1k3</bpmn2:outgoing> |
| <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| def csi= new CreateGenericALaCarteServiceInstance() |
| csi.prepareDecomposeService(execution)]]></bpmn2:script> |
| </bpmn2:scriptTask> |
| <bpmn2:callActivity id="CallActivity_1oc1h9q" name="DecomposeService" calledElement="DecomposeService"> |
| <bpmn2:extensionElements> |
| <camunda:in source="msoRequestId" target="msoRequestId" /> |
| <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| <camunda:in source="serviceModelInfo" target="serviceModelInfo" /> |
| <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| <camunda:out source="serviceDecomposition" target="serviceDecomposition" /> |
| <camunda:out source="WorkflowException" target="WorkflowException" /> |
| </bpmn2:extensionElements> |
| <bpmn2:incoming>SequenceFlow_0xhu1k3</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_1o3ihrh</bpmn2:outgoing> |
| </bpmn2:callActivity> |
| <bpmn2:scriptTask id="ScriptTask_04zaa1o" name="Prepare Create Service " scriptFormat="groovy"> |
| <bpmn2:incoming>SequenceFlow_1hjh5zy</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_1fv5tk6</bpmn2:outgoing> |
| <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| def csi= new CreateGenericALaCarteServiceInstance() |
| csi.prepareCreateServiceInstance(execution)]]></bpmn2:script> |
| </bpmn2:scriptTask> |
| <bpmn2:sequenceFlow id="SequenceFlow_0xhu1k3" sourceRef="ScriptTask_1vr3ks5" targetRef="CallActivity_1oc1h9q" /> |
| <bpmn2:sequenceFlow id="SequenceFlow_1o3ihrh" sourceRef="CallActivity_1oc1h9q" targetRef="ExclusiveGateway_0h0cq5k" /> |
| <bpmn2:sequenceFlow id="SequenceFlow_1tfe975" sourceRef="IntermediateCatchEvent_00tv706" targetRef="ScriptTask_1vr3ks5" /> |
| <bpmn2:sequenceFlow id="SequenceFlow_14ajbme" sourceRef="CallActivity_1y1p4bd" targetRef="IntermediateThrowEvent_1tbopzu" /> |
| <bpmn2:sequenceFlow id="SequenceFlow_1hjh5zy" sourceRef="IntermediateCatchEvent_1aouco1" targetRef="ScriptTask_04zaa1o" /> |
| <bpmn2:callActivity id="CallActivity_1y1p4bd" name="Call Homing Service" camunda:modelerTemplate="homingBlock" calledElement="Homing"> |
| <bpmn2:extensionElements> |
| <camunda:in source="true" target="isDebugLogEnabled" /> |
| <camunda:in source="null" target="timeout" /> |
| <camunda:out source="serviceDecomposition" target="serviceDecomposition" /> |
| <camunda:out source="rolledBack" target="rolledBack" /> |
| <camunda:out source="rollbackData" target="rollbackData" /> |
| <camunda:out source="WorkflowException" target="WorkflowException" /> |
| <camunda:in source="msoRequestId" target="msoRequestId" /> |
| <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| <camunda:in source="serviceDecomposition" target="serviceDecomposition" /> |
| <camunda:in source="subscriberInfo" target="subscriberInfo" /> |
| <camunda:in source="homingService" target="homingService" /> |
| <camunda:in source="customerLocation" target="customerLocation" /> |
| <camunda:in source="cloudOwner" target="cloudOwner" /> |
| <camunda:in source="cloudRegionId" target="cloudRegionId" /> |
| <camunda:in source="serviceInstanceName" target="serviceInstanceName" /> |
| <camunda:in source="homingModelIds" target="homingModelIds" /> |
| <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" /> |
| </bpmn2:extensionElements> |
| <bpmn2:incoming>SequenceFlow_0bng27u</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_14ajbme</bpmn2:outgoing> |
| </bpmn2:callActivity> |
| <bpmn2:scriptTask id="ScriptTask_1imcb54" name="PostProcess Decompose Service " scriptFormat="groovy"> |
| <bpmn2:incoming>SequenceFlow_0vcumrm</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_0bng27u</bpmn2:outgoing> |
| <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| def csi= new CreateGenericALaCarteServiceInstance() |
| csi.processDecomposition(execution)]]></bpmn2:script> |
| </bpmn2:scriptTask> |
| <bpmn2:sequenceFlow id="SequenceFlow_0bng27u" sourceRef="ScriptTask_1imcb54" targetRef="CallActivity_1y1p4bd" /> |
| <bpmn2:sequenceFlow id="SequenceFlow_1fv5tk6" sourceRef="ScriptTask_04zaa1o" targetRef="doCreateServiceInstance_CallActivity" /> |
| <bpmn2:exclusiveGateway id="ExclusiveGateway_0h0cq5k" name="Home Service?"> |
| <bpmn2:incoming>SequenceFlow_1o3ihrh</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_0vcumrm</bpmn2:outgoing> |
| <bpmn2:outgoing>SequenceFlow_0xrox26</bpmn2:outgoing> |
| </bpmn2:exclusiveGateway> |
| <bpmn2:sequenceFlow id="SequenceFlow_0vcumrm" sourceRef="ExclusiveGateway_0h0cq5k" targetRef="ScriptTask_1imcb54"> |
| <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("homingService") == "oof"}]]></bpmn2:conditionExpression> |
| </bpmn2:sequenceFlow> |
| <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0hhmvlw" name="GoToCreateSI"> |
| <bpmn2:incoming>SequenceFlow_0xrox26</bpmn2:incoming> |
| <bpmn2:linkEventDefinition name="CreateSI" /> |
| </bpmn2:intermediateThrowEvent> |
| <bpmn2:sequenceFlow id="SequenceFlow_0xrox26" sourceRef="ExclusiveGateway_0h0cq5k" targetRef="IntermediateThrowEvent_0hhmvlw" /> |
| </bpmn2:process> |
| <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> |
| <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" /> |
| <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateGenericALaCarteServiceInstance"> |
| <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent"> |
| <dc:Bounds x="-6" y="79" width="36" height="36" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="-25" y="120" width="74" height="26" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="_BPMNShape_SubProcess_28" bpmnElement="unexpectedErrors_SubProcess" isExpanded="true"> |
| <dc:Bounds x="187" y="926" width="394" height="188" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="_BPMNShape_StartEvent_71" bpmnElement="StartEvent_1"> |
| <dc:Bounds x="220" y="1003" width="36" height="36" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="193" y="1044" width="90" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_270" bpmnElement="ScriptTask_1"> |
| <dc:Bounds x="335" y="981" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="_BPMNShape_EndEvent_220" bpmnElement="EndEvent_1"> |
| <dc:Bounds x="496" y="1003" width="36" height="36" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="469" y="1044" width="90" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_StartEvent_71" targetElement="_BPMNShape_ScriptTask_270"> |
| <di:waypoint xsi:type="dc:Point" x="256" y="1021" /> |
| <di:waypoint xsi:type="dc:Point" x="335" y="1021" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="253" y="1021" width="90" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_270" targetElement="_BPMNShape_EndEvent_220"> |
| <di:waypoint xsi:type="dc:Point" x="435" y="1021" /> |
| <di:waypoint xsi:type="dc:Point" x="496" y="1021" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="425" y="1021" width="90" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="_BPMNShape_CallActivity_72" bpmnElement="doCreateServiceInstance_CallActivity"> |
| <dc:Bounds x="321" y="452" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="EndEvent_0o440av_di" bpmnElement="EndEvent_0o440av"> |
| <dc:Bounds x="1004" y="474" width="36" height="36" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="1015" y="510" width="20" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_1lj31zp_di" bpmnElement="SequenceFlow_1lj31zp"> |
| <di:waypoint xsi:type="dc:Point" x="421" y="492" /> |
| <di:waypoint xsi:type="dc:Point" x="500" y="492" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="415.5" y="477" width="90" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="ScriptTask_0pvcr6j_di" bpmnElement="ScriptTask_0pvcr6j"> |
| <dc:Bounds x="112" y="57" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_0lp2z7l_di" bpmnElement="SequenceFlow_0lp2z7l"> |
| <di:waypoint xsi:type="dc:Point" x="30" y="97" /> |
| <di:waypoint xsi:type="dc:Point" x="112" y="97" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="71" y="82" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="ScriptTask_0cihgpv_di" bpmnElement="ScriptTask_0cihgpv"> |
| <dc:Bounds x="637" y="452" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="CallActivity_0sevgre_di" bpmnElement="CallActivity_0sevgre"> |
| <dc:Bounds x="820" y="452" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_0xxvjxq_di" bpmnElement="SequenceFlow_0xxvjxq"> |
| <di:waypoint xsi:type="dc:Point" x="737" y="492" /> |
| <di:waypoint xsi:type="dc:Point" x="820" y="492" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="733.5" y="477" width="90" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="ScriptTask_1hql91g_di" bpmnElement="ScriptTask_1hql91g"> |
| <dc:Bounds x="443" y="731" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="CallActivity_1ksm1dz_di" bpmnElement="CallActivity_1ksm1dz"> |
| <dc:Bounds x="620" y="731" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="SubProcess_1k2112i_di" bpmnElement="SubProcess_1k2112i" isExpanded="true"> |
| <dc:Bounds x="170" y="667" width="679" height="194" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="StartEvent_110xxgx_di" bpmnElement="StartEvent_110xxgx"> |
| <dc:Bounds x="185" y="753" width="36" height="36" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="203" y="794" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="EndEvent_1rqikib_di" bpmnElement="EndEvent_1rqikib"> |
| <dc:Bounds x="764" y="753" width="36" height="36" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="782" y="794" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_1reso2f_di" bpmnElement="SequenceFlow_1reso2f"> |
| <di:waypoint xsi:type="dc:Point" x="543" y="771" /> |
| <di:waypoint xsi:type="dc:Point" x="620" y="771" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="582" y="756" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_1ghqolv_di" bpmnElement="SequenceFlow_1ghqolv"> |
| <di:waypoint xsi:type="dc:Point" x="720" y="771" /> |
| <di:waypoint xsi:type="dc:Point" x="764" y="771" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="742" y="756" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_095crcd_di" bpmnElement="SequenceFlow_095crcd"> |
| <di:waypoint xsi:type="dc:Point" x="920" y="492" /> |
| <di:waypoint xsi:type="dc:Point" x="1004" y="492" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="917" y="477" width="90" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_0n4umjf_di" bpmnElement="SequenceFlow_0n4umjf"> |
| <di:waypoint xsi:type="dc:Point" x="221" y="771" /> |
| <di:waypoint xsi:type="dc:Point" x="243" y="771" /> |
| <di:waypoint xsi:type="dc:Point" x="243" y="771" /> |
| <di:waypoint xsi:type="dc:Point" x="264" y="771" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="258" y="771" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="ScriptTask_1rb2dsd_di" bpmnElement="Task_1nko5zz"> |
| <dc:Bounds x="342" y="57" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_0ktadna_di" bpmnElement="SequenceFlow_0ktadna"> |
| <di:waypoint xsi:type="dc:Point" x="212" y="97" /> |
| <di:waypoint xsi:type="dc:Point" x="342" y="97" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="277" y="82" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="ScriptTask_0o4smqp_di" bpmnElement="ScriptTask_0o4smqp"> |
| <dc:Bounds x="265" y="731" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_14eadeb_di" bpmnElement="SequenceFlow_14eadeb"> |
| <di:waypoint xsi:type="dc:Point" x="365" y="771" /> |
| <di:waypoint xsi:type="dc:Point" x="392" y="771" /> |
| <di:waypoint xsi:type="dc:Point" x="392" y="771" /> |
| <di:waypoint xsi:type="dc:Point" x="443" y="771" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="407" y="771" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="ExclusiveGateway_1x5i9c1_di" bpmnElement="ExclusiveGateway_1x5i9c1" isMarkerVisible="true"> |
| <dc:Bounds x="500" y="467" width="50" height="50" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="501" y="439" width="49" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="EndEvent_143akoz_di" bpmnElement="EndEvent_143akoz"> |
| <dc:Bounds x="507" y="580" width="36" height="36" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="558" y="965" width="90" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_1o4wwba_di" bpmnElement="SequenceFlow_1o4wwba"> |
| <di:waypoint xsi:type="dc:Point" x="550" y="492" /> |
| <di:waypoint xsi:type="dc:Point" x="637" y="492" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="554.09375" y="489" width="19" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_1mdnv3l_di" bpmnElement="SequenceFlow_1mdnv3l"> |
| <di:waypoint xsi:type="dc:Point" x="525" y="517" /> |
| <di:waypoint xsi:type="dc:Point" x="525" y="549" /> |
| <di:waypoint xsi:type="dc:Point" x="525" y="549" /> |
| <di:waypoint xsi:type="dc:Point" x="525" y="580" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="514" y="524.0370370370371" width="13" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="IntermediateThrowEvent_0y5991s_di" bpmnElement="IntermediateThrowEvent_0y5991s"> |
| <dc:Bounds x="587" y="79" width="36" height="36" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="568" y="120" width="74" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_16vhtu8_di" bpmnElement="SequenceFlow_16vhtu8"> |
| <di:waypoint xsi:type="dc:Point" x="442" y="97" /> |
| <di:waypoint xsi:type="dc:Point" x="587" y="97" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="515" y="82" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="IntermediateCatchEvent_00tv706_di" bpmnElement="IntermediateCatchEvent_00tv706"> |
| <dc:Bounds x="-6" y="272" width="36" height="36" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="-19" y="308" width="59" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="IntermediateCatchEvent_1aouco1_di" bpmnElement="IntermediateCatchEvent_1aouco1"> |
| <dc:Bounds x="-6" y="474" width="36" height="36" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="-11" y="510" width="43" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="IntermediateThrowEvent_1tbopzu_di" bpmnElement="IntermediateThrowEvent_1tbopzu"> |
| <dc:Bounds x="1004" y="272" width="36" height="36" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="986" y="313" width="72" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="ScriptTask_1vr3ks5_di" bpmnElement="ScriptTask_1vr3ks5"> |
| <dc:Bounds x="112" y="250" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="CallActivity_1oc1h9q_di" bpmnElement="CallActivity_1oc1h9q"> |
| <dc:Bounds x="342" y="250" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="ScriptTask_04zaa1o_di" bpmnElement="ScriptTask_04zaa1o"> |
| <dc:Bounds x="112" y="452" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_0xhu1k3_di" bpmnElement="SequenceFlow_0xhu1k3"> |
| <di:waypoint xsi:type="dc:Point" x="212" y="290" /> |
| <di:waypoint xsi:type="dc:Point" x="342" y="290" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="277" y="275" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_1o3ihrh_di" bpmnElement="SequenceFlow_1o3ihrh"> |
| <di:waypoint xsi:type="dc:Point" x="442" y="290" /> |
| <di:waypoint xsi:type="dc:Point" x="500" y="290" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="426" y="275" width="90" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_1tfe975_di" bpmnElement="SequenceFlow_1tfe975"> |
| <di:waypoint xsi:type="dc:Point" x="30" y="290" /> |
| <di:waypoint xsi:type="dc:Point" x="69" y="290" /> |
| <di:waypoint xsi:type="dc:Point" x="69" y="290" /> |
| <di:waypoint xsi:type="dc:Point" x="112" y="290" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="84" y="290" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_14ajbme_di" bpmnElement="SequenceFlow_14ajbme"> |
| <di:waypoint xsi:type="dc:Point" x="930" y="290" /> |
| <di:waypoint xsi:type="dc:Point" x="1004" y="290" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="922" y="275" width="90" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_1hjh5zy_di" bpmnElement="SequenceFlow_1hjh5zy"> |
| <di:waypoint xsi:type="dc:Point" x="30" y="492" /> |
| <di:waypoint xsi:type="dc:Point" x="112" y="492" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="26" y="477" width="90" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="CallActivity_1y1p4bd_di" bpmnElement="CallActivity_1y1p4bd"> |
| <dc:Bounds x="830" y="250" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="ScriptTask_1imcb54_di" bpmnElement="ScriptTask_1imcb54"> |
| <dc:Bounds x="637" y="250" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_0bng27u_di" bpmnElement="SequenceFlow_0bng27u"> |
| <di:waypoint xsi:type="dc:Point" x="737" y="290" /> |
| <di:waypoint xsi:type="dc:Point" x="830" y="290" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="783.5" y="269" width="0" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_1fv5tk6_di" bpmnElement="SequenceFlow_1fv5tk6"> |
| <di:waypoint xsi:type="dc:Point" x="212" y="492" /> |
| <di:waypoint xsi:type="dc:Point" x="321" y="492" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="266.5" y="471" width="0" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="ExclusiveGateway_0h0cq5k_di" bpmnElement="ExclusiveGateway_0h0cq5k" isMarkerVisible="true"> |
| <dc:Bounds x="499.52351097178683" y="265" width="50" height="50" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="488" y="319" width="77" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_0vcumrm_di" bpmnElement="SequenceFlow_0vcumrm"> |
| <di:waypoint xsi:type="dc:Point" x="550" y="290" /> |
| <di:waypoint xsi:type="dc:Point" x="637" y="290" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="593.5" y="269" width="0" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="IntermediateThrowEvent_0hhmvlw_di" bpmnElement="IntermediateThrowEvent_0hhmvlw"> |
| <dc:Bounds x="507" y="342" width="36" height="36" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="489" y="383" width="72" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_0xrox26_di" bpmnElement="SequenceFlow_0xrox26"> |
| <di:waypoint xsi:type="dc:Point" x="525" y="315" /> |
| <di:waypoint xsi:type="dc:Point" x="525" y="342" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="540" y="322.5" width="0" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| </bpmndi:BPMNPlane> |
| </bpmndi:BPMNDiagram> |
| </bpmn2:definitions> |