User development,

A new message was posted in the thread "Question on TaskQuery":

http://community.jboss.org/message/524907#524907

Author  : ben d
Profile : http://community.jboss.org/people/bdahon

Message:
--------------------------------------------------------------
Hi there,
 
I've just run the following code :
 
taskService.createTaskQuery().processInstanceId(processId).activityName("xxx").list()

 
I'd expect this code to return only tasks that are associated to the given 
processInstanceId and whose name are xxx. But I get all sorts of tasks; I mean 
tasks whose names differ from xxx. Is that the expected behaviour ?
 
Cheers,
Ben

--------------------------------------------------------------

To reply to this message visit the message page: 
http://community.jboss.org/message/524907#524907


_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to