[jboss-user] [JBoss jBPM] - Re: Using variables in Expressions
vanyatka
do-not-reply at jboss.com
Thu Aug 7 12:05:06 EDT 2008
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
More information about the jboss-user
mailing list