For the example's sake let's take this jPDL snippet from Seam dvd example

  |     <decision name="decide" expression="#{orderApproval.howLargeIsOrder}">
  |         <transition name="large order" to="approval"/>
  |         <transition name="small order" to="process"/>
  |     </decision>
  | 

Don't be confused, expression here is jBPM Expression Language, nothing to do 
with Seam EL (Or am I wrong?).

My question is, can I put a variable from business context in the expression?


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169344
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to