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]

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

Reply via email to