There is 3 strike rule, which sends users reminder each day for three days if state is awaiting user action and on no response , ticket should be auto closed. Problem is , 3 strike rule is done through work flow and it i sending emails even on saturd

rambo1
Tera Guru

There is 3 strike rule, which sends users reminder each day for three days if state is awaiting user action and on no response , ticket should be auto closed. Problem is , 3 strike rule is done through work flow and it i sending emails even on saturday and sunday. How to add condition to stop emails on weekends.

9 REPLIES 9

Praveen Goginen
Kilo Contributor

You can update schedule which will exclude weekends in wait condition.

rambo1
Tera Guru

how to achieve that ?

 

You must be have timer in the workflow to wait for 1 day. So in same time activity update schedule as 8*5 which excludes weekends.  

Praveen Goginen
Kilo Contributor

Able to achieve it?