[jboss-user] [JBoss jBPM] - JBPM process xml : use of primitive in event listener or dec

patriarch24 do-not-reply at jboss.com
Wed May 20 11:50:36 EDT 2009


Hello all,
I would like to know how can I use a primitive type in a decision handler or an event listener (jpdl 4).

For instance :

  | <decision>
  | 	<handler class="some.package.SkipDecisionHandler">
  | 		<field>
  | 			<boolean value="true" />
  | 		</field>
  | 	</handler>
  | 	<transition to="some state" name="load" />
  | 	<transition to="wait2" name="skip" />
  | </decision>
  | 

I just have the solution to use string or object, but cannot see how to do.

Thanks for helping me.

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

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



More information about the jboss-user mailing list