[jboss-dev-forums] [Design of JBoss jBPM] - Re: how to create variables with Expression in processdefini
cristim1979
do-not-reply at jboss.com
Mon Apr 23 12:34:56 EDT 2007
Hi,
does it not work like this ?
| <state name="setup">
| <event type="node-enter">
| <script>
| <expression>myChoice = 3;</expression>
| <variable name='myChoice' access='write' />
| </script>
| </event>
| <transition name="" to="exclusive choice"></transition>
| </state>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039919#4039919
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039919
More information about the jboss-dev-forums
mailing list