"avbentem" wrote :
| Documentation:
http://docs.jboss.org/jbpm/v3/userguide/jpdl.html#condition.element
states
| anonymous wrote : The contents of the condition element is a jPDL expression that
should evaluate to a boolean. A decision takes the first transition (as ordered in the
processdefinition.xml) for which the expression resolves to true. If none of the
conditions resolve to true, the default leaving transition (== the first one) will be
taken.
| Another section of the same page at
http://docs.jboss.org/jbpm/v3/userguide/jpdl.html#decision.element claims
| anonymous wrote : The leaving transitions of a decision can be extended with a
condition. The decision will look for the first transition for which the condition
evaluates to true. A transition without a condition is considered to evaluate to true (to
model the 'otherwise' branch).
| Arjan.
For 3.2 you should use the docs from cvs. Especially the part for conditions in decisions
has been clarified.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018725#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...