[jbpm-dev] [jBPM Development] - making references to usercode more consistent in jpdl

tom.baeyens@jboss.com do-not-reply at jboss.com
Mon Oct 5 09:00:47 EDT 2009


(THIS POST IS STILL UNDER CONSTRUCTION.  I'M STILL ANALYSING THE CURRENT PARSING CODE:-)

hi, i wonder if we can make the usage of expressions in jpdl more consistent.    currently we have following usages attributes expr and class to refer to user code

<decision expr="..."
<decision ...><handler class="..." 
<decision ...><handler expr="..." 

<task ...><assignment-handler class="..."
<task ...><assignment-handler class="..." method="..."
<task ...><assignment-handler expr="..."
<task ...><assignment-handler expr="..." method="..."

<java class="..."
<java class="..." method="..."
<java expr="..."
<java expr="..." method="..."

<script expr="..."

<object class="..." 
<object class="..." method="..."
<object expr="..." 
<object expr="..." method="..."

<condition expr="..."



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

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


More information about the jbpm-dev mailing list