[jboss-user] [JBoss jBPM] - Re: parameters with state
stijncremers
do-not-reply at jboss.com
Mon Mar 3 12:53:31 EST 2008
i have for example this code:
| <start-state name="a">
| <transition to="b" name="bTS"></transition>
| </start-state>
|
|
| <state name="b">
| <transition to="c" name="cTS"></transition>
| </state>
|
i want, when i am in state 'b', access an parameter that is declared for that state.
do you understand?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133688#4133688
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133688
More information about the jboss-user
mailing list