[jboss-user] [JBoss jBPM] - Re: Oracle Workflow conversion to JBPM - Automation

a-sqr do-not-reply at jboss.com
Sun Feb 8 13:05:39 EST 2009


Regarding the points 
- supports conversion of 'decisionnodes' with custom oracle script converted to EL

Transition from Decision nodes are defined in two ways in oracle:
   1:  item attributes are compared to other item attributes or other constant values.
  -> This is converted to transition based on condition such as 

<condition expression="#{SAVED_DRAFT == 'True'}"/>


  2:  Custom oracle procedures are called which returns Equal etc.

-> This is handled through a decision handler, which is added by the plugin. But developer has to manually edit the decide method to call right procedures. Plugin will only add the decision handler.

- supports conversion of non-nested fork/join pairs to fully nested ones 
It converts fork/join pairs but nested one I have not implemented yet. It can be added in next release. Can you please provide a complete sample jpdl for nested fork join case so that I can implement the logic for the same.

Thanks & Regards
Ashu

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

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



More information about the jboss-user mailing list