okay.. Digging a little deeper and i found that all task instances will show up, that were created for this process definition. If you see taskInstance.hasEnded() for each task instance, then the one that was ended by "end-tasks='true'" will show as false.
Try using "taskMgtIntance.getUnfinishedTasks(token)". This should give you a list of tasks that are unfinished. cheers! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970730#3970730 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970730 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
