From 8d496b4f1516d25e39bbd909cb7185e74a453cc6 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Mon, 6 Nov 2017 10:27:21 -0500 Subject: Updated xml tags and moved sleep to bpmn Per issue, changed "_" to "-". Also related to a comment to SO-303, made "sleep" time a property and moved the sleep calls from groovy scripts to bpmn. Fixed a few test resources that still had "_" instead of "-". Changed variable name from sdnReplDelay to sdncReplDelay. Change-Id: I893254c0ab735508732fcf2c3e82934f26c2a05a Issue-Id: SO-308 Signed-off-by: Jim Hahn --- .../process/CreateVcpeResCustService.bpmn | 57 +++++++++++----------- .../subprocess/DoCreateAllottedResourceBRG.bpmn | 32 +++++++++--- .../subprocess/DoCreateAllottedResourceTXC.bpmn | 44 ++++++++++++----- 3 files changed, 87 insertions(+), 46 deletions(-) (limited to 'bpmn/MSOInfrastructureBPMN/src/main/resources') diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVcpeResCustService.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVcpeResCustService.bpmn index 3c5e26874a..175efaf8b5 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVcpeResCustService.bpmn +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVcpeResCustService.bpmn @@ -366,9 +366,8 @@ CreateVcpeResCustService.prepareCreateServiceInstance(execution)]]> SequenceFlow_0vj46ej - SequenceFlow_13uceka + SequenceFlow_0sjpja4 - SequenceFlow_1ky2sv9 SequenceFlow_0vj46ej @@ -431,7 +430,7 @@ CreateVcpeResCustService.prepareCreateAllottedResourceTXC(execution)]]> - SequenceFlow_16acruh + SequenceFlow_1db0ri1 @@ -616,14 +615,15 @@ CreateVcpeResCustService.validateVnfCreate(execution)]]> SequenceFlow_0e9e6fo - - SequenceFlow_13uceka - SequenceFlow_16acruh - - - + + SequenceFlow_0sjpja4 + SequenceFlow_1db0ri1 + + ${aaiDistDelay} + + + + @@ -921,13 +921,6 @@ CreateVcpeResCustService.awaitAaiDistribution(execution)]]> - - - - - - - @@ -1151,9 +1144,9 @@ CreateVcpeResCustService.awaitAaiDistribution(execution)]]> - + - + @@ -1508,16 +1501,24 @@ CreateVcpeResCustService.awaitAaiDistribution(execution)]]> - - + + + + + - - - - - + + + + + + + + + + - + diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateAllottedResourceBRG.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateAllottedResourceBRG.bpmn index a35371e97c..b925b007cd 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateAllottedResourceBRG.bpmn +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateAllottedResourceBRG.bpmn @@ -1,5 +1,5 @@ - + SequenceFlow_1 @@ -180,7 +180,7 @@ dcar.validateSDNCResp(execution, response, "activate" )]]> SequenceFlow_0q1hz2p - + @@ -277,8 +277,8 @@ DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG() dcar.updateAaiAROrchStatus(execution, "Created")]]> - SequenceFlow_1dgzhsm SequenceFlow_0z8luou + SequenceFlow_0ec9eiq SequenceFlow_030mhcm + + SequenceFlow_1dgzhsm + SequenceFlow_0ec9eiq + + ${sdncReplDelay} + + + @@ -532,10 +540,9 @@ dcar.generateOutputs(execution)]]> - - + - + @@ -730,6 +737,19 @@ dcar.generateOutputs(execution)]]> + + + + + + + + + + + + + diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateAllottedResourceTXC.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateAllottedResourceTXC.bpmn index 178534f797..a240bb5ffa 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateAllottedResourceTXC.bpmn +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateAllottedResourceTXC.bpmn @@ -1,5 +1,5 @@ - + SequenceFlow_1 @@ -180,7 +180,6 @@ dcar.validateSDNCResp(execution, response, "activate" )]]> SequenceFlow_0q1hz2p - @@ -262,7 +261,7 @@ dcar.postProcessRollback(execution)]]> SequenceFlow_00i7x43 - SequenceFlow_1dgzhsm + SequenceFlow_07kxd8t - SequenceFlow_1dgzhsm SequenceFlow_0z8luou + SequenceFlow_08hhqb2 SequenceFlow_030mhcm + + + SequenceFlow_07kxd8t + SequenceFlow_08hhqb2 + + ${sdncReplDelay} + + + @@ -530,14 +538,6 @@ dcar.generateOutputs(execution)]]> - - - - - - - - @@ -730,6 +730,26 @@ dcar.generateOutputs(execution)]]> + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg