[jboss-user] [jBPM] - Retrieval of variable values for a process instance
Zeliang Huang
do-not-reply at jboss.com
Mon Dec 5 01:25:02 EST 2011
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]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20111205/889a6e03/attachment.html
More information about the jboss-user
mailing list