[jbpm-users] [jBPM Users] - Re: Inserting process arguments to Java tasks

saraswati.santanu do-not-reply at jboss.com
Thu Nov 12 07:05:32 EST 2009


You should be using expression attribute instead if you want it to be evaluated

  |   <java name="get success" class="play.JavaTask" method="getSuccess" var="success" >
  |      <arg><object expr="#{tasksuccess}"/></arg>
  |      <transition to="end1"/>
  |   </java>	
  | 

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

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


More information about the jbpm-users mailing list