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.