AT&T 1712 and 1802 release code
[so.git] / bpmn / MSOCommonBPMN / src / main / groovy / org / openecomp / mso / bpmn / common / scripts / VnfAdapterUtils.groovy
index cb17366..9c1a472 100644 (file)
@@ -20,7 +20,7 @@
 package org.openecomp.mso.bpmn.common.scripts\r
 \r
 import org.camunda.bpm.engine.delegate.BpmnError\r
-import org.camunda.bpm.engine.runtime.Execution;\r
+import org.camunda.bpm.engine.delegate.DelegateExecution;\r
 import org.openecomp.mso.bpmn.core.WorkflowException\r
 \r
 class VnfAdapterUtils {\r
@@ -33,7 +33,7 @@ class VnfAdapterUtils {
 \r
        ExceptionUtil exceptionUtil = new ExceptionUtil()\r
 \r
-       public void validateVnfResponse(Execution execution, String responseVar, String responseCodeVar, String errorResponseVar) {\r
+       public void validateVnfResponse(DelegateExecution execution, String responseVar, String responseCodeVar, String errorResponseVar) {\r
                def method = getClass().getSimpleName() + '.validateVnfResponse(' +\r
                        'execution=' + execution.getId() +\r
                        ', responseVar=' + responseVar +\r