Hi ,
I have created a calendar in orch with specific day in a month where my bot needs to run.
While creating a trigger i selected monthly however the day should suppose to pick from the calendar that i have created.
Looks Monthly calendar will not support here.
Can someone help with cron expression where the triggers should select the data from the calendar i choosen/created.
Hi @avinashy
Have you selected the non working days calendar. Could you be more specific.
Hie @avinashy modify Cron Expression as per your need here are two Example .
-First Cron Expression**: Run on the 5th day of the month
0 0 5 * *(runs at midnight on the 5th of each month)
-Second Cron Expression**: Run on the 15th day of the month0 0 15 * *(runs at midnight on the 15th of each month)
also For this you can use Trigger Function to which day of the moth you want to trigger your process
cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.
