Kris Verlaenen [http://community.jboss.org/people/KrisVerlaenen] created the 
discussion

"Re: jBPM 5 - How to Pass parameters in a WorkItem BPMN2 file"

To view the discussion, visit: http://community.jboss.org/message/583199#583199

--------------------------------------------------------------
You can set the value of parameters inside your process, for example using a 
script node "kcontext.setVariable(name, value)"

If you want to execute the same work item multiple times (once for each set of 
values), I suggest you take a look at multi-instance loop characteristics, this 
allows you to execute a composite node multiple times, once for each element in 
a collection.

Kris
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/583199#583199]

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

Reply via email to