From: hetengjiao Date: Wed, 4 Mar 2020 02:58:19 +0000 (+0800) Subject: Add DoCreateCommunicationService workflow bpmn X-Git-Tag: 1.6.1~120 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7428cbf2dfff3b3ec2c4732de5499809bf0dc3d6;p=so.git Add DoCreateCommunicationService workflow bpmn Issue-ID: SO-2368 Change-Id: Iee4d4c937947d01196a85c8a45387c5a3cb0aa19 Signed-off-by: hetengjiao --- diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateCommunicationService.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateCommunicationService.bpmn new file mode 100644 index 0000000000..1f0e10b1c1 --- /dev/null +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateCommunicationService.bpmn @@ -0,0 +1,115 @@ + + + + + SequenceFlow_0r43nhn + + + + SequenceFlow_0r43nhn + SequenceFlow_1ojuala + import org.onap.so.bpmn.infrastructure.scripts.* +def csi= new DoCreateCommunicationService() +csi.preProcessRequest(execution) + + + SequenceFlow_0mxvw9q + SequenceFlow_15e8qrt + import org.onap.so.bpmn.infrastructure.scripts.* +def csi= new DoCreateCommunicationService() +csi.createCommunicationServiceProfile(execution) + + + SequenceFlow_1ojuala + SequenceFlow_0mxvw9q + import org.onap.so.bpmn.infrastructure.scripts.* +def csi= new DoCreateCommunicationService() +csi.createCommunicationService(execution) + + + SequenceFlow_15e8qrt + + + + + + + SequenceFlow_1jckdn4 + + + + SequenceFlow_0ixyf17 + + + SequenceFlow_1jckdn4 + SequenceFlow_0ixyf17 + import org.onap.so.bpmn.common.scripts.* +ExceptionUtil exceptionUtil = new ExceptionUtil() +exceptionUtil.processJavaException(execution) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +