Set homingService in WorkflowAction 72/70972/1
authorMarcus G K Williams <marcus.williams@intel.com>
Mon, 22 Oct 2018 18:48:47 +0000 (11:48 -0700)
committerMarcus G K Williams <marcus.williams@intel.com>
Mon, 22 Oct 2018 18:48:54 +0000 (11:48 -0700)
Issue-ID: SO-1153
Change-Id: I40ef5deb8699f7f0c602cb57e273c1a3dc814004
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
bpmn/so-bpmn-tasks/src/main/java/org/onap/so/bpmn/infrastructure/workflow/tasks/WorkflowAction.java

index 2424627..8bc499c 100644 (file)
@@ -170,6 +170,7 @@ public class WorkflowAction {
                                                execution.setVariable("homing", true);
                                                execution.setVariable("callHoming", true);
                                                execution.setVariable("homingSolution", params.get(HOMINGSOLUTION));
+                                               execution.setVariable("homingService", params.get(HOMINGSOLUTION));
                                        }
                                }
                        }