Run workflow twice a day starting first run at 3 AM?

Hello Community!

I’ve been trying to use an “On Schedule” trigger in order to schedule my WF to run twice a day. First run at 03:00 AM, second run at 03:00 PM.

The Custom Cron Option allows me to set up this but I don’t know how.

Please help! :slight_smile:

@Lucas_Vargas this cron should help you with that:

0 3,15 * * *

See here for some help with crontabs.

3 Likes

Hi @Lucas_Vargas - are you trying to run the cron job every day? If so that would look something like 0 3,15 * * *. You can use something like Crontab Guru to play around with the expression :slight_smile:

Edit: Great minds think alike, @roemhildtg :joy:

3 Likes

lol I just saw that. Nice timing, we had almost the same response :slight_smile:

2 Likes

Nice! Thank you! You helpe to understand this crontan guru page. Have a nice day sir!

2 Likes

Thank you mate!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.