I don't think you need @In(required=false) - you are only (presumably) interested in task instances already instantiated from JBPM. Then do a null check in your code (or get rid of required=false and make sure you don't call the manager except when a taskInstance is already in a context).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991076#3991076 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991076 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
