Zeliang Huang [http://community.jboss.org/people/ossa] created the discussion

"Retrieval of variable values for a process instance"

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

--------------------------------------------------------------
Hi Guys,

I am looking for a way to read the values of variables in my process instance 
after it is started. 
I am able to get the ProcessInstanceId through below java codes. Any idea how 
can I 
continue from here?

|  |  | BlockingGetTaskResponseHandler getResponseHandler = new 
BlockingGetTaskResponseHandler(); |
|  |  | client.getTask(taskId, getResponseHandler); |
|  |  | getResponseHandler.waitTillDone(10000); |
|  |  | Task ts = getResponseHandler.getTask();
|  |  | ts.getTaskData().getProcessInstanceId(); |
 |

thanks
--------------------------------------------------------------

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

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
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to