Skip to main content
November 10, 2024
Question

Timer is not triggered

  • November 10, 2024
  • 4 replies
  • 0 views

In my process model i am giving multiple timer for sending notification in every timer am passing process variable with some calculated date and time value but when the date and time passes timer is not getting triggered what can be the issue and process is still active .
Note-> whatever Process variable am passing with some calculation in process details am seeing the value like 11/10/2024 6:00 pm.

    4 replies

    stefanhelzle0001
    November 10, 2024

    That's not much details to even start guessing ...

    Can you explain your situation in more detail?

    November 10, 2024

    Yeah sure, I want to send a mail to the user on some specific date for that am using workday(today(),2) it is returning me someday which i am storing in pv!variable via using script task and that pv varibale am passing in timer smart service in process variable but when the date is reached timer should get triggered but it is not triggering and not sending any mail and process is still active.

    stefanhelzle0001
    November 10, 2024

    Can you share the config of that timer?

    BTW, is there a specific reason to use activity chaining after that timer?