Scheduling a workflow between specific times every weekday

Hello,

İs it possible to schedule a workflow everyday between specific times. For example, workflow should be executed every 5 minutes between 10:00 am and 10:30 am for every weekday.

It seems like we can either schedule the workflow every weekday or between specific hours for a day.

Thank you

Hi Mesrur,

this is currently not possible. But we have an open feature request for this, which I will give a +1 from you.

In your case the easiest workaroud would be to schedule one job for each for the 5 minute time steps between 10:00 and 10:30 , as those are 6 only. Of course this is not feasable for more jobs…

In the case, let’s say you only want to do this from 9-5. You could deactivate the workflow with nodes inside the workflow.
Therefore use a create date time range node with the setting current date/time. Than extract the time of year and afterwards use an if switch and only execute the main workflow in case of the correct times.

Let me know if you need an workflow for this :slight_smile:
Cheers, Iris

Thank you Iris.I’ll try this method and let you know if it worked for our case:)