[jboss-user] [JBoss jBPM] - Re: Task parameters

kukeltje do-not-reply at jboss.com
Wed Jul 26 10:29:28 EDT 2006


Oh yes, this is possible..... just use an actionhandler that can work with a xml structure. There are some examples in the source, docs, this forum... just don't look at the xml tag as the variable name but do something like

<numbers>
  | <entry><key>one</key><value>1</value></entry>
  | <entry><key>two</key><value>2</value></entry>
  | <entry><key>three</key><value>3</value></entry>
  | </numbers>

Where the value of key is the variable name and the value of value is the value (heee that is nice ;-))

The rest should be obvious

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961002#3961002

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961002



More information about the jboss-user mailing list