gigazhang [
https://community.jboss.org/people/gigazhang] created the discussion
"kcontext.setVariable("variable",value) for begin used by following
tasks?"
To view the discussion, visit:
https://community.jboss.org/message/730215#730215
--------------------------------------------------------------
my flow:
https://community.jboss.org/servlet/JiveServlet/showImage/2-730215-18401/...
https://community.jboss.org/servlet/JiveServlet/downloadImage/2-730215-18...
every node i set #{userid} as actorid
start process:
Map<String,Object> params = new HashMap<String, Object>();
params.put("userId", "Jack");
ksession.startProcess("com.test.task.bpmn",params);
the problem is when the first task completed,how can i change the variable userId to set
the follow actor.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/730215#730215]
Start a new discussion in jBPM Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]