Dear expert,
This is unattended process it was running monday to friday but now need to add working saturday.
Please suggest me cron expression for monday to bank working saturday of daily basis at 7:30 am
Thanks & Regards
Zaid Qazi
Dear expert,
This is unattended process it was running monday to friday but now need to add working saturday.
Please suggest me cron expression for monday to bank working saturday of daily basis at 7:30 am
Thanks & Regards
Zaid Qazi
Bank working saturday like (1st ,3rd & 5th) not possible with CRON expression. You can create trigger to work from FRI to SAT and in your code manage the bank working days may be through config file or Asset for when to run or not.
Thanks,
Ashok
CRON expression won’t work in a single expression. Alternatively, you may create 3 triggers using the following CRON expression:
Trigger1 - 0 30 7 ? * 7#1 *
Trigger2 - 0 30 7 ? * 7#3 *
Trigger3 - 0 30 7 ? * 7#5 *
I already build a logic for same bro but i just try to make cron expression for that
Thanks a lot for your valuable revert
@Anjani_Kapoor
This is good idea to create 3 trigger for Saturday
thank you its working fine
Regards
Zaid Qazi
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.