[jboss-user] [jBPM] - Update the Parameter values
tmmaluleke
do-not-reply at jboss.com
Fri Nov 30 02:02:35 EST 2012
tmmaluleke [https://community.jboss.org/people/tmmaluleke] created the discussion
"Update the Parameter values"
To view the discussion, visit: https://community.jboss.org/message/779264#779264
--------------------------------------------------------------
Hello,
How can I update the parameter values if I have this coding:
Map<String, Object> params= new HashMap<String, Object>();
params.put("studentId", "1234");
params.put("studentName", "Alvinah");
ksession.startProcess("com.registerstudent", params);
................
How can I update the values (1234, Alvinah). studentId and studentName is my variables.
cheers
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/779264#779264]
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/20121130/27e215d2/attachment.html
More information about the jboss-user
mailing list