Commit 026e6df3 authored by kshinde's avatar kshinde

Passed connection to invoke workflow

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@184058 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d28a639e
......@@ -83,7 +83,8 @@ public class GenericWorkflowClass {
}
String entityCodeInit = genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginEmpCode");
retString = xml2dbObj.invokeWorkflowExternal(domAll, entityCodeInit, wrkflwInit, objName, refSer, tranId);
//retString = xml2dbObj.invokeWorkflowExternal(domAll, entityCodeInit, wrkflwInit, objName, refSer, tranId,);
retString = xml2dbObj.invokeWorkflowExternal(domAll, entityCodeInit, wrkflwInit, objName, refSer, tranId,conn);
System.out.println("retString From xml2dbObj.invokeWorkflowExternal --->" + retString);
} catch (Exception ex) {
ex.printStackTrace();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment