byungwoojun [http://community.jboss.org/people/byungwoojun] created the discussion
"Use of process variables after a startProcess" To view the discussion, visit: http://community.jboss.org/message/604025#604025 -------------------------------------------------------------- When I call a process, I pass a Hahmap object as the startProcess parameter, e.g., Map<String, Object> params = new HashMap<String, Object>(); params.put("Object 1", obj1); params.put("Object 2", obj2); ... ProcessInstance pi = ksession.startProcess("com.sample.Hello", params); ... After calling a process, I'd like to use process variables (e.g., response) from the process. How does the process the pass process variables back to the caller, so the caller can use variables which were created or modified in the process. Thanks, bwj -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/604025#604025] 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 [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
