[jboss-user] [jBPM] New message: "Re: Decision expression can not return a Boolean?"
Maciej Swiderski
do-not-reply at jboss.com
Mon Mar 1 02:20:29 EST 2010
User development,
A new message was posted in the thread "Decision expression can not return a Boolean?":
http://community.jboss.org/message/529052#529052
Author : Maciej Swiderski
Profile : http://community.jboss.org/people/swiderski.maciej
Message:
--------------------------------------------------------------
Hi,
I think expression on decision node must return valid name of outgoing transition otherwise it will not be possible to decide which transition to take.
boolean values are supported on condition tag that is nested inside transition tag:
<transition g="585,131;583,40:-45,-18" name="toReportActError" to="Report activation error">
<condition expr="#{true}"/>
</transition>
Cheers,
Maciej
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/529052#529052
More information about the jboss-user
mailing list