| <?xml version="1.0" encoding="UTF-8"?> |
| <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.4.1"> |
| <bpmn:process id="DoCreateSliceServiceOption" name="DoCreateSliceServiceOption" isExecutable="true"> |
| <bpmn:scriptTask id="ScriptTask_11rb2ju" name="prepare NST decomposition" scriptFormat="groovy"> |
| <bpmn:incoming>SequenceFlow_067xdx1</bpmn:incoming> |
| <bpmn:outgoing>SequenceFlow_1kzy63m</bpmn:outgoing> |
| <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| def dcso = new DoCreateSliceServiceOption() |
| dcso.prepareDecomposeNST(execution)</bpmn:script> |
| </bpmn:scriptTask> |
| <bpmn:callActivity id="CallActivity_0c567r4" name="Call Decompose Service" calledElement="DecomposeService"> |
| <bpmn:extensionElements> |
| <camunda:in source="msoRequestId" target="msoRequestId" /> |
| <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| <camunda:in source="nstServiceModelInfo" target="serviceModelInfo" /> |
| <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| <camunda:out source="serviceDecomposition" target="nstServiceDecomposition" /> |
| <camunda:out source="WorkflowException" target="WorkflowException" /> |
| </bpmn:extensionElements> |
| <bpmn:incoming>SequenceFlow_1kzy63m</bpmn:incoming> |
| <bpmn:outgoing>SequenceFlow_1t317y2</bpmn:outgoing> |
| </bpmn:callActivity> |
| <bpmn:scriptTask id="ScriptTask_0z0dwk2" name="Process Decomposition NST" scriptFormat="groovy"> |
| <bpmn:incoming>SequenceFlow_1t317y2</bpmn:incoming> |
| <bpmn:outgoing>SequenceFlow_0t4gmix</bpmn:outgoing> |
| <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| def dcso = new DoCreateSliceServiceOption() |
| dcso.processDecompositionNST(execution)</bpmn:script> |
| </bpmn:scriptTask> |
| <bpmn:sequenceFlow id="SequenceFlow_1kzy63m" sourceRef="ScriptTask_11rb2ju" targetRef="CallActivity_0c567r4" /> |
| <bpmn:sequenceFlow id="SequenceFlow_1t317y2" sourceRef="CallActivity_0c567r4" targetRef="ScriptTask_0z0dwk2" /> |
| <bpmn:callActivity id="CallActivity_0tzazs0" name="Handle NSSI Selection OOF request" calledElement="DoHandleOofRequest"> |
| <bpmn:extensionElements> |
| <camunda:in source="nssiSelectionUrl" target="apiPath" /> |
| <camunda:in source="nssiSelection_correlator" target="correlator" /> |
| <camunda:in source="nssiSelection_messageType" target="messageType" /> |
| <camunda:in source="nssiSelection_timeout" target="timeout" /> |
| <camunda:out source="WorkflowException" target="WorkflowException" /> |
| <camunda:out source="asyncCallbackResponse" target="nssiSelection_oofResponse" /> |
| <camunda:in source="nssiSelection_oofRequest" target="oofRequest" /> |
| </bpmn:extensionElements> |
| <bpmn:incoming>SequenceFlow_0abqxa1</bpmn:incoming> |
| <bpmn:outgoing>SequenceFlow_1tqg26p</bpmn:outgoing> |
| </bpmn:callActivity> |
| <bpmn:startEvent id="StartEvent_0mwlirs" name="Start"> |
| <bpmn:outgoing>SequenceFlow_1fuwy35</bpmn:outgoing> |
| </bpmn:startEvent> |
| <bpmn:scriptTask id="ScriptTask_0w34e57" name="Preprocess Request" scriptFormat="groovy"> |
| <bpmn:incoming>SequenceFlow_1fuwy35</bpmn:incoming> |
| <bpmn:outgoing>SequenceFlow_067xdx1</bpmn:outgoing> |
| <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| def dcso = new DoCreateSliceServiceOption() |
| dcso.preProcessRequest(execution)</bpmn:script> |
| </bpmn:scriptTask> |
| <bpmn:sequenceFlow id="SequenceFlow_1fuwy35" sourceRef="StartEvent_0mwlirs" targetRef="ScriptTask_0w34e57" /> |
| <bpmn:scriptTask id="CallActivity_1vzxvna" name="TN NSSMF supports NSSI" scriptFormat="groovy"> |
| <bpmn:incoming>SequenceFlow_05250mp</bpmn:incoming> |
| <bpmn:outgoing>SequenceFlow_14rhmx9</bpmn:outgoing> |
| <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| def dcso = new DoCreateSliceServiceOption() |
| dcso.getNSSISelectionCap4TN(execution)</bpmn:script> |
| </bpmn:scriptTask> |
| <bpmn:scriptTask id="CallActivity_0melx8d" name="CN NSSMF supports NSSI" scriptFormat="groovy"> |
| <bpmn:incoming>SequenceFlow_0euwvgf</bpmn:incoming> |
| <bpmn:outgoing>SequenceFlow_103oxyw</bpmn:outgoing> |
| <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| def dcso = new DoCreateSliceServiceOption() |
| dcso.getNSSISelectionCap4CN(execution)</bpmn:script> |
| </bpmn:scriptTask> |
| <bpmn:scriptTask id="CallActivity_0otry7e" name="AN NSSMF supports NSSI" scriptFormat="groovy"> |
| <bpmn:incoming>SequenceFlow_0il5j01</bpmn:incoming> |
| <bpmn:outgoing>SequenceFlow_0aasemn</bpmn:outgoing> |
| <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| def dcso = new DoCreateSliceServiceOption() |
| dcso.getNSSISelectionCap4AN(execution)</bpmn:script> |
| </bpmn:scriptTask> |
| <bpmn:scriptTask id="Task_1m9qoo3" name="Prepare NSSI Selection" scriptFormat="groovy"> |
| <bpmn:incoming>SequenceFlow_126j77n</bpmn:incoming> |
| <bpmn:outgoing>SequenceFlow_0abqxa1</bpmn:outgoing> |
| <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| def dcso = new DoCreateSliceServiceOption() |
| dcso.preNSSIRequest(execution)</bpmn:script> |
| </bpmn:scriptTask> |
| <bpmn:scriptTask id="Task_00nfg5x" name="Process NSST Solutions" scriptFormat="groovy"> |
| <bpmn:incoming>SequenceFlow_1tqg26p</bpmn:incoming> |
| <bpmn:outgoing>SequenceFlow_1ezi1oi</bpmn:outgoing> |
| <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| def dcso = new DoCreateSliceServiceOption() |
| dcso.processNSSIResp(execution)</bpmn:script> |
| </bpmn:scriptTask> |
| <bpmn:scriptTask id="ScriptTask_12sydez" name="prepare NSST decomposition" scriptFormat="groovy"> |
| <bpmn:incoming>SequenceFlow_0zglfyw</bpmn:incoming> |
| <bpmn:incoming>SequenceFlow_0t4gmix</bpmn:incoming> |
| <bpmn:outgoing>SequenceFlow_12pvazb</bpmn:outgoing> |
| <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| def dcso = new DoCreateSliceServiceOption() |
| dcso.prepareDecomposeNSST(execution)</bpmn:script> |
| </bpmn:scriptTask> |
| <bpmn:callActivity id="CallActivity_0hfiogq" name="Call Decompose Service" calledElement="DecomposeService"> |
| <bpmn:extensionElements> |
| <camunda:in source="msoRequestId" target="msoRequestId" /> |
| <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| <camunda:in source="nsstServiceModelInfo" target="serviceModelInfo" /> |
| <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| <camunda:out source="serviceDecomposition" target="nsstServiceDecomposition" /> |
| <camunda:out source="WorkflowException" target="WorkflowException" /> |
| </bpmn:extensionElements> |
| <bpmn:incoming>SequenceFlow_12pvazb</bpmn:incoming> |
| <bpmn:outgoing>SequenceFlow_1inonqp</bpmn:outgoing> |
| </bpmn:callActivity> |
| <bpmn:scriptTask id="ScriptTask_14j28c2" name="Process NSST Decomposition" scriptFormat="groovy"> |
| <bpmn:incoming>SequenceFlow_1inonqp</bpmn:incoming> |
| <bpmn:outgoing>SequenceFlow_049glzl</bpmn:outgoing> |
| <bpmn:outgoing>SequenceFlow_0zglfyw</bpmn:outgoing> |
| <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| def dcso = new DoCreateSliceServiceOption() |
| dcso.processDecompositionNSST(execution)</bpmn:script> |
| </bpmn:scriptTask> |
| <bpmn:sequenceFlow id="SequenceFlow_12pvazb" sourceRef="ScriptTask_12sydez" targetRef="CallActivity_0hfiogq" /> |
| <bpmn:sequenceFlow id="SequenceFlow_1inonqp" sourceRef="CallActivity_0hfiogq" targetRef="ScriptTask_14j28c2" /> |
| <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_1bxdugq" name="Goto Select NSSI "> |
| <bpmn:incoming>SequenceFlow_16akt81</bpmn:incoming> |
| <bpmn:linkEventDefinition id="LinkEventDefinition_1id21k7" name="SelectNSSI" /> |
| </bpmn:intermediateThrowEvent> |
| <bpmn:sequenceFlow id="SequenceFlow_067xdx1" sourceRef="ScriptTask_0w34e57" targetRef="ScriptTask_11rb2ju" /> |
| <bpmn:sequenceFlow id="SequenceFlow_049glzl" sourceRef="ScriptTask_14j28c2" targetRef="Task_1xqjkqx"> |
| <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{(execution.getVariable("nsstHandleContinue" ) == "false")}</bpmn:conditionExpression> |
| </bpmn:sequenceFlow> |
| <bpmn:sequenceFlow id="SequenceFlow_0zglfyw" sourceRef="ScriptTask_14j28c2" targetRef="ScriptTask_12sydez"> |
| <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{(execution.getVariable("nsstHandleContinue" ) == "true")}</bpmn:conditionExpression> |
| </bpmn:sequenceFlow> |
| <bpmn:sequenceFlow id="SequenceFlow_0t4gmix" sourceRef="ScriptTask_0z0dwk2" targetRef="ScriptTask_12sydez" /> |
| <bpmn:scriptTask id="Task_1xqjkqx" name="handle Nsst By Type " scriptFormat="groovy"> |
| <bpmn:incoming>SequenceFlow_049glzl</bpmn:incoming> |
| <bpmn:outgoing>SequenceFlow_16akt81</bpmn:outgoing> |
| <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| def dcso = new DoCreateSliceServiceOption() |
| dcso.handleNsstByType(execution)</bpmn:script> |
| </bpmn:scriptTask> |
| <bpmn:sequenceFlow id="SequenceFlow_16akt81" sourceRef="Task_1xqjkqx" targetRef="IntermediateThrowEvent_1bxdugq" /> |
| <bpmn:callActivity id="CallActivity_0vs5jgq" name="Handle NSI Selection OOF request" calledElement="DoHandleOofRequest"> |
| <bpmn:extensionElements> |
| <camunda:in source="nsiSelectionUrl" target="apiPath" /> |
| <camunda:in source="nsiSelection_correlator" target="correlator" /> |
| <camunda:in source="nsiSelection_messageType" target="messageType" /> |
| <camunda:in source="nsiSelection_timeout" target="timeout" /> |
| <camunda:out source="WorkflowException" target="WorkflowException" /> |
| <camunda:out source="asyncCallbackResponse" target="nsiSelection_oofResponse" /> |
| <camunda:in source="nsiSelection_oofRequest" target="oofRequest" /> |
| </bpmn:extensionElements> |
| <bpmn:incoming>SequenceFlow_14o0fxe</bpmn:incoming> |
| <bpmn:outgoing>SequenceFlow_0nwt0ci</bpmn:outgoing> |
| </bpmn:callActivity> |
| <bpmn:scriptTask id="ScriptTask_12t6v71" name="Process OOF response " scriptFormat="groovy"> |
| <bpmn:incoming>SequenceFlow_0nwt0ci</bpmn:incoming> |
| <bpmn:outgoing>SequenceFlow_1h3kdce</bpmn:outgoing> |
| <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| def dcso = new DoCreateSliceServiceOption() |
| dcso.processNSIResp(execution)</bpmn:script> |
| </bpmn:scriptTask> |
| <bpmn:scriptTask id="ScriptTask_0bgvphs" name="Prepare OOF Select NSI options request" scriptFormat="groovy"> |
| <bpmn:incoming>SequenceFlow_1iawj3m</bpmn:incoming> |
| <bpmn:outgoing>SequenceFlow_14o0fxe</bpmn:outgoing> |
| <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| def dcso = new DoCreateSliceServiceOption() |
| dcso.preNSIRequest(execution,true)</bpmn:script> |
| </bpmn:scriptTask> |
| <bpmn:intermediateCatchEvent id="IntermediateCatchEvent_00uke3g" name=" Select NSSI "> |
| <bpmn:outgoing>SequenceFlow_1iawj3m</bpmn:outgoing> |
| <bpmn:linkEventDefinition id="LinkEventDefinition_0czx4vp" name="SelectNSSI" /> |
| </bpmn:intermediateCatchEvent> |
| <bpmn:sequenceFlow id="SequenceFlow_14o0fxe" sourceRef="ScriptTask_0bgvphs" targetRef="CallActivity_0vs5jgq" /> |
| <bpmn:sequenceFlow id="SequenceFlow_0nwt0ci" sourceRef="CallActivity_0vs5jgq" targetRef="ScriptTask_12t6v71" /> |
| <bpmn:sequenceFlow id="SequenceFlow_1iawj3m" sourceRef="IntermediateCatchEvent_00uke3g" targetRef="ScriptTask_0bgvphs" /> |
| <bpmn:scriptTask id="Task_1jyj2vs" name="handle Nssi select " scriptFormat="groovy"> |
| <bpmn:incoming>SequenceFlow_1tr3i9d</bpmn:incoming> |
| <bpmn:outgoing>SequenceFlow_1tey3hz</bpmn:outgoing> |
| <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| def dcso = new DoCreateSliceServiceOption() |
| dcso.handleNssiSelect(execution)</bpmn:script> |
| </bpmn:scriptTask> |
| <bpmn:parallelGateway id="ParallelGateway_06a2n9u"> |
| <bpmn:incoming>SequenceFlow_0aasemn</bpmn:incoming> |
| <bpmn:incoming>SequenceFlow_103oxyw</bpmn:incoming> |
| <bpmn:incoming>SequenceFlow_14rhmx9</bpmn:incoming> |
| <bpmn:outgoing>SequenceFlow_1tr3i9d</bpmn:outgoing> |
| </bpmn:parallelGateway> |
| <bpmn:sequenceFlow id="SequenceFlow_1tr3i9d" sourceRef="ParallelGateway_06a2n9u" targetRef="Task_1jyj2vs" /> |
| <bpmn:sequenceFlow id="SequenceFlow_0aasemn" sourceRef="CallActivity_0otry7e" targetRef="ParallelGateway_06a2n9u" /> |
| <bpmn:sequenceFlow id="SequenceFlow_103oxyw" sourceRef="CallActivity_0melx8d" targetRef="ParallelGateway_06a2n9u" /> |
| <bpmn:sequenceFlow id="SequenceFlow_14rhmx9" sourceRef="CallActivity_1vzxvna" targetRef="ParallelGateway_06a2n9u" /> |
| <bpmn:parallelGateway id="ParallelGateway_05zg916"> |
| <bpmn:incoming>SequenceFlow_1h3kdce</bpmn:incoming> |
| <bpmn:outgoing>SequenceFlow_0il5j01</bpmn:outgoing> |
| <bpmn:outgoing>SequenceFlow_0euwvgf</bpmn:outgoing> |
| <bpmn:outgoing>SequenceFlow_05250mp</bpmn:outgoing> |
| </bpmn:parallelGateway> |
| <bpmn:sequenceFlow id="SequenceFlow_0il5j01" sourceRef="ParallelGateway_05zg916" targetRef="CallActivity_0otry7e" /> |
| <bpmn:sequenceFlow id="SequenceFlow_0euwvgf" sourceRef="ParallelGateway_05zg916" targetRef="CallActivity_0melx8d" /> |
| <bpmn:sequenceFlow id="SequenceFlow_05250mp" sourceRef="ParallelGateway_05zg916" targetRef="CallActivity_1vzxvna" /> |
| <bpmn:sequenceFlow id="SequenceFlow_1h3kdce" sourceRef="ScriptTask_12t6v71" targetRef="ParallelGateway_05zg916" /> |
| <bpmn:sequenceFlow id="SequenceFlow_1tqg26p" sourceRef="CallActivity_0tzazs0" targetRef="Task_00nfg5x" /> |
| <bpmn:sequenceFlow id="SequenceFlow_1tey3hz" sourceRef="Task_1jyj2vs" targetRef="ExclusiveGateway_0b52m39" /> |
| <bpmn:sequenceFlow id="SequenceFlow_0abqxa1" sourceRef="Task_1m9qoo3" targetRef="CallActivity_0tzazs0" /> |
| <bpmn:exclusiveGateway id="ExclusiveGateway_0b52m39" name="need select nssi?" default="SequenceFlow_1nrfy6i"> |
| <bpmn:incoming>SequenceFlow_1tey3hz</bpmn:incoming> |
| <bpmn:incoming>SequenceFlow_1ezi1oi</bpmn:incoming> |
| <bpmn:outgoing>SequenceFlow_126j77n</bpmn:outgoing> |
| <bpmn:outgoing>SequenceFlow_1nrfy6i</bpmn:outgoing> |
| </bpmn:exclusiveGateway> |
| <bpmn:sequenceFlow id="SequenceFlow_126j77n" name="yes" sourceRef="ExclusiveGateway_0b52m39" targetRef="Task_1m9qoo3"> |
| <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{(execution.getVariable("needSelectNssi" ) == true)}</bpmn:conditionExpression> |
| </bpmn:sequenceFlow> |
| <bpmn:endEvent id="EndEvent_0p0cjhl"> |
| <bpmn:incoming>SequenceFlow_1nrfy6i</bpmn:incoming> |
| </bpmn:endEvent> |
| <bpmn:sequenceFlow id="SequenceFlow_1nrfy6i" sourceRef="ExclusiveGateway_0b52m39" targetRef="EndEvent_0p0cjhl" /> |
| <bpmn:sequenceFlow id="SequenceFlow_1ezi1oi" sourceRef="Task_00nfg5x" targetRef="ExclusiveGateway_0b52m39" /> |
| </bpmn:process> |
| <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateSliceServiceOption"> |
| <bpmndi:BPMNShape id="ScriptTask_11rb2ju_di" bpmnElement="ScriptTask_11rb2ju"> |
| <dc:Bounds x="400" y="140" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="CallActivity_0c567r4_di" bpmnElement="CallActivity_0c567r4"> |
| <dc:Bounds x="560" y="140" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="ScriptTask_0z0dwk2_di" bpmnElement="ScriptTask_0z0dwk2"> |
| <dc:Bounds x="710" y="140" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_1kzy63m_di" bpmnElement="SequenceFlow_1kzy63m"> |
| <di:waypoint x="500" y="180" /> |
| <di:waypoint x="560" y="180" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_1t317y2_di" bpmnElement="SequenceFlow_1t317y2"> |
| <di:waypoint x="660" y="180" /> |
| <di:waypoint x="710" y="180" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="CallActivity_0tzazs0_di" bpmnElement="CallActivity_0tzazs0"> |
| <dc:Bounds x="1410" y="320" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="StartEvent_0mwlirs_di" bpmnElement="StartEvent_0mwlirs"> |
| <dc:Bounds x="162" y="162" width="36" height="36" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="169" y="198" width="25" height="14" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="ScriptTask_0w34e57_di" bpmnElement="ScriptTask_0w34e57"> |
| <dc:Bounds x="230" y="140" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_1fuwy35_di" bpmnElement="SequenceFlow_1fuwy35"> |
| <di:waypoint x="198" y="180" /> |
| <di:waypoint x="230" y="180" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="ScriptTask_1anc3ln_di" bpmnElement="CallActivity_1vzxvna"> |
| <dc:Bounds x="740" y="320" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="ScriptTask_1xgkaqi_di" bpmnElement="CallActivity_0melx8d"> |
| <dc:Bounds x="740" y="460" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="ScriptTask_11y7ba5_di" bpmnElement="CallActivity_0otry7e"> |
| <dc:Bounds x="740" y="580" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="ScriptTask_1icyh1a_di" bpmnElement="Task_1m9qoo3"> |
| <dc:Bounds x="1410" y="460" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="ScriptTask_0aqbm7t_di" bpmnElement="Task_00nfg5x"> |
| <dc:Bounds x="1210" y="320" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="ScriptTask_12sydez_di" bpmnElement="ScriptTask_12sydez"> |
| <dc:Bounds x="860" y="140" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="CallActivity_0hfiogq_di" bpmnElement="CallActivity_0hfiogq"> |
| <dc:Bounds x="1010" y="140" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="ScriptTask_14j28c2_di" bpmnElement="ScriptTask_14j28c2"> |
| <dc:Bounds x="1170" y="140" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_12pvazb_di" bpmnElement="SequenceFlow_12pvazb"> |
| <di:waypoint x="960" y="180" /> |
| <di:waypoint x="1010" y="180" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_1inonqp_di" bpmnElement="SequenceFlow_1inonqp"> |
| <di:waypoint x="1110" y="180" /> |
| <di:waypoint x="1170" y="180" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="IntermediateThrowEvent_1bxdugq_di" bpmnElement="IntermediateThrowEvent_1bxdugq"> |
| <dc:Bounds x="1482" y="162" width="36" height="36" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="1459" y="205" width="87" height="14" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_067xdx1_di" bpmnElement="SequenceFlow_067xdx1"> |
| <di:waypoint x="330" y="180" /> |
| <di:waypoint x="400" y="180" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_049glzl_di" bpmnElement="SequenceFlow_049glzl"> |
| <di:waypoint x="1270" y="180" /> |
| <di:waypoint x="1320" y="180" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_0zglfyw_di" bpmnElement="SequenceFlow_0zglfyw"> |
| <di:waypoint x="1230" y="140" /> |
| <di:waypoint x="1230" y="80" /> |
| <di:waypoint x="910" y="80" /> |
| <di:waypoint x="910" y="140" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_0t4gmix_di" bpmnElement="SequenceFlow_0t4gmix"> |
| <di:waypoint x="810" y="180" /> |
| <di:waypoint x="860" y="180" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="ScriptTask_1tx9eou_di" bpmnElement="Task_1xqjkqx"> |
| <dc:Bounds x="1320" y="140" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_16akt81_di" bpmnElement="SequenceFlow_16akt81"> |
| <di:waypoint x="1420" y="180" /> |
| <di:waypoint x="1482" y="180" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="CallActivity_0vs5jgq_di" bpmnElement="CallActivity_0vs5jgq"> |
| <dc:Bounds x="360" y="460" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="ScriptTask_12t6v71_di" bpmnElement="ScriptTask_12t6v71"> |
| <dc:Bounds x="490" y="460" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="ScriptTask_0bgvphs_di" bpmnElement="ScriptTask_0bgvphs"> |
| <dc:Bounds x="210" y="460" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="IntermediateCatchEvent_00uke3g_di" bpmnElement="IntermediateCatchEvent_00uke3g"> |
| <dc:Bounds x="142" y="482" width="36" height="36" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="135" y="525" width="60" height="14" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_14o0fxe_di" bpmnElement="SequenceFlow_14o0fxe"> |
| <di:waypoint x="310" y="500" /> |
| <di:waypoint x="360" y="500" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_0nwt0ci_di" bpmnElement="SequenceFlow_0nwt0ci"> |
| <di:waypoint x="460" y="500" /> |
| <di:waypoint x="490" y="500" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_1iawj3m_di" bpmnElement="SequenceFlow_1iawj3m"> |
| <di:waypoint x="178" y="500" /> |
| <di:waypoint x="210" y="500" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="ScriptTask_0h3fsja_di" bpmnElement="Task_1jyj2vs"> |
| <dc:Bounds x="1010" y="460" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="ParallelGateway_06a2n9u_di" bpmnElement="ParallelGateway_06a2n9u"> |
| <dc:Bounds x="905" y="475" width="50" height="50" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_1tr3i9d_di" bpmnElement="SequenceFlow_1tr3i9d"> |
| <di:waypoint x="955" y="500" /> |
| <di:waypoint x="1010" y="500" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_0aasemn_di" bpmnElement="SequenceFlow_0aasemn"> |
| <di:waypoint x="840" y="620" /> |
| <di:waypoint x="930" y="620" /> |
| <di:waypoint x="930" y="525" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_103oxyw_di" bpmnElement="SequenceFlow_103oxyw"> |
| <di:waypoint x="840" y="500" /> |
| <di:waypoint x="905" y="500" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_14rhmx9_di" bpmnElement="SequenceFlow_14rhmx9"> |
| <di:waypoint x="840" y="360" /> |
| <di:waypoint x="930" y="360" /> |
| <di:waypoint x="930" y="475" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="ParallelGateway_05zg916_di" bpmnElement="ParallelGateway_05zg916"> |
| <dc:Bounds x="635" y="475" width="50" height="50" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_0il5j01_di" bpmnElement="SequenceFlow_0il5j01"> |
| <di:waypoint x="660" y="525" /> |
| <di:waypoint x="660" y="620" /> |
| <di:waypoint x="740" y="620" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_0euwvgf_di" bpmnElement="SequenceFlow_0euwvgf"> |
| <di:waypoint x="685" y="500" /> |
| <di:waypoint x="740" y="500" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_05250mp_di" bpmnElement="SequenceFlow_05250mp"> |
| <di:waypoint x="660" y="475" /> |
| <di:waypoint x="660" y="360" /> |
| <di:waypoint x="740" y="360" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_1h3kdce_di" bpmnElement="SequenceFlow_1h3kdce"> |
| <di:waypoint x="590" y="500" /> |
| <di:waypoint x="635" y="500" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_1tqg26p_di" bpmnElement="SequenceFlow_1tqg26p"> |
| <di:waypoint x="1410" y="360" /> |
| <di:waypoint x="1310" y="360" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_1tey3hz_di" bpmnElement="SequenceFlow_1tey3hz"> |
| <di:waypoint x="1110" y="500" /> |
| <di:waypoint x="1235" y="500" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_0abqxa1_di" bpmnElement="SequenceFlow_0abqxa1"> |
| <di:waypoint x="1460" y="460" /> |
| <di:waypoint x="1460" y="400" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="ExclusiveGateway_0b52m39_di" bpmnElement="ExclusiveGateway_0b52m39" isMarkerVisible="true"> |
| <dc:Bounds x="1235" y="475" width="50" height="50" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="1218" y="463" width="85" height="14" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_126j77n_di" bpmnElement="SequenceFlow_126j77n"> |
| <di:waypoint x="1285" y="500" /> |
| <di:waypoint x="1410" y="500" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="1339" y="482" width="17" height="14" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="EndEvent_0p0cjhl_di" bpmnElement="EndEvent_0p0cjhl"> |
| <dc:Bounds x="1242" y="632" width="36" height="36" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_1nrfy6i_di" bpmnElement="SequenceFlow_1nrfy6i"> |
| <di:waypoint x="1260" y="525" /> |
| <di:waypoint x="1260" y="632" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_1ezi1oi_di" bpmnElement="SequenceFlow_1ezi1oi"> |
| <di:waypoint x="1260" y="400" /> |
| <di:waypoint x="1260" y="475" /> |
| </bpmndi:BPMNEdge> |
| </bpmndi:BPMNPlane> |
| </bpmndi:BPMNDiagram> |
| </bpmn:definitions> |