Merge "Fix NPE for GenericVnfHealthCheckBB" into honolulu
authorSeshu Kumar M <seshu.kumar.m@huawei.com>
Tue, 24 Aug 2021 09:12:26 +0000 (09:12 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 24 Aug 2021 09:12:26 +0000 (09:12 +0000)
1  2 
bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/ControllerExecutionBB.bpmn

      <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:out source="ControllerStatus" target="ControllerStatus" />
          <camunda:in source="executionObject" target="executionObject" />
          <camunda:in source="mso-request-id" target="mso-request-id" />
          <camunda:in source="isRollback" target="isRollback" />