From b179638916dd51a19668d91d4011c8aca54839c4 Mon Sep 17 00:00:00 2001 From: "marios.iakovidis" Date: Thu, 11 Apr 2019 12:15:14 +0300 Subject: Modify the SO to support BBS usecase Modify the SO to support BBS usecase. Change-Id: I359380bcea9ff4ebb4e021b0425f727392ac590f Issue-ID: SO-1578 Signed-off-by: marios.iakovidis --- .../src/main/resources/process/HandlePNF.bpmn | 119 +++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/HandlePNF.bpmn (limited to 'bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/HandlePNF.bpmn') diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/HandlePNF.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/HandlePNF.bpmn new file mode 100644 index 0000000000..c81b289737 --- /dev/null +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/HandlePNF.bpmn @@ -0,0 +1,119 @@ + + + + + SequenceFlow_1c92ks3_activate + + + SequenceFlow_1c92ks3_activate + SequenceFlow_17xr584 + SequenceFlow_12q67gd + import org.onap.so.bpmn.infrastructure.scripts.* +def handlePNF = new HandlePNF() +handlePNF.preProcessRequest(execution) + + + + + + SequenceFlow_02fi1yn + + + + + + + + SequenceFlow_1apj1fn + SequenceFlow_0pujwl4 + + + SequenceFlow_0pujwl4 + SequenceFlow_1la8oih + SequenceFlow_1ezf4gu + import org.onap.so.bpmn.infrastructure.scripts.* +def handlePNF = new HandlePNF() +handlePNF.postProcessRequest(execution) + + + + + SequenceFlow_12q67gd + SequenceFlow_17xr584 + SequenceFlow_1apj1fn + + + + + SequenceFlow_1ezf4gu + SequenceFlow_1la8oih + SequenceFlow_02fi1yn + import org.onap.so.bpmn.infrastructure.scripts.* +def handlePNF = new HandlePNF() +handlePNF.sendSyncResponse(execution) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg