Merge "Fix NPE for GenericVnfHealthCheckBB"
authorLukasz Muszkieta <lukasz.muszkieta@nokia.com>
Wed, 28 Jul 2021 12:54:24 +0000 (12:54 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 28 Jul 2021 12:54:24 +0000 (12:54 +0000)
bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/ControllerExecutionBB.bpmn

index c46d504..1935c5b 100644 (file)
@@ -44,6 +44,7 @@
     <bpmn:sequenceFlow id="SequenceFlow_1lspfyy" sourceRef="ServiceTask_0inxg9l" targetRef="ExclusiveGateway_0plxwkg" />
     <bpmn:callActivity id="BBToExecute" name="BB to Execute&#10;" calledElement="${bbName}">
       <bpmn:extensionElements>
+        <camunda:in source="gBuildingBlockExecution" target="gBuildingBlockExecution" />
         <camunda:out source="WorkflowException" target="WorkflowException" />
         <camunda:out source="WorkflowExceptionErrorMessage" target="WorkflowExceptionErrorMessage" />
         <camunda:in source="executionObject" target="executionObject" />