2 Replies Latest reply on Feb 20, 2014 9:32 AM by ghassen

    How to stop jbpm timer?

    justuser

      Hi,

       

      I have created a sample workflow with a timer in a state node as below:

       

       

      <state name='LoginReminderScheduler'>
              <timer name="userLoginReminder" duedate="10 seconds" repeat="yes" >
                  <action   />
              </timer>   
              <transition name="toEnd" to="end"></transition>
      </state>

       

      It is working fine but timer never stops once triggered.

       

      I need to stop it after 5 turns but not able to do so.

       

      Do anybody have an idea on it?

       

      Thanks.