AT&T 1712 and 1802 release code
[so.git] / bpmn / MSOCommonBPMN / src / main / groovy / org / openecomp / mso / bpmn / common / scripts / ServiceTaskProcessor.groovy
index d127bd0..0b5d013 100644 (file)
@@ -20,7 +20,8 @@
 \r
 package org.openecomp.mso.bpmn.common.scripts;\r
 \r
-import org.camunda.bpm.engine.runtime.Execution\r
+import org.camunda.bpm.engine.delegate.DelegateExecution\r
+import org.camunda.bpm.engine.delegate.DelegateExecution\r
 \r
 \r
 /**\r
@@ -28,5 +29,5 @@ import org.camunda.bpm.engine.runtime.Execution
  *\r
  */\r
 public interface ServiceTaskProcessor {\r
-         public void preProcessRequest(Execution execution);\r
+         public void preProcessRequest(DelegateExecution execution);\r
 }\r