diff options
author | Lukasz Muszkieta <lukasz.muszkieta@nokia.com> | 2021-07-28 12:54:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-07-28 12:54:24 +0000 |
commit | 836d6dd0f6d03a0026cb25f5589437fd68323c17 (patch) | |
tree | 576f2fdec321d48ec06bb22bfa0d1b54682899db /bpmn/so-bpmn-building-blocks | |
parent | f0a5825adaa8d9dc61a1c1f8fa98ba50a12b7614 (diff) | |
parent | 4ed50b9f2b422d436fdf95dc861df51a9857242b (diff) |
Merge "Fix NPE for GenericVnfHealthCheckBB"
Diffstat (limited to 'bpmn/so-bpmn-building-blocks')
-rw-r--r-- | bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/ControllerExecutionBB.bpmn | 1 |
1 files changed, 1 insertions, 0 deletions
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 c46d504186..1935c5b619 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 @@ -44,6 +44,7 @@ <bpmn:sequenceFlow id="SequenceFlow_1lspfyy" sourceRef="ServiceTask_0inxg9l" targetRef="ExclusiveGateway_0plxwkg" /> <bpmn:callActivity id="BBToExecute" name="BB to Execute " 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" /> |