I know how to schedule a workflow to run evey day at 10 am for exemple.
Is it possible to schedule a workflow to run every day at 10 am on specific days, such as every day except Sundays?
I know how to schedule a workflow to run evey day at 10 am for exemple.
Is it possible to schedule a workflow to run every day at 10 am on specific days, such as every day except Sundays?
It looks like your topic is missing some important information. Could you provide the following if applicable.
@fxholl , use cron expression 0 10 * * 1-6: