From 73bd66b7ce4bd798c33d06f8f290456d817ba81d Mon Sep 17 00:00:00 2001 From: c00149107 Date: Wed, 11 Oct 2017 16:46:50 +0800 Subject: Add progress for create workflow Add progress and operation content for create workflow operation Change-Id: Ib48ab5be7f65a039813db1da816dbe7ac4c0e6f1 Issue-ID:SO-206 Signed-off-by: c00149107 --- .../process/CreateCustomE2EServiceInstance.bpmn | 81 +++++++++++++--- .../subprocess/DoCreateE2EServiceInstance.bpmn | 105 +++++++++++++++------ 2 files changed, 144 insertions(+), 42 deletions(-) (limited to 'bpmn/MSOInfrastructureBPMN/src/main/resources') diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateCustomE2EServiceInstance.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateCustomE2EServiceInstance.bpmn index a0a77faf0f..0a80602705 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateCustomE2EServiceInstance.bpmn +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateCustomE2EServiceInstance.bpmn @@ -1,5 +1,5 @@ - + SequenceFlow_0s2spoq @@ -113,7 +113,7 @@ csi.sendSyncError(execution)]]> - SequenceFlow_0z4faf9 + SequenceFlow_081z8l2 SequenceFlow_19eilro - + @@ -140,14 +140,45 @@ csi.sendSyncResponse(execution)]]> + + + SequenceFlow_0z4faf9 + SequenceFlow_1euqjsp + + + + + + + + ${URN_mso_openecomp_adapters_db_endpoint} + + + application/soap+xml + #{BasicAuthHeaderValueDB} + + + ${CVFMI_updateServiceOperStatusRequest} + POST + ${statusCode} + ${response} + + http-connector + + + SequenceFlow_1euqjsp + SequenceFlow_081z8l2 + - + - + @@ -163,7 +194,7 @@ csi.sendSyncResponse(execution)]]> - + @@ -175,7 +206,7 @@ csi.sendSyncResponse(execution)]]> - + @@ -190,17 +221,17 @@ csi.sendSyncResponse(execution)]]> - - + + - + - + - + @@ -218,10 +249,10 @@ csi.sendSyncResponse(execution)]]> - - + + - + @@ -331,6 +362,26 @@ csi.sendSyncResponse(execution)]]> + + + + + + + + + + + + + + + + + + + + diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateE2EServiceInstance.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateE2EServiceInstance.bpmn index 758de28d36..2e996e20d5 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateE2EServiceInstance.bpmn +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateE2EServiceInstance.bpmn @@ -1,5 +1,5 @@ - + SequenceFlow_1 @@ -135,7 +135,7 @@ def csi = new DoCreateE2EServiceInstance() csi.preSDNCRequest(execution)]]> - SequenceFlow_1170ztf + SequenceFlow_05gdjox SequenceFlow_15zgrcq - + SequenceFlow_092ghvu + + + SequenceFlow_1170ztf + SequenceFlow_1qctzm0 + + + + + + + + ${URN_mso_openecomp_adapters_db_endpoint} + + + application/soap+xml + #{BasicAuthHeaderValueDB} + + + ${CVFMI_initResOperStatusRequest} + POST + ${statusCode} + ${response} + + http-connector + + + SequenceFlow_1qctzm0 + SequenceFlow_05gdjox + @@ -340,69 +371,89 @@ csi.postConfigRequest(execution)]]> - + - + - + - + - + - - + + - + - - + + - + - - + + - + - - + + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + - + - + + + + -- cgit 1.2.3-korg