Support for chron expressions or advanced scheduler conditions

A user asked: I would like it to check for the file every 30 minutes on Wednesdays from like 2-5pm.

With the current scheduler options it does not look like you can schedule things this way. It would be great if you could add support for chron expressions or add conditions capabilities to your scheduler so we can do this kind of scenario.

Also adding options like run the 3rd Monday of the month or run the 15th of every month would also be very useful.

I also found this which just spit out the chron expression. Good use of AI.

Actually, you can do this already. Both Launcher and Server have the Continous schedule that does exactly that:

If you need to only run the task on Wednesdays, add a condition to exit workflow if the current day isn't Wednesday.

This option already exists on EasyMorph Server in the Monthly schedule:

Thanks for the response. We do not want it to run continuously though, only on a specific day.