[jboss-user] [JBoss jBPM] - Re: jbpm 3.2.ga set transition
frantisek.kocun@gmail.com
do-not-reply at jboss.com
Wed Feb 18 06:54:55 EST 2009
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#4211036
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211036
More information about the jboss-user
mailing list