From c0fa6deceae8884a917e242a7daa3185ce731f65 Mon Sep 17 00:00:00 2001 From: Marcus G K Williams Date: Wed, 19 Sep 2018 15:41:58 -0700 Subject: Add homing flag to alacart flows Issue-ID: SO-745 Change-Id: I5e9e5031be403d17e0dc141a0879b0a28062168e Signed-off-by: Marcus G K Williams --- .../groovy/org/onap/so/bpmn/vcpe/scripts/CreateVcpeResCustService.groovy | 1 + 1 file changed, 1 insertion(+) (limited to 'bpmn/so-bpmn-infrastructure-common/src') diff --git a/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/vcpe/scripts/CreateVcpeResCustService.groovy b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/vcpe/scripts/CreateVcpeResCustService.groovy index 86c5f65e8c..dd135f3af5 100644 --- a/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/vcpe/scripts/CreateVcpeResCustService.groovy +++ b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/vcpe/scripts/CreateVcpeResCustService.groovy @@ -232,6 +232,7 @@ public class CreateVcpeResCustService extends AbstractServiceTaskProcessor { } if ("Homing_Solution".equals(userParam?.name)) { execution.setVariable("homingService", userParam.value) + execution.setVariable("callHoming", true) inputMap.put("Homing_Solution", userParam.value) } } -- cgit 1.2.3-korg