function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
mustafa_guneymustafa_guney 

Time dependent workflow actions

Hi everybody,

 

i don' t want to run time dependent workflow action on holiday, how can i do?

 

thank you for helping

KaranrajKaranraj

Instead of trying this, you can write a scheduled apex class and scheduled it to run on working days.

Syed.YasirSyed.Yasir

Scheduled Apex is good option but one exception with schedule apex will be that it cannot determine non weeked holiday days.