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


_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to