You can easily aggregate processes using the Process State, which is available in the process designer plugin. However, support for graphically setting properties on such nodes is limited, and you have to edit the source directly to get most of the detail in there. Search the user the User Guide for the term Process Composition and see this link in the User Guide: http://docs.jboss.org/jbpm/v3/userguide/jpdl.html#processstate.element
You can use either a Java class OR the expressions in a decision node. The User Guide points this out in the documentation of the decision node: http://docs.jboss.org/jbpm/v3/userguide/jpdl.html#decision.element. I think you might be able to supply the Java class via the graphical dialog in the process designer (not sure though), but I know you have to specify the expression directly in the source. And these expressions are specified in the transition elements of the decision node. However, note that the expressions are NOT beanshell expressions. I believe the User Guide is erroneous in this claim. I'm sure I've seen forum posts in regards to this, you should do a search. Someone correct me if I'm wrong. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945196#3945196 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945196 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
