[jboss-user] [jBPM] New message: "Re: jbpm4.3:how to find tasks by execution"
Joram Barrez
do-not-reply at jboss.com
Tue Jan 12 08:11:02 EST 2010
User development,
A new message was posted in the thread "jbpm4.3:how to find tasks by execution":
http://community.jboss.org/message/519499#519499
Author : Joram Barrez
Profile : http://community.jboss.org/people/jbarrez
Message:
--------------------------------------------------------------
Take a look at the implementation of the HQLActivity (og.jbpm.jpdl.internal.activity.HqlActivity)
You can do something like this:
Session session = environment.get(Session.class);
Query q = createQuery(session);
...
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/519499#519499
More information about the jboss-user
mailing list