From 8c9f2c73f4366ae42ad7e2c1742885b5ad793360 Mon Sep 17 00:00:00 2001 From: eeginux Date: Wed, 20 Nov 2019 13:23:49 +0000 Subject: decision point API ControllerRunnable interface: implemented by controller ControllerContext: Controller Context for controller execution ControllerPreparable interface:used to setup execution context ControllerExecutionBB:controller execution for building block ControllerExecutionDE:controller execution for camunda Skeleton implementation for APPC controller Skeleton implementation for SDNC controller Use ControllerExecutionDE for existing PNF configuration. Add integration tests for controllerExecutionBB/DE Add GenericControllerExecution activity for BuildingBlockExecution based Add GenericControllerExecutionDE activity for DelegateExecution based. CDS controller to be implemented by SO-CDS generic buildingBlock Actor seletion based on ingested metadata Issue-ID: SO-2070 Change-Id: I4020c2ce21468939690e2cef78bbadbfff4bd3e4 Signed-off-by: eeginux --- .../resources/process/ConfigurePnfResource.bpmn | 104 ++++++++------------- 1 file changed, 41 insertions(+), 63 deletions(-) (limited to 'bpmn/so-bpmn-infrastructure-flows/src/main/resources/process') diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/ConfigurePnfResource.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/ConfigurePnfResource.bpmn index 9a1a7ed628..6d5b2a2f28 100644 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/ConfigurePnfResource.bpmn +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/ConfigurePnfResource.bpmn @@ -16,45 +16,19 @@ #{SkipPostInstantiationConfiguration} - - SequenceFlow_0j3pm2g - SequenceFlow_17llfxw - - - - - - - - - SequenceFlow_17llfxw - SequenceFlow_0p0aqtx - - SequenceFlow_0p0aqtx + SequenceFlow_07bmtu7 SequenceFlow_1owbpsy SequenceFlow_1w4p9f7 - - + #{execution.getVariable("CDSStatus").equals("Success")} - - - - - - - - SequenceFlow_0jfgn7n - SequenceFlow_08voj55 - - SequenceFlow_08voj55 + SequenceFlow_02919fh SequenceFlow_1n080up SequenceFlow_0d24h26 - #{execution.getVariable("CDSStatus").equals("Success")} @@ -74,12 +48,30 @@ - + #{!SkipPostInstantiationConfiguration} - + + + + + config-assign + pnf + + + SequenceFlow_0j3pm2g + SequenceFlow_07bmtu7 + + + + + + config-deploy + pnf + + SequenceFlow_1owbpsy - SequenceFlow_0jfgn7n + SequenceFlow_02919fh @@ -105,44 +97,19 @@ - - - - - - - - - - - - - - - + - + - - - - - - - - - - - @@ -185,13 +152,24 @@ - + - + - - + + + + + + + + + + + + + -- cgit 1.2.3-korg