1 Reply Latest reply on Dec 21, 2010 4:32 AM by harishpandya

    Timer Problem

    helidesai

      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