| <?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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
