taskInstanceListForType is an example of the componentManager pattern so you should use it
something like this:
@In("#{taskInstanceListForType['myType']}") private
List<TaskInstance> taskInstances;
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969421#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...