Hi the problem in your code is that your action is called when transition is already taken
<transiton><action/></transiton> so you can create and event in start
node and add action to it. Or I think better solution is to put a Decision node after
start node and implement DecisionHandler which return the name of the transition to be
taken or simply use expression language if decision is very simple.
Fero
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211036#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...