[jboss-user] [jBPM] New message: "Re: jbpm 4.3 auto transition in state"
Alex Malex
do-not-reply at jboss.com
Tue Feb 2 06:34:47 EST 2010
User development,
A new message was posted in the thread "jbpm 4.3 auto transition in state":
http://community.jboss.org/message/523627#523627
Author : Alex Malex
Profile : http://community.jboss.org/people/ammallex
Message:
--------------------------------------------------------------
no. i have 3 states -
<state name="s1">
<transition name ="n1" to="s2"/>
<transition name ="n2" to="..."/>
</state>
<state name="s2">
<transition to="s3"/>
</state>
<state name="s3">
</state>
at the start i am in s1. I make a transition to s2 and i don't want to stay in state s2 (immediately transition from s2 to s3). How can i do it?
actualy i can replace s2 state with <java> block and there declare one transition - but i jast want use a state block.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/523627#523627
More information about the jboss-user
mailing list