Maciej Swiderski [http://community.jboss.org/people/swiderski.maciej] created 
the discussion

"Re: How to query tasks"

To view the discussion, visit: http://community.jboss.org/message/642544#642544

--------------------------------------------------------------
One of possible solution to that would be to use following method from 
TaskClient:

public void getTaskByWorkItemId(long workItemId, GetTaskResponseHandler 
responseHandler) 


if you can include work item id while sending the link. You could get work item 
id with onExit-script of the human task - set it as process variable.

Then use that work item id to query for task.

If that is not good for your case you can always use the generic query method 
from TaskClient.

HTH
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/642544#642544]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

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

Reply via email to