[jboss-user] [jBPM] - JBPM4.3 Variable History

HuiSheng Xu do-not-reply at jboss.com
Tue May 4 21:14:34 EDT 2010


HuiSheng Xu [http://community.jboss.org/people/rebody] replied to the discussion

"JBPM4.3 Variable History"

To view the discussion, visit: http://community.jboss.org/message/541215#541215

--------------------------------------------------------------
Hi Dan,
  Because jBPM 4 did not implement variable history yet,  so there is no api for query HistoryVariable.  We have to use hibernate to do these query. like this:


Session session = env.get(Session.class);
List list = session.createQuery("from HistoryVariableImpl").list();


--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/541215#541215]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100504/cbed45e8/attachment.html 


More information about the jboss-user mailing list