the first one only because you have a 'return' in your java method in a for loop once a taskinstance is encountered in the taskinstances collection
Aaahhh... ok, there can't be more than one taskInstance with the same name in one token is what you think... ok... could be true.... not sure though.. just tested it and it is possible to have multiple tasks with the same name in the token, so my assumption that you return the first task in the token with a certain name is (by accident) correct ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063975#4063975 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063975 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
