From 869f628d4ba4533a1bf4098b5184dd89c9a0695b Mon Sep 17 00:00:00 2001 From: zm330 Date: Mon, 12 Oct 2020 19:27:18 +0800 Subject: Update NSMF Allocate workflow and fix health check issue Issue-ID: SO-2963 Signed-off-by: zm330 Change-Id: I07d5e7aada2e028914067c2f20a3a44eb4450e83 --- .../subprocess/DoCreateSliceServiceOption.bpmn | 207 ++++++++++++--------- 1 file changed, 115 insertions(+), 92 deletions(-) (limited to 'bpmn/so-bpmn-infrastructure-flows/src/main') diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateSliceServiceOption.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateSliceServiceOption.bpmn index 1bda596c6a..7699e804b4 100644 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateSliceServiceOption.bpmn +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateSliceServiceOption.bpmn @@ -160,10 +160,11 @@ dcso.processNSIResp(execution) SequenceFlow_1iawj3m + SequenceFlow_1e7iqkm SequenceFlow_14o0fxe import org.onap.so.bpmn.infrastructure.scripts.* def dcso = new DoCreateSliceServiceOption() -dcso.preNSIRequest(execution,true) +dcso.preNSIRequest(execution) SequenceFlow_1iawj3m @@ -190,7 +191,7 @@ dcso.handleNssiSelect(execution) - SequenceFlow_1h3kdce + SequenceFlow_0vfe8hp SequenceFlow_0il5j01 SequenceFlow_0euwvgf SequenceFlow_05250mp @@ -198,7 +199,7 @@ dcso.handleNssiSelect(execution) - + @@ -216,212 +217,234 @@ dcso.handleNssiSelect(execution) + + SequenceFlow_1h3kdce + SequenceFlow_0vfe8hp + SequenceFlow_1e7iqkm + + + + #{execution.getVariable("needQuerySliceProfile") == true} + - + - + - + - - + + - - + + - + - + - + - + - - + + - + - + - + - + - + - + - + - + - - + + - - + + - + - + - + - - + + - - - - + + + + - - + + - + - - + + - + - + - + - + - + - - + + - - + + - - + + - + - + - - + + - - - + + + - - + + - - - + + + - + - - - + + + - - + + - - - + + + - - + + - - + + - - + + - - + + - + - + - - + + - + - + - - + + - - + + + + + + + + + + + + + + + -- cgit 1.2.3-korg