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]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
