From 834a687fc5d277dd95cb4a40441f4c65076822e1 Mon Sep 17 00:00:00 2001 From: sanket12345 Date: Wed, 25 Aug 2021 17:27:59 +0530 Subject: Implementation of HealthCheckBB Code changes to implement HealthCheckBB Issue-ID: SO-3691 Change-Id: I88d22f125c122d813f42f0b800aeb6530d7c6acf Signed-off-by: sanket12345 --- .../resources/subprocess/CNFAdapterAsyncCall.bpmn | 106 +++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100755 bpmn/MSOCommonBPMN/src/main/resources/subprocess/CNFAdapterAsyncCall.bpmn (limited to 'bpmn/MSOCommonBPMN/src/main/resources/subprocess') diff --git a/bpmn/MSOCommonBPMN/src/main/resources/subprocess/CNFAdapterAsyncCall.bpmn b/bpmn/MSOCommonBPMN/src/main/resources/subprocess/CNFAdapterAsyncCall.bpmn new file mode 100755 index 0000000000..39846f2d39 --- /dev/null +++ b/bpmn/MSOCommonBPMN/src/main/resources/subprocess/CNFAdapterAsyncCall.bpmn @@ -0,0 +1,106 @@ + + + + + Flow_0q7kp9w + + + Flow_0cy88g6 + + + + + + + + + + + Flow_0njjlbm + Flow_0cy88g6 + + + + + + + Flow_0q7kp9w + Flow_04o97wl + import org.onap.so.bpmn.common.scripts.* +def cnf= new CNFAdapterAsync() +cnf.preProcessRequest(execution) + + + Flow_04o97wl + Flow_0njjlbm + import org.onap.so.bpmn.common.scripts.* +def cnf= new CNFAdapterAsync() +cnf.callCnfAdapter(execution) + + + + Flow_0xo7st8 + + + + Flow_0xo7st8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg