| <?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.6.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd"> |
| <bpmn2:process id="DoCreateE2EServiceInstance" name="DoCreateE2EServiceInstance" isExecutable="true"> |
| <bpmn2:startEvent id="createSI_startEvent" name="Start Flow"> |
| <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing> |
| </bpmn2:startEvent> |
| <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="createSI_startEvent" targetRef="preProcessRequest_ScriptTask" /> |
| <bpmn2:scriptTask id="getAAICustomerById_scriptTask" name="Get AAI Customer By globalCustomerId " scriptFormat="groovy"> |
| <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing> |
| <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| def dcsi = new DoCreateE2EServiceInstance() |
| dcsi.getAAICustomerById(execution)]]></bpmn2:script> |
| </bpmn2:scriptTask> |
| <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="getAAICustomerById_scriptTask" targetRef="ExclusiveGateway_09wkav2" /> |
| <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy"> |
| <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing> |
| <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| def dcsi = new DoCreateE2EServiceInstance() |
| dcsi.preProcessRequest(execution) |
| ]]></bpmn2:script> |
| </bpmn2:scriptTask> |
| <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="CustomE2EGetService" targetRef="ScriptTask_0i8cqdy" /> |
| <bpmn2:endEvent id="EndEvent_3" /> |
| <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="preProcessRequest_ScriptTask" targetRef="getAAICustomerById_scriptTask" /> |
| <bpmn2:callActivity id="CustomE2EGetService" name="Call Custom E2E Get Service" calledElement="CustomE2EGetService"> |
| <bpmn2:extensionElements> |
| <camunda:in source="serviceInstanceName" target="GENGS_serviceInstanceName" /> |
| <camunda:in source="globalSubscriberId" target="GENGS_globalCustomerId" /> |
| <camunda:in sourceExpression="service-instance" target="GENGS_type" /> |
| <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" /> |
| <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" /> |
| <camunda:out source="WorkflowException" target="WorkflowException" /> |
| </bpmn2:extensionElements> |
| <bpmn2:incoming>SequenceFlow_11fnnkb</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing> |
| </bpmn2:callActivity> |
| <bpmn2:callActivity id="CustomE2EPutService" name="Call Custom E2E Put Service" calledElement="CustomE2EPutService"> |
| <bpmn2:extensionElements> |
| <camunda:in source="globalSubscriberId" target="GENPS_globalSubscriberId" /> |
| <camunda:in source="serviceInstanceId" target="GENPS_serviceInstanceId" /> |
| <camunda:in source="subscriptionServiceType" target="GENPS_serviceType" /> |
| <camunda:in sourceExpression="service-instance" target="GENPS_type" /> |
| <camunda:in source="serviceInstanceData" target="GENPS_payload" /> |
| <camunda:out source="GENPS_SuccessIndicator" target="GENPS_SuccessIndicator" /> |
| <camunda:in source="msoRequestId" target="GENPS_requesId" /> |
| <camunda:out source="WorkflowException" target="WorkflowException" /> |
| </bpmn2:extensionElements> |
| <bpmn2:incoming>SequenceFlow_1uw2p9a</bpmn2:incoming> |
| <bpmn2:incoming>SequenceFlow_1w01tqs</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_129ih1g</bpmn2:outgoing> |
| </bpmn2:callActivity> |
| <bpmn2:sequenceFlow id="SequenceFlow_129ih1g" sourceRef="CustomE2EPutService" targetRef="ScriptTask_0q37vn9" /> |
| <bpmn2:exclusiveGateway id="ExclusiveGateway_09wkav2" name="sdncVersion is 1610 or serviceInstance name is populated?" default="SequenceFlow_1uw2p9a"> |
| <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_11fnnkb</bpmn2:outgoing> |
| <bpmn2:outgoing>SequenceFlow_1uw2p9a</bpmn2:outgoing> |
| </bpmn2:exclusiveGateway> |
| <bpmn2:sequenceFlow id="SequenceFlow_11fnnkb" name="yes" sourceRef="ExclusiveGateway_09wkav2" targetRef="CustomE2EGetService"> |
| <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("serviceInstanceName" ) != null && execution.getVariable("serviceInstanceName" ) != "" ) || execution.getVariable("sdncVersion" ) == "1610" }]]></bpmn2:conditionExpression> |
| </bpmn2:sequenceFlow> |
| <bpmn2:sequenceFlow id="SequenceFlow_1uw2p9a" name="no" sourceRef="ExclusiveGateway_09wkav2" targetRef="CustomE2EPutService" /> |
| <bpmn2:subProcess id="SubProcess_06d8lk8" name="Sub-process for Application Errors" triggeredByEvent="true"> |
| <bpmn2:startEvent id="StartEvent_0yljq9y"> |
| <bpmn2:outgoing>SequenceFlow_0tgrn11</bpmn2:outgoing> |
| <bpmn2:errorEventDefinition /> |
| </bpmn2:startEvent> |
| <bpmn2:endEvent id="EndEvent_117lkk3"> |
| <bpmn2:incoming>SequenceFlow_1xzgv5k</bpmn2:incoming> |
| </bpmn2:endEvent> |
| <bpmn2:callActivity id="CallActivity_1srx6p6" name="Call DoCreateE2EServiceInstanceRollback" calledElement="DoCreateE2EServiceInstanceRollback"> |
| <bpmn2:extensionElements> |
| <camunda:in source="msoRequestId" target="mso-request-id" /> |
| <camunda:in source="rollbackData" target="rollbackData" /> |
| <camunda:out source="rolledBack" target="rolledBack" /> |
| <camunda:in source="disableRollback" target="disableRollback" /> |
| <camunda:out source="rollbackError" target="rollbackErrror" /> |
| </bpmn2:extensionElements> |
| <bpmn2:incoming>SequenceFlow_1lqktwf</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_0eumzpf</bpmn2:outgoing> |
| </bpmn2:callActivity> |
| <bpmn2:sequenceFlow id="SequenceFlow_0eumzpf" sourceRef="CallActivity_1srx6p6" targetRef="ScriptTask_1p0vyip" /> |
| <bpmn2:sequenceFlow id="SequenceFlow_0tgrn11" sourceRef="StartEvent_0yljq9y" targetRef="ScriptTask_0ocetux" /> |
| <bpmn2:scriptTask id="ScriptTask_0ocetux" name="Pre Process Rollback" scriptFormat="groovy"> |
| <bpmn2:incoming>SequenceFlow_0tgrn11</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_1lqktwf</bpmn2:outgoing> |
| <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| def dcsi = new DoCreateE2EServiceInstance() |
| dcsi.preProcessRollback(execution) |
| ]]></bpmn2:script> |
| </bpmn2:scriptTask> |
| <bpmn2:sequenceFlow id="SequenceFlow_1lqktwf" sourceRef="ScriptTask_0ocetux" targetRef="CallActivity_1srx6p6" /> |
| <bpmn2:scriptTask id="ScriptTask_1p0vyip" name="Post Process Rollback" scriptFormat="groovy"> |
| <bpmn2:incoming>SequenceFlow_0eumzpf</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_1xzgv5k</bpmn2:outgoing> |
| <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| def dcsi = new DoCreateE2EServiceInstance() |
| dcsi.postProcessRollback(execution) |
| ]]></bpmn2:script> |
| </bpmn2:scriptTask> |
| <bpmn2:sequenceFlow id="SequenceFlow_1xzgv5k" sourceRef="ScriptTask_1p0vyip" targetRef="EndEvent_117lkk3" /> |
| </bpmn2:subProcess> |
| <bpmn2:exclusiveGateway id="ExclusiveGateway_1nk6aol" name="sdncVersion is 1610?" default="SequenceFlow_156ih25"> |
| <bpmn2:incoming>SequenceFlow_1dd86x8</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_156ih25</bpmn2:outgoing> |
| <bpmn2:outgoing>SequenceFlow_00v4npo</bpmn2:outgoing> |
| </bpmn2:exclusiveGateway> |
| <bpmn2:sequenceFlow id="SequenceFlow_156ih25" name="no" sourceRef="ExclusiveGateway_1nk6aol" targetRef="ParallelGateway_01c99ru" /> |
| <bpmn2:endEvent id="EndEvent_10659gr"> |
| <bpmn2:incoming>SequenceFlow_00v4npo</bpmn2:incoming> |
| </bpmn2:endEvent> |
| <bpmn2:sequenceFlow id="SequenceFlow_00v4npo" name="yes" sourceRef="ExclusiveGateway_1nk6aol" targetRef="EndEvent_10659gr"> |
| <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("sdncVersion" ) == "1610"}]]></bpmn2:conditionExpression> |
| </bpmn2:sequenceFlow> |
| <bpmn2:scriptTask id="ScriptTask_0i8cqdy" name="Post Process AAI GET" scriptFormat="groovy"> |
| <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_1w01tqs</bpmn2:outgoing> |
| <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| def dcsi = new DoCreateE2EServiceInstance() |
| dcsi.postProcessAAIGET(execution)]]></bpmn2:script> |
| </bpmn2:scriptTask> |
| <bpmn2:sequenceFlow id="SequenceFlow_1w01tqs" sourceRef="ScriptTask_0i8cqdy" targetRef="CustomE2EPutService" /> |
| <bpmn2:scriptTask id="ScriptTask_0q37vn9" name="Post Process AAI PUT" scriptFormat="groovy"> |
| <bpmn2:incoming>SequenceFlow_129ih1g</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_1dd86x8</bpmn2:outgoing> |
| <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| def ddsi = new DoCreateE2EServiceInstance() |
| ddsi.postProcessAAIPUT(execution)]]></bpmn2:script> |
| </bpmn2:scriptTask> |
| <bpmn2:sequenceFlow id="SequenceFlow_1dd86x8" sourceRef="ScriptTask_0q37vn9" targetRef="ExclusiveGateway_1nk6aol" /> |
| <bpmn2:scriptTask id="ScriptTask_1tp0fcx" name="Post Process AAI GET2" scriptFormat="groovy"> <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| def dcsi = new DoCreateE2EServiceInstance() |
| dcsi.postProcessAAIGET2(execution)]]></bpmn2:script> |
| </bpmn2:scriptTask> |
| <bpmn2:parallelGateway id="ParallelGateway_01c99ru"> |
| <bpmn2:incoming>SequenceFlow_156ih25</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_09sdmg1</bpmn2:outgoing> |
| <bpmn2:outgoing>SequenceFlow_1a9kmos</bpmn2:outgoing> |
| </bpmn2:parallelGateway> |
| <bpmn2:scriptTask id="ScriptTask_0081lne" name="Prepare SDN-C Adaptor Data Request" scriptFormat="groovy"> |
| <bpmn2:incoming>SequenceFlow_09sdmg1</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_0ofqw6v</bpmn2:outgoing> |
| <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| def csi = new DoCreateE2EServiceInstance() |
| csi.preSDNCRequest(execution)]]></bpmn2:script> |
| </bpmn2:scriptTask> |
| <bpmn2:scriptTask id="ScriptTask_0wvq4t8" name="Prepare VF-C Adaptor Data Request" scriptFormat="groovy"> |
| <bpmn2:incoming>SequenceFlow_1a9kmos</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_15zgrcq</bpmn2:outgoing> |
| <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| def csi = new DoCreateE2EServiceInstance() |
| csi.preVFCRequest(execution)]]></bpmn2:script> |
| </bpmn2:scriptTask> |
| <bpmn2:callActivity id="CallActivity_09c3ajg" name="Call DoCreateNetworkInstance" calledElement="DoCreateNetworkInstance"> |
| <bpmn2:incoming>SequenceFlow_0ofqw6v</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_1vvdkcs</bpmn2:outgoing> |
| </bpmn2:callActivity> |
| <bpmn2:callActivity id="CallActivity_0uwm4l1" name="Call DoCreateNetworkServiceInstance" calledElement="DoCreateNetworkServiceInstance"> |
| <bpmn2:incoming>SequenceFlow_15zgrcq</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_1x8vphc</bpmn2:outgoing> |
| </bpmn2:callActivity> |
| <bpmn2:exclusiveGateway id="ExclusiveGateway_0lczgac" name="Sueecss?"> |
| <bpmn2:incoming>SequenceFlow_1vvdkcs</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_1yv1kef</bpmn2:outgoing> |
| <bpmn2:outgoing>SequenceFlow_1d4wn2y</bpmn2:outgoing> |
| </bpmn2:exclusiveGateway> |
| <bpmn2:exclusiveGateway id="ExclusiveGateway_0cdz77v" name="Success?"> |
| <bpmn2:incoming>SequenceFlow_1x8vphc</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_0ou0spo</bpmn2:outgoing> |
| <bpmn2:outgoing>SequenceFlow_1an6ial</bpmn2:outgoing> |
| </bpmn2:exclusiveGateway> |
| <bpmn2:parallelGateway id="ParallelGateway_0r1ne67"> |
| <bpmn2:incoming>SequenceFlow_1d4wn2y</bpmn2:incoming> |
| <bpmn2:incoming>SequenceFlow_1an6ial</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_0w7skxr</bpmn2:outgoing> |
| </bpmn2:parallelGateway> |
| <bpmn2:endEvent id="EndEvent_0kbbt94"> |
| <bpmn2:incoming>SequenceFlow_092ghvu</bpmn2:incoming> |
| <bpmn2:terminateEventDefinition /> |
| </bpmn2:endEvent> |
| <bpmn2:scriptTask id="ScriptTask_1xdjlzm" name="Post Config Service Instance Creation" scriptFormat="groovy"> |
| <bpmn2:incoming>SequenceFlow_0w7skxr</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_092ghvu</bpmn2:outgoing> |
| <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| def csi = new DoCreateE2EServiceInstance() |
| csi.postConfigRequest(execution)]]></bpmn2:script> |
| </bpmn2:scriptTask> |
| <bpmn2:endEvent id="EndEvent_11lmyvs"> |
| <bpmn2:incoming>SequenceFlow_1yv1kef</bpmn2:incoming> |
| <bpmn2:terminateEventDefinition /> |
| </bpmn2:endEvent> |
| <bpmn2:endEvent id="EndEvent_01h4q8z"> |
| <bpmn2:incoming>SequenceFlow_0ou0spo</bpmn2:incoming> |
| <bpmn2:terminateEventDefinition /> |
| </bpmn2:endEvent> |
| <bpmn2:sequenceFlow id="SequenceFlow_09sdmg1" sourceRef="ParallelGateway_01c99ru" targetRef="ScriptTask_0081lne" /> |
| <bpmn2:sequenceFlow id="SequenceFlow_1a9kmos" sourceRef="ParallelGateway_01c99ru" targetRef="ScriptTask_0wvq4t8" /> |
| <bpmn2:sequenceFlow id="SequenceFlow_0ofqw6v" sourceRef="ScriptTask_0081lne" targetRef="CallActivity_09c3ajg" /> |
| <bpmn2:sequenceFlow id="SequenceFlow_15zgrcq" sourceRef="ScriptTask_0wvq4t8" targetRef="CallActivity_0uwm4l1" /> |
| <bpmn2:sequenceFlow id="SequenceFlow_1vvdkcs" sourceRef="CallActivity_09c3ajg" targetRef="ExclusiveGateway_0lczgac" /> |
| <bpmn2:sequenceFlow id="SequenceFlow_1x8vphc" sourceRef="CallActivity_0uwm4l1" targetRef="ExclusiveGateway_0cdz77v" /> |
| <bpmn2:sequenceFlow id="SequenceFlow_1yv1kef" name="No" sourceRef="ExclusiveGateway_0lczgac" targetRef="EndEvent_11lmyvs"> |
| <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") != null}]]></bpmn2:conditionExpression> |
| </bpmn2:sequenceFlow> |
| <bpmn2:sequenceFlow id="SequenceFlow_1d4wn2y" name="Yes" sourceRef="ExclusiveGateway_0lczgac" targetRef="ParallelGateway_0r1ne67"> |
| <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") != null}]]></bpmn2:conditionExpression> |
| </bpmn2:sequenceFlow> |
| <bpmn2:sequenceFlow id="SequenceFlow_0ou0spo" name="No" sourceRef="ExclusiveGateway_0cdz77v" targetRef="EndEvent_01h4q8z"> |
| <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") != null}]]></bpmn2:conditionExpression> |
| </bpmn2:sequenceFlow> |
| <bpmn2:sequenceFlow id="SequenceFlow_1an6ial" name="Yes" sourceRef="ExclusiveGateway_0cdz77v" targetRef="ParallelGateway_0r1ne67"> |
| <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") != null}]]></bpmn2:conditionExpression> |
| </bpmn2:sequenceFlow> |
| <bpmn2:sequenceFlow id="SequenceFlow_0w7skxr" sourceRef="ParallelGateway_0r1ne67" targetRef="ScriptTask_1xdjlzm" /> |
| <bpmn2:sequenceFlow id="SequenceFlow_092ghvu" sourceRef="ScriptTask_1xdjlzm" targetRef="EndEvent_0kbbt94" /> |
| </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="DoCreateE2EServiceInstance"> |
| <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent"> |
| <dc:Bounds x="152" y="79" width="36" height="36" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="147" y="120" width="48" height="14" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask"> |
| <dc:Bounds x="245" y="57" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61"> |
| <di:waypoint xsi:type="dc:Point" x="188" y="97" /> |
| <di:waypoint xsi:type="dc:Point" x="245" y="97" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="217" y="82" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_62" bpmnElement="getAAICustomerById_scriptTask"> |
| <dc:Bounds x="393" y="57" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_62"> |
| <di:waypoint xsi:type="dc:Point" x="493" y="97" /> |
| <di:waypoint xsi:type="dc:Point" x="565" y="97" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="529" y="82" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_3"> |
| <dc:Bounds x="1670" y="1159" width="36" height="36" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="1643" y="1200" width="90" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_4"> |
| <di:waypoint xsi:type="dc:Point" x="839" y="94" /> |
| <di:waypoint xsi:type="dc:Point" x="971" y="94" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="905" y="79" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_61" targetElement="_BPMNShape_ScriptTask_62"> |
| <di:waypoint xsi:type="dc:Point" x="345" y="97" /> |
| <di:waypoint xsi:type="dc:Point" x="393" y="97" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="369" y="82" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="CallActivity_1md4kyb_di" bpmnElement="CustomE2EGetService"> |
| <dc:Bounds x="739" y="57" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="CallActivity_0khp0qc_di" bpmnElement="CustomE2EPutService"> |
| <dc:Bounds x="972" y="206" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_129ih1g_di" bpmnElement="SequenceFlow_129ih1g"> |
| <di:waypoint xsi:type="dc:Point" x="1023" y="286" /> |
| <di:waypoint xsi:type="dc:Point" x="1022" y="336" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="1023" y="296" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="ExclusiveGateway_09wkav2_di" bpmnElement="ExclusiveGateway_09wkav2" isMarkerVisible="true"> |
| <dc:Bounds x="565" y="72" width="50" height="50" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="547" y="7" width="81" height="62" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_11fnnkb_di" bpmnElement="SequenceFlow_11fnnkb"> |
| <di:waypoint xsi:type="dc:Point" x="615" y="97" /> |
| <di:waypoint xsi:type="dc:Point" x="739" y="97" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="635" y="76" width="18" height="14" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_1uw2p9a_di" bpmnElement="SequenceFlow_1uw2p9a"> |
| <di:waypoint xsi:type="dc:Point" x="590" y="122" /> |
| <di:waypoint xsi:type="dc:Point" x="590" y="246" /> |
| <di:waypoint xsi:type="dc:Point" x="972" y="246" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="594" y="132.89706349694825" width="12" height="14" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="SubProcess_06d8lk8_di" bpmnElement="SubProcess_06d8lk8" isExpanded="true"> |
| <dc:Bounds x="-329" y="412" width="783" height="195" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="StartEvent_0yljq9y_di" bpmnElement="StartEvent_0yljq9y"> |
| <dc:Bounds x="-233" y="489" width="36" height="36" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="-260" y="530" width="90" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="EndEvent_117lkk3_di" bpmnElement="EndEvent_117lkk3"> |
| <dc:Bounds x="400" y="489" width="36" height="36" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="373" y="530" width="90" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="CallActivity_1srx6p6_di" bpmnElement="CallActivity_1srx6p6"> |
| <dc:Bounds x="65" y="467" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_0eumzpf_di" bpmnElement="SequenceFlow_0eumzpf"> |
| <di:waypoint xsi:type="dc:Point" x="165" y="507" /> |
| <di:waypoint xsi:type="dc:Point" x="233" y="507" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="154" y="492" width="90" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_0tgrn11_di" bpmnElement="SequenceFlow_0tgrn11"> |
| <di:waypoint xsi:type="dc:Point" x="-197" y="507" /> |
| <di:waypoint xsi:type="dc:Point" x="-98" y="507" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="-192" y="492" width="90" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="ExclusiveGateway_1nk6aol_di" bpmnElement="ExclusiveGateway_1nk6aol" isMarkerVisible="true"> |
| <dc:Bounds x="997" y="460" width="50" height="50" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="903" y="472" width="75" height="24" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_156ih25_di" bpmnElement="SequenceFlow_156ih25"> |
| <di:waypoint xsi:type="dc:Point" x="1022" y="510" /> |
| <di:waypoint xsi:type="dc:Point" x="1021" y="716" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="990.6229572950259" y="581.6137587257341" width="15" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="EndEvent_10659gr_di" bpmnElement="EndEvent_10659gr"> |
| <dc:Bounds x="1103" y="467" width="36" height="36" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="1121" y="508" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_00v4npo_di" bpmnElement="SequenceFlow_00v4npo"> |
| <di:waypoint xsi:type="dc:Point" x="1047" y="485" /> |
| <di:waypoint xsi:type="dc:Point" x="1103" y="485" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="1063" y="461" width="18" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="ScriptTask_0i8cqdy_di" bpmnElement="ScriptTask_0i8cqdy"> |
| <dc:Bounds x="971" y="57" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_1w01tqs_di" bpmnElement="SequenceFlow_1w01tqs"> |
| <di:waypoint xsi:type="dc:Point" x="1021" y="137" /> |
| <di:waypoint xsi:type="dc:Point" x="1021" y="172" /> |
| <di:waypoint xsi:type="dc:Point" x="1021" y="172" /> |
| <di:waypoint xsi:type="dc:Point" x="1021" y="206" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="1036" y="172" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="ScriptTask_0q37vn9_di" bpmnElement="ScriptTask_0q37vn9"> |
| <dc:Bounds x="972" y="336" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_1dd86x8_di" bpmnElement="SequenceFlow_1dd86x8"> |
| <di:waypoint xsi:type="dc:Point" x="1022" y="416" /> |
| <di:waypoint xsi:type="dc:Point" x="1022" y="460" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="1037" y="438" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="ScriptTask_0ocetux_di" bpmnElement="ScriptTask_0ocetux"> |
| <dc:Bounds x="-98" y="467" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_1lqktwf_di" bpmnElement="SequenceFlow_1lqktwf"> |
| <di:waypoint xsi:type="dc:Point" x="2" y="507" /> |
| <di:waypoint xsi:type="dc:Point" x="65" y="507" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="-11" y="492" width="90" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="ScriptTask_1p0vyip_di" bpmnElement="ScriptTask_1p0vyip"> |
| <dc:Bounds x="233" y="467" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_1xzgv5k_di" bpmnElement="SequenceFlow_1xzgv5k"> |
| <di:waypoint xsi:type="dc:Point" x="333" y="507" /> |
| <di:waypoint xsi:type="dc:Point" x="365" y="507" /> |
| <di:waypoint xsi:type="dc:Point" x="365" y="507" /> |
| <di:waypoint xsi:type="dc:Point" x="400" y="507" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="335" y="507" width="90" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="ScriptTask_1tp0fcx_di" bpmnElement="ScriptTask_1tp0fcx"> |
| <dc:Bounds x="1527" y="1137" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="ParallelGateway_01c99ru_di" bpmnElement="ParallelGateway_01c99ru"> |
| <dc:Bounds x="996" y="716" width="50" height="50" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="976" y="770" width="0" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="ScriptTask_0081lne_di" bpmnElement="ScriptTask_0081lne"> |
| <dc:Bounds x="845" y="894" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="ScriptTask_0wvq4t8_di" bpmnElement="ScriptTask_0wvq4t8"> |
| <dc:Bounds x="845" y="701" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="CallActivity_09c3ajg_di" bpmnElement="CallActivity_09c3ajg"> |
| <dc:Bounds x="704" y="894" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="CallActivity_0uwm4l1_di" bpmnElement="CallActivity_0uwm4l1"> |
| <dc:Bounds x="704" y="701" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="ExclusiveGateway_0lczgac_di" bpmnElement="ExclusiveGateway_0lczgac" isMarkerVisible="true"> |
| <dc:Bounds x="566" y="909" width="50" height="50" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="565" y="884" width="51" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="ExclusiveGateway_0cdz77v_di" bpmnElement="ExclusiveGateway_0cdz77v" isMarkerVisible="true"> |
| <dc:Bounds x="566" y="716" width="50" height="50" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="566" y="691" width="50" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="ParallelGateway_0r1ne67_di" bpmnElement="ParallelGateway_0r1ne67"> |
| <dc:Bounds x="403" y="804" width="50" height="50" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="383" y="858" width="0" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="EndEvent_0kbbt94_di" bpmnElement="EndEvent_0kbbt94"> |
| <dc:Bounds x="109" y="811" width="36" height="36" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="81" y="851" width="0" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="ScriptTask_1xdjlzm_di" bpmnElement="ScriptTask_1xdjlzm"> |
| <dc:Bounds x="231" y="789" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="EndEvent_11lmyvs_di" bpmnElement="EndEvent_11lmyvs"> |
| <dc:Bounds x="573" y="1003" width="36" height="36" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="546" y="1042" width="0" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="EndEvent_01h4q8z_di" bpmnElement="EndEvent_01h4q8z"> |
| <dc:Bounds x="573" y="601" width="36" height="36" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="546" y="640" width="0" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_09sdmg1_di" bpmnElement="SequenceFlow_09sdmg1"> |
| <di:waypoint xsi:type="dc:Point" x="1021" y="766" /> |
| <di:waypoint xsi:type="dc:Point" x="1021" y="934" /> |
| <di:waypoint xsi:type="dc:Point" x="945" y="934" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="991" y="844" width="0" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_1a9kmos_di" bpmnElement="SequenceFlow_1a9kmos"> |
| <di:waypoint xsi:type="dc:Point" x="996" y="741" /> |
| <di:waypoint xsi:type="dc:Point" x="945" y="741" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="926.5" y="720" width="0" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_0ofqw6v_di" bpmnElement="SequenceFlow_0ofqw6v"> |
| <di:waypoint xsi:type="dc:Point" x="845" y="934" /> |
| <di:waypoint xsi:type="dc:Point" x="804" y="934" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="780.5" y="913" width="0" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_15zgrcq_di" bpmnElement="SequenceFlow_15zgrcq"> |
| <di:waypoint xsi:type="dc:Point" x="845" y="741" /> |
| <di:waypoint xsi:type="dc:Point" x="825" y="741" /> |
| <di:waypoint xsi:type="dc:Point" x="825" y="741" /> |
| <di:waypoint xsi:type="dc:Point" x="804" y="741" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="795" y="735" width="0" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_1vvdkcs_di" bpmnElement="SequenceFlow_1vvdkcs"> |
| <di:waypoint xsi:type="dc:Point" x="704" y="934" /> |
| <di:waypoint xsi:type="dc:Point" x="616" y="934" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="615" y="913" width="0" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_1x8vphc_di" bpmnElement="SequenceFlow_1x8vphc"> |
| <di:waypoint xsi:type="dc:Point" x="704" y="741" /> |
| <di:waypoint xsi:type="dc:Point" x="660" y="741" /> |
| <di:waypoint xsi:type="dc:Point" x="660" y="741" /> |
| <di:waypoint xsi:type="dc:Point" x="616" y="741" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="630" y="735" width="0" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_1yv1kef_di" bpmnElement="SequenceFlow_1yv1kef"> |
| <di:waypoint xsi:type="dc:Point" x="591" y="959" /> |
| <di:waypoint xsi:type="dc:Point" x="591" y="982" /> |
| <di:waypoint xsi:type="dc:Point" x="591" y="982" /> |
| <di:waypoint xsi:type="dc:Point" x="591" y="1003" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="583" y="970" width="16" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_1d4wn2y_di" bpmnElement="SequenceFlow_1d4wn2y"> |
| <di:waypoint xsi:type="dc:Point" x="566" y="934" /> |
| <di:waypoint xsi:type="dc:Point" x="428" y="934" /> |
| <di:waypoint xsi:type="dc:Point" x="428" y="854" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="487" y="913" width="21" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_0ou0spo_di" bpmnElement="SequenceFlow_0ou0spo"> |
| <di:waypoint xsi:type="dc:Point" x="591" y="716" /> |
| <di:waypoint xsi:type="dc:Point" x="591" y="637" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="613" y="636.5" width="16" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_1an6ial_di" bpmnElement="SequenceFlow_1an6ial"> |
| <di:waypoint xsi:type="dc:Point" x="566" y="741" /> |
| <di:waypoint xsi:type="dc:Point" x="428" y="741" /> |
| <di:waypoint xsi:type="dc:Point" x="428" y="804" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="487" y="720" width="21" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_0w7skxr_di" bpmnElement="SequenceFlow_0w7skxr"> |
| <di:waypoint xsi:type="dc:Point" x="403" y="829" /> |
| <di:waypoint xsi:type="dc:Point" x="331" y="829" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="322" y="808" width="0" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_092ghvu_di" bpmnElement="SequenceFlow_092ghvu"> |
| <di:waypoint xsi:type="dc:Point" x="231" y="829" /> |
| <di:waypoint xsi:type="dc:Point" x="145" y="829" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="143" y="808" width="0" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| </bpmndi:BPMNPlane> |
| </bpmndi:BPMNDiagram> |
| </bpmn2:definitions> |