[jboss-user] [JBoss jBPM] - Timer Splitting Token, leaving broken state

falazar do-not-reply at jboss.com
Tue Jul 11 18:20:37 EDT 2006


Using a real basic test timer to go forward one transition appears to leave everything in a broken state. (using 3.1.1) with 
<?xml version="1.0" encoding="UTF-8"?>

<process-definition
  xmlns="urn:jbpm.org:jpdl-3.1"  name="Timers">
   
   <start-state name="start">
      
      
   </start-state>
   <end-state name="end1"></end-state>
   <task-node name="Pending CSD Admin Approval">
      
         
      
      
       
      	
				
					<![CDATA[
					System.out.println("*** TIMER FIRED !!!");
					]]>
				
		
      
      
   </task-node>
   <task-node name="Alternate CSD Admin Approval">
      
         
      
      
   </task-node>
   <task-node name="Notify User">
      
      
   </task-node>
</process-definition>

I push it to node 2, wait 3 minutes, take a look, and it shows in both dan and broccol's task list.
Under broccol;s it has the correct header of "Alternate CSD.." but for dan it still shows "Pending CSD Admin Approval"  If I click on the task for dan, the correct 3rd node is highlighted in red, but the text says we are in the wrong node.

Regards,
  James Ratcliff


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

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



More information about the jboss-user mailing list