[jboss-user] [jBPM] - Re: Exception retrieving task

jnorris do-not-reply at jboss.com
Tue Jun 26 07:19:15 EDT 2012


jnorris [https://community.jboss.org/people/jnorris] created the discussion

"Re: Exception retrieving task"

To view the discussion, visit: https://community.jboss.org/message/744209#744209

--------------------------------------------------------------
Also, I am trying to retrieve the task based on the task id:

public Task getTask( long taskId ) 
{
          BlockingGetTaskResponseHandler responseHandler = new BlockingGetTaskResponseHandler();
          client.getTask( taskId, responseHandler );
          responseHandler.waitTillDone( 1000 );
          return responseHandler.getTask();
}
--------------------------------------------------------------

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

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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120626/70ebc761/attachment-0001.html 


More information about the jboss-user mailing list