Hi Community,
I’m new to CRON expressions.
I would like to know what is the expression for every working day(Mon-Fri) 11:15 AM and 2:25 PM excluding Weekends(Sat-Sun).
Any help would be appreciated.
Thanks in Advance
Hi Community,
I’m new to CRON expressions.
I would like to know what is the expression for every working day(Mon-Fri) 11:15 AM and 2:25 PM excluding Weekends(Sat-Sun).
Any help would be appreciated.
Thanks in Advance
I have to write all this in single line ?
Expression is invalid
Can you try this please
0 15 11 ? * MON,TUE,WED,THU,FRI *
0 25 14 ? * MON,TUE,WED,THU,FRI *
cheers
Okay this is working .
If I understood correctly , The Trigger Name must be unique but the Process Name is same if I want to run n times in a day ?
If you want to create multiple triggers then give different names in triggers and yes process name will be same if you are creating trigger for same
cheers
Can you send best website link to learn CRON expressions.
Try with this @Vaishnav_Tej
Regards
Gokul
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.