From c6f03aa3d0fc3cbfbd0d22c7e4e4c0b60d7d70d1 Mon Sep 17 00:00:00 2001 From: Marcus G K Williams Date: Mon, 1 Oct 2018 11:46:17 -0700 Subject: Fix CreateVfModule Instantiation Error Issue-ID: SO-1097 Change-Id: I0eff52da7b90450d2a8b9d3ab5d1d92c245bb4f6 Signed-off-by: Marcus G K Williams --- .../src/main/groovy/org/onap/so/bpmn/common/scripts/OofHoming.groovy | 1 + 1 file changed, 1 insertion(+) (limited to 'bpmn/MSOCommonBPMN') diff --git a/bpmn/MSOCommonBPMN/src/main/groovy/org/onap/so/bpmn/common/scripts/OofHoming.groovy b/bpmn/MSOCommonBPMN/src/main/groovy/org/onap/so/bpmn/common/scripts/OofHoming.groovy index 70f91671a8..7028f6eeed 100644 --- a/bpmn/MSOCommonBPMN/src/main/groovy/org/onap/so/bpmn/common/scripts/OofHoming.groovy +++ b/bpmn/MSOCommonBPMN/src/main/groovy/org/onap/so/bpmn/common/scripts/OofHoming.groovy @@ -269,6 +269,7 @@ class OofHoming extends AbstractServiceTaskProcessor { if (oofDirectives != null && oofDirectives != "") { resource.getHomingSolution().setOofDirectives(oofDirectives) + execution.setVariable("oofDirectives", oofDirectives) utils.log("DEBUG", "***** OofDirectives is: " + oofDirectives + " *****", "true") } -- cgit 1.2.3-korg