\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.json.JSONObject;\r
import org.json.JSONArray;\r
import org.apache.commons.lang3.*\r
JsonUtils jsonUtil = new JsonUtils()\r
CatalogDbUtils cutils = new CatalogDbUtils()\r
\r
- public void preProcessRequest (Execution execution) {\r
+ public void preProcessRequest (DelegateExecution execution) {\r
def isDebugEnabled = execution.getVariable("isDebugLogEnabled")\r
String msg = ""\r
utils.log("INFO"," ***** preProcessRequest *****", isDebugEnabled)\r