[jboss-user] [JBoss jBPM] - Re: Action fires more times in a processinstance

knra do-not-reply at jboss.com
Tue Jan 23 03:56:25 EST 2007


  | <?xml version="1.0" encoding="UTF-8"?>
  | 
  | <process-definition xmlns="urn:jbpm.org:jpdl-3.1" name="AskitBatchII">
  | 	<start-state name="Start">
  | 		<transition name="to_FileMoved" to="FileMoved"></transition>
  | 	</start-state>
  | 	<end-state name="End"></end-state>
  | 	<state name="FileMoved">
  | 		<event type="node-enter">
  | 		<action name="move_file" class="cof.bpm.action.MoveFileAction"></action>
  | 		</event>
  | 		<transition name="to_FilePrepared" to="FilePrepared"></transition>
  | 	</state>
  | 	<state name="FilePrepared">
  | 		<event type="node-enter">
  | 			<action name="rename_file"
  | 				class="cof.bpm.action.RenameFileAction">
  | 			</action>
  | 		</event>
  | 		<transition name="to_AskitLaunched" to="AskitLaunched"></transition>
  | 	</state>
  | 	<state name="AskitLaunched">
  | 		<event type="node-enter">
  | 			<action name="launch_external_program"
  | 				class="cof.bpm.action.OSInvokerAction">
  | 			</action>
  | 		</event>
  | 		<transition name="to_End" to="End"></transition>
  | 	</state>
  |    <node name="node1"></node>
  | </process-definition>
  | 
  | 

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

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



More information about the jboss-user mailing list