From 9eba7e8a6067e792ca0753235fcf1e6d0bd41244 Mon Sep 17 00:00:00 2001 From: hetengjiao Date: Wed, 13 May 2020 23:08:47 +0800 Subject: update nsmf to fix oof and nssmf problem Issue-ID: SO-2919 Signed-off-by: hetengjiao Change-Id: I3dc20b3eeb0ec5f72215dbe81295317446d60524 --- .../src/main/resources/process/CreateSliceService.bpmn | 12 ++++++++---- .../src/main/resources/process/DeleteSliceService.bpmn | 7 ++++--- 2 files changed, 12 insertions(+), 7 deletions(-) (limited to 'bpmn/so-bpmn-infrastructure-flows') diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/CreateSliceService.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/CreateSliceService.bpmn index 013e1b62c2..f27794a389 100644 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/CreateSliceService.bpmn +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/CreateSliceService.bpmn @@ -1,6 +1,6 @@ - - + + SequenceFlow_03s744c @@ -369,6 +369,7 @@ css.sendSyncResponse(execution) + SequenceFlow_1bevt3a SequenceFlow_0mlrlbv @@ -435,6 +436,10 @@ css.sendSyncResponse(execution) + + + + SequenceFlow_1ey6m1e SequenceFlow_1aaozcg @@ -457,7 +462,7 @@ css.updateAAIOrchStatus(execution) - + @@ -802,4 +807,3 @@ css.updateAAIOrchStatus(execution) - diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/DeleteSliceService.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/DeleteSliceService.bpmn index 6d9df5240d..3024e39c4e 100644 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/DeleteSliceService.bpmn +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/DeleteSliceService.bpmn @@ -143,14 +143,15 @@ dss.prepareEndOperationStatus(execution) - ${CVFMI_dbAdapterEndpoint} + ${dbAdapterEndpoint} application/soap+xml Basic YnBlbDpwYXNzd29yZDEk - ${CVFMI_updateServiceOperStatusRequest} + ${updateOperationStatus} + POST ${statusCode} ${response} @@ -329,4 +330,4 @@ ex.processJavaException(execution) - + \ No newline at end of file -- cgit 1.2.3-korg