JBoss Community

Re: Jbpm 5 user form variables

created by Aliaksei Kushunin in jBPM - View the full discussion

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

Start a new discussion in jBPM at Community