I have a Workflow question, currently you can run ...
# general
t
I have a Workflow question, currently you can run a scheduled workflow either every 30 minutes or Daily, Weekly, Monthly or Yearly, but we have a workflow that running every 30 minutes is to often, but once a Day is not enough, is there a way to run a scheduled workflow like every 2 hours, or 2x a Day? My guess is a script to trigger the workflows is the only way?
m
You can make 2 workflows and run them daily but set the time differently
Or even 4 workflows all scheduled at different times
t
Thought of that, but then if a update or change needs to be made, you have to remember to update 2 workflows, or 4 or however many you make, seems like a bad practice and very inefficient.
v
I've seen this cursed suggestion mentioned elsewhere here: Create a condition for it to execute where the current time (sysdate or {today}) is what you want. Never tried it myself but I don't see why it wouldn't work
ablobthinking 1