[jboss-user] [JBoss jBPM] - Timer Problem

helidesai do-not-reply at jboss.com
Fri Aug 25 06:21:49 EDT 2006


Hello,

I am using Timer in Task element. The timer is executing because I can see the entry in JBPM_TIMER table. But the action associated with Timer is not executed. Please let me know what should I do?

My processdefinition is:


<start-state name="start">
      
      
      
   </start-state>
    <task-node name="todo">
      
         <assignment actor-id="#{actor.id}"/>
         
        
      
      
      
      
   </task-node>
   <end-state name="done"></end-state>
</process-definition>

Thanks,
Heli

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

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



More information about the jboss-user mailing list