Reshmasree | 66aa13b | 2020-09-10 03:47:24 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_0misy4e" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.7.1"> |
| 3 | <bpmn:process id="DoModifyRanNfNssi" isExecutable="true"> |
| 4 | <bpmn:startEvent id="StartEvent_1"> |
| 5 | <bpmn:outgoing>Flow_0f9s9j7</bpmn:outgoing> |
| 6 | </bpmn:startEvent> |
| 7 | <bpmn:scriptTask id="Activity_0bbh5uy" name="preprocess request" scriptFormat="groovy"> |
| 8 | <bpmn:incoming>Flow_0f9s9j7</bpmn:incoming> |
| 9 | <bpmn:outgoing>Flow_1kdh0gl</bpmn:outgoing> |
| 10 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 11 | def nss = new DoModifyRanNfNssi() |
| 12 | nss.preProcessRequest(execution)</bpmn:script> |
| 13 | </bpmn:scriptTask> |
| 14 | <bpmn:sequenceFlow id="Flow_0f9s9j7" sourceRef="StartEvent_1" targetRef="Activity_0bbh5uy" /> |
| 15 | <bpmn:sequenceFlow id="Flow_1kdh0gl" sourceRef="Activity_0bbh5uy" targetRef="Activity_1rs1l5c" /> |
| 16 | <bpmn:scriptTask id="Activity_1rs1l5c" name="prepare SDNR request" scriptFormat="groovy"> |
| 17 | <bpmn:incoming>Flow_1kdh0gl</bpmn:incoming> |
| 18 | <bpmn:outgoing>Flow_0n0zzp4</bpmn:outgoing> |
| 19 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 20 | def nss = new DoModifyRanNfNssi() |
| 21 | nss.createSdnrRequest(execution)</bpmn:script> |
| 22 | </bpmn:scriptTask> |
| 23 | <bpmn:callActivity id="Activity_1jpoqws" name="call sdnr for RAN NF NSSI creation" calledElement="DoHandleSdnrDmaapRequest"> |
| 24 | <bpmn:extensionElements> |
| 25 | <camunda:in source="createNSSI_sdnrRequest" target="sdnrRequest" /> |
| 26 | <camunda:out source="asyncCallbackResponse" target="SDNR_asyncCallbackResponse" /> |
| 27 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 28 | <camunda:in source="createNSSI_correlator" target="correlator" /> |
| 29 | <camunda:in source="createNSSI_messageType" target="messageType" /> |
| 30 | <camunda:in source="createNSSI_timeout" target="timeout" /> |
| 31 | </bpmn:extensionElements> |
| 32 | <bpmn:incoming>Flow_0n0zzp4</bpmn:incoming> |
| 33 | <bpmn:outgoing>Flow_1b0cez1</bpmn:outgoing> |
| 34 | </bpmn:callActivity> |
| 35 | <bpmn:scriptTask id="Activity_03xcmka" name="process SDNR response" scriptFormat="groovy"> |
| 36 | <bpmn:incoming>Flow_1b0cez1</bpmn:incoming> |
| 37 | <bpmn:outgoing>Flow_1ngijid</bpmn:outgoing> |
| 38 | <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* |
| 39 | def nss = new DoModifyRanNfNssi() |
| 40 | nss.processSdnrResponse(execution)</bpmn:script> |
| 41 | </bpmn:scriptTask> |
| 42 | <bpmn:sequenceFlow id="Flow_0n0zzp4" sourceRef="Activity_1rs1l5c" targetRef="Activity_1jpoqws" /> |
| 43 | <bpmn:sequenceFlow id="Flow_1b0cez1" sourceRef="Activity_1jpoqws" targetRef="Activity_03xcmka" /> |
| 44 | <bpmn:sequenceFlow id="Flow_1ngijid" sourceRef="Activity_03xcmka" targetRef="Event_086qr2t" /> |
| 45 | <bpmn:endEvent id="Event_086qr2t"> |
| 46 | <bpmn:incoming>Flow_1ngijid</bpmn:incoming> |
| 47 | </bpmn:endEvent> |
| 48 | </bpmn:process> |
| 49 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 50 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoModifyRanNfNssi"> |
| 51 | <bpmndi:BPMNEdge id="Flow_1ngijid_di" bpmnElement="Flow_1ngijid"> |
| 52 | <di:waypoint x="730" y="100" /> |
| 53 | <di:waypoint x="772" y="100" /> |
| 54 | </bpmndi:BPMNEdge> |
| 55 | <bpmndi:BPMNEdge id="Flow_1b0cez1_di" bpmnElement="Flow_1b0cez1"> |
| 56 | <di:waypoint x="590" y="100" /> |
| 57 | <di:waypoint x="630" y="100" /> |
| 58 | </bpmndi:BPMNEdge> |
| 59 | <bpmndi:BPMNEdge id="Flow_0n0zzp4_di" bpmnElement="Flow_0n0zzp4"> |
| 60 | <di:waypoint x="460" y="100" /> |
| 61 | <di:waypoint x="490" y="100" /> |
| 62 | </bpmndi:BPMNEdge> |
| 63 | <bpmndi:BPMNEdge id="Flow_1kdh0gl_di" bpmnElement="Flow_1kdh0gl"> |
| 64 | <di:waypoint x="320" y="100" /> |
| 65 | <di:waypoint x="360" y="100" /> |
| 66 | </bpmndi:BPMNEdge> |
| 67 | <bpmndi:BPMNEdge id="Flow_0f9s9j7_di" bpmnElement="Flow_0f9s9j7"> |
| 68 | <di:waypoint x="188" y="100" /> |
| 69 | <di:waypoint x="220" y="100" /> |
| 70 | </bpmndi:BPMNEdge> |
| 71 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1"> |
| 72 | <dc:Bounds x="152" y="82" width="36" height="36" /> |
| 73 | </bpmndi:BPMNShape> |
| 74 | <bpmndi:BPMNShape id="Activity_0bbh5uy_di" bpmnElement="Activity_0bbh5uy"> |
| 75 | <dc:Bounds x="220" y="60" width="100" height="80" /> |
| 76 | </bpmndi:BPMNShape> |
| 77 | <bpmndi:BPMNShape id="Activity_1rs1l5c_di" bpmnElement="Activity_1rs1l5c"> |
| 78 | <dc:Bounds x="360" y="60" width="100" height="80" /> |
| 79 | </bpmndi:BPMNShape> |
| 80 | <bpmndi:BPMNShape id="Activity_1jpoqws_di" bpmnElement="Activity_1jpoqws"> |
| 81 | <dc:Bounds x="490" y="60" width="100" height="80" /> |
| 82 | </bpmndi:BPMNShape> |
| 83 | <bpmndi:BPMNShape id="Activity_03xcmka_di" bpmnElement="Activity_03xcmka"> |
| 84 | <dc:Bounds x="630" y="60" width="100" height="80" /> |
| 85 | </bpmndi:BPMNShape> |
| 86 | <bpmndi:BPMNShape id="Event_086qr2t_di" bpmnElement="Event_086qr2t"> |
| 87 | <dc:Bounds x="772" y="82" width="36" height="36" /> |
| 88 | </bpmndi:BPMNShape> |
| 89 | </bpmndi:BPMNPlane> |
| 90 | </bpmndi:BPMNDiagram> |
| 91 | </bpmn:definitions> |