[jboss-user] [JBoss jBPM] - Re: beginners question: how to end path of execution

noirabys do-not-reply at jboss.com
Thu Feb 8 03:10:54 EST 2007


xml posting didn't work ... second try:

  |    <node name="myNode" >
  |       <event type="node-enter" >
  | 		<action name="myActionHandler"  class="org.springmodules.workflow.jbpm31.JbpmHandlerProxy" config-type="bean">
  | 			<targetBean>myActionHandler</targetBean>
  | 		 </action>
  |       </event>
  |       <transition name="" to="end"></transition>
  |       <transition name="ok" to="okNode"></transition>
  |       <transition name="error" to="errorNode"></transition>
  |    </node>
  | 

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

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



More information about the jboss-user mailing list