From 7428cbf2dfff3b3ec2c4732de5499809bf0dc3d6 Mon Sep 17 00:00:00 2001 From: hetengjiao Date: Wed, 4 Mar 2020 10:58:19 +0800 Subject: Add DoCreateCommunicationService workflow bpmn Issue-ID: SO-2368 Change-Id: Iee4d4c937947d01196a85c8a45387c5a3cb0aa19 Signed-off-by: hetengjiao --- .../subprocess/DoCreateCommunicationService.bpmn | 115 +++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateCommunicationService.bpmn 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) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg