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&...]