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

Reply via email to