Timer is not triggered

Certified Senior Developer

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.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Stefan Helzle

    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.

Children