From fe7a17f308f23ea8963d0948b5dc5388d626c1f9 Mon Sep 17 00:00:00 2001 From: Sunil Date: Sat, 25 Apr 2020 13:48:21 +0530 Subject: Adding Generic VNF information in ControllerExeuctionBB flow Solving BlueprintName and BlueprintVersion issue Changing vf-module to vfmodule Updating AAI with Orchestration status Issue-ID: SO-2806 Signed-off-by: sunilb Change-Id: I91aa653b946bae3940000f724710de87af3ce7df --- .../BuildingBlock/ControllerExecutionBB.bpmn | 34 +++++----------------- 1 file changed, 7 insertions(+), 27 deletions(-) (limited to 'bpmn/so-bpmn-building-blocks/src') diff --git a/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/ControllerExecutionBB.bpmn b/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/ControllerExecutionBB.bpmn index f12a3d241f..1e67ea33ec 100644 --- a/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/ControllerExecutionBB.bpmn +++ b/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/ControllerExecutionBB.bpmn @@ -10,30 +10,20 @@ SequenceFlow_0no1qag - - - - - - - SequenceFlow_05qembo - SequenceFlow_0cvsnuu - - + SequenceFlow_07tqu82 SequenceFlow_1mkhog2 - - + + SequenceFlow_0vzx2yr SequenceFlow_05qembo - SequenceFlow_0cvsnuu + SequenceFlow_05qembo SequenceFlow_07tqu82 SequenceFlow_15gxql1 - #{execution.getVariable("ControllerStatus").equals("Success")} @@ -81,7 +71,7 @@ - ${execution.getVariable("controller_actor") == "CDS"} + ${execution.getVariable("actor") == "CDS"} @@ -114,17 +104,14 @@ - - - - + - + @@ -136,13 +123,6 @@ - - - - - - - -- cgit 1.2.3-korg