From c7caf208e96a9f1f7d9fd43bb3c3d2cb1347a399 Mon Sep 17 00:00:00 2001 From: aleemraja Date: Thu, 17 Sep 2020 13:41:56 +0530 Subject: Implement Allocate Core NSSMF workflow Issue-ID: SO-3234 Signed-off-by: aleemraja Change-Id: I37ce7d21eaba8ea60a91a7034509696b2cf3a987 --- .../resources/subprocess/DoAllocateCoreNSSI.bpmn | 309 +++++++++++++++++++++ 1 file changed, 309 insertions(+) create mode 100644 bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateCoreNSSI.bpmn (limited to 'bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateCoreNSSI.bpmn') diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateCoreNSSI.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateCoreNSSI.bpmn new file mode 100644 index 0000000000..92407e9b2a --- /dev/null +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateCoreNSSI.bpmn @@ -0,0 +1,309 @@ + + + + + SequenceFlow_0bjz7up + + + + + + Flow_0kbpihh + SequenceFlow_1scva4p + SequenceFlow_1ygklb8 + + + + #{execution.getVariable("solutions") !="" } + + + + SequenceFlow_0tytimn + SequenceFlow_0tubodn + + + SequenceFlow_0bjz7up + SequenceFlow_1xiszom + import org.onap.so.bpmn.infrastructure.scripts.* +def allocateNssi = new DoAllocateCoreNSSI() +allocateNssi.preProcessRequest(execution) + + + SequenceFlow_1xiszom + SequenceFlow_0enouyb + import org.onap.so.bpmn.infrastructure.scripts.* +def allocateNssi = new DoAllocateCoreNSSI() +allocateNssi.getNSSTName(execution) + + + SequenceFlow_0enouyb + SequenceFlow_1r5aycw + import org.onap.so.bpmn.infrastructure.scripts.* +def allocateNssi = new DoAllocateCoreNSSI() +allocateNssi.prepareOOFRequest(execution) + + + + + + + + + + + + + + + + + + + SequenceFlow_1scva4p + SequenceFlow_0tubodn + + + + + + + + + + + + + + + + + + + SequenceFlow_1ygklb8 + SequenceFlow_0tytimn + + + + + + + + + + + + + + SequenceFlow_1r5aycw + Flow_1navrbe + + + + Flow_1navrbe + Flow_0kbpihh + import org.onap.so.bpmn.infrastructure.scripts.* +def allocateNssi = new DoAllocateCoreNSSI() +allocateNssi.processOOFAsyncResponse(execution) + + + + + Flow_1bd9s44 + + + + Flow_1rrkw3k + + + Flow_1jn84pa + Flow_1rrkw3k + import org.onap.so.bpmn.common.scripts.* +ExceptionUtil ex = new ExceptionUtil() +ex.processJavaException(execution) + + + Flow_1bd9s44 + Flow_167qlhy + import org.onap.so.bpmn.infrastructure.scripts.* +def allocateNssi= new DoAllocateCoreNSSI() +allocateNssi.prepareFailedOperationStatusUpdate(execution) + + + + + + ${dbAdapterEndpoint} + + + application/soap+xml + Basic YnBlbDpwYXNzd29yZDEk + + + ${updateResourceOperationStatus} + POST + ${statusCode} + ${response} + + http-connector + + + Flow_167qlhy + Flow_1jn84pa + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg