[jboss-dev-forums] [Design of JBoss jBPM] - Re: decision conditions

hosierdm do-not-reply at jboss.com
Tue Jul 11 17:06:14 EDT 2006


"alex.guizar at jboss.com" wrote : Further, jPDL is a process language. Most people will use the GPD for edition, so we don't need to be consistent with programming languages.

I just picked up this thread and wanted to comment on the above.  I slightly disagree, since there is currently no way to specify conditions on a transition without directly editing the XML.  I think it could be viewed like a switch statement in Java (and C/C++ or whatever) with an implied break.  It goes down the list and takes the first transition whose expression evaluates to true.  If that doesn't happen, it drops to the last one, just like a default: line.  I figure I'm way late adding to this debate, but what the hell....

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957149#3957149

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957149



More information about the jboss-dev-forums mailing list