Fix NPE for GenericVnfHealthCheckBB 45/122845/1
authork.kedron <k.kedron@partner.samsung.com>
Mon, 26 Jul 2021 06:43:40 +0000 (08:43 +0200)
committerk.kedron <k.kedron@partner.samsung.com>
Mon, 26 Jul 2021 06:45:55 +0000 (08:45 +0200)
Issue-ID: SO-3719
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: Ifb8d959f5cf4c814cb0427bbc068bbc18980d925

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" />