user);
long tokenid=new long(req.getparameter("tokenid"));
// get the execution service
executionservice executionservice = jbpmservicefactory.getinstance().
openexecutionservice(actorid);
map hm=executionservice.getvariables(tokenid);//变量
string act=req.getparameter("action");//进行转换的transition
executionservice.endofstate(tokenid,hm,act);