Laura delli Paoli [
https://community.jboss.org/people/lauradp] created the discussion
"Re: Passing data to a service task"
To view the discussion, visit:
https://community.jboss.org/message/778114#778114
--------------------------------------------------------------
I was able to set Process variables (see attached picture), and set them in the process
main:
params.put("Command", workflowName);
params.put("Parameters", null);
// start a new process instance
ksession.startProcess("process
https://community.jboss.org/servlet/JiveServlet/showImage/2-778114-19919/...
https://community.jboss.org/servlet/JiveServlet/downloadImage/2-778114-19...
", params);
System.out.println("Process started ...");
but variables are not availabe in taskHandler!
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/778114#778114]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]