Fix controllerType variable name 93/49793/1
authorElena Kuleshov <ek1439@att.com>
Thu, 31 May 2018 16:01:11 +0000 (12:01 -0400)
committerElena Kuleshov <ek1439@att.com>
Thu, 31 May 2018 16:01:11 +0000 (12:01 -0400)
Change-Id: Ida50f031fb4a4d81e8948e8b8c4e7611434aa202
Issue-ID: SO-602
Signed-off-by: Elena Kuleshov <ek1439@att.com>
bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVfModuleInfra.bpmn

index b71a4ad..c0c2f26 100644 (file)
@@ -216,7 +216,7 @@ exceptionUtil.processJavaException(execution)]]></bpmn2:script>
         <camunda:in source="CVFMI_vnfId" target="vnfId" />
         <camunda:in source="CVFMI_requestId" target="msoRequestId" />
         <camunda:in source="CVFMI_vnfName" target="vnfName" />
-        <camunda:in source="CVFMO_controllerType" target="controllerType" />
+        <camunda:in source="CVFMI_controllerType" target="controllerType" />
         <camunda:in source="healthCheckIndex0" target="healthCheckIndex" />
         <camunda:out source="errorCode" target="errorCode" />
         <camunda:out source="errorText" target="errorText" />
@@ -248,7 +248,7 @@ exceptionUtil.processJavaException(execution)]]></bpmn2:script>
         <camunda:in source="CVFMI_vnfId" target="vnfId" />
         <camunda:in source="CVFMI_requestId" target="msoRequestId" />
         <camunda:in source="CVFMI_vnfName" target="vnfName" />
-        <camunda:in source="CVFMO_controllerType" target="controllerType" />
+        <camunda:in source="CVFMI_controllerType" target="controllerType" />
         <camunda:in source="payload" target="payload" />
         <camunda:in source="healthCheckIndex0" target="healthCheckIndex" />
         <camunda:out source="errorCode" target="errorConfigScaleOutCode" />