[jboss-user] [JBoss jBPM] - Do we really need "Transition"?
bungrudi
do-not-reply at jboss.com
Wed Mar 5 07:45:05 EST 2008
Does a transition really needed in a bpm framework?
I've just realized that the need to explicitly define transitions from a node is lessening the framework's expressiveness quite bad.
I can't found an easy way to implement a complex flow, one of which is like
a -> b -> c -> ttt -> d -> e
where node ttt can move anywhere in the flow based on certain condition.
if "Transition" is optional, implementing this is an easy case.
anyone has any idea on the easiest way to implement this in latest stable release of JBPM?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134210#4134210
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134210
More information about the jboss-user
mailing list