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
:
Just to mix things up a bit you could also use a Weekly trigger interval and select the days and time.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.