It does answer at least one of your questions: "flawlor" wrote : | How do you point "phase1" at its detailed process definition? |
| <process-state name="initial interview"> | <sub-process name="interview" /> | <variable name="a" access="read,write" mapped-name="aa" /> | <variable name="b" access="read" mapped-name="bb" /> | <transition to="..." /> | </process-state> | You point phase1 at its detailed process definition by using the sub-process element as shown above (taken from Section 9.8 in the User Guide). Each unique process that is pointed to by a sub-process needs to be its own par and deployed separately (prior to deploying the process that references it). I don't think there is a way to nest multiple process definitions in a single source XML. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942740#3942740 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942740 ------------------------------------------------------- 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
