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

"Re: Jbpm 5 user form variables"

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

--------------------------------------------------------------
To get access to data in your ftl's, you need to pass the values as part of the 
"Content" parameter.  So, in this case, you could create a new process variable 
contentVariable and set that to a Map that contains the value of one or more 
parameters you want to pass (like userT).  You can then use the parameter 
mapping to map this contentVariable to the Content parameter.  You can then 
access the values of these parameters in the Map inside your ftls.

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

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

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