0 Replies Latest reply on Feb 7, 2012 9:14 AM by ielias

    I have a problem to use TaskQuery when find group tasks

    ielias

      Hello guys , I have a problem to use TaskQuery when find group Tasks, specifically when I have ordered tasks , the jbpm's version is 4.4, I think that public String hql() method has a bug because never execute this code:

       

            if (candidate == null && !count)

            appendOrderByClause(hql);

       

      And I need it , then I want override this method ,does anyone know how?, the method is on TaskQueryImpl,class.

       

      I want to do my self  method, How do I can do it?

       

       

      Thanks.