Aliaksei Kushunin [
http://community.jboss.org/people/a.kushunin] created the discussion
"Re: Jbpm 5 user form variables"
To view the discussion, visit:
http://community.jboss.org/message/628996#628996
--------------------------------------------------------------
Hi, Demian!
First, in script task I'm creating map like this:
Map<String, Object> content = new java.util.HashMap<String, Object>();
content.put("employee", employee);
//Where employee is my class passes into the process as parameter;
kcontext.setVariable("content", content);
Than, in Jboss Tools bpmn editor in properties of HumantTask I'm setting #{content}
value to Content propety;
WBR, Aliaksei
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/628996#628996]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]