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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...