How to create process instances using Savvion Business …

blserver = BLClientUtil.getBizLogicServer (); // This is the handle to get the access to BizLogic Server Engine. blsession = blserver.connect (user,password); // Connect to the server to get a valid user session which is required to create process instances or do any data manipulation on server. // This hashmap is used to set process instance ...