0 Replies Latest reply on Feb 15, 2006 3:59 AM by mennen

    Can i trigger actions when duedate passed?

    mennen

      Hi,

      Can I trigger actions in a timer if the due date is passed?

      For instance, a task should be done in the next hour, if it's not done on time, can i call an action from within a timer or task to send an email for example as a reminder to the person? if so , how? Can someone give me an example?

      This is how i create timers so far with:

       <task-node name="doIt">
       <timer name ="wait reminder" duedate="10 seconds" transition="continue" />
       <transition name="continue" to="end1" />
       </task-node >
      


      I don't know if there is a check statement to check if the duedate is passed and then call an action..

      THanks in advance,

      Mennen