Hi,
I'm trying to create a workflow that only runs on the first business day of the month (excluding holidays). I don't see that as an option on the scheduler. Is this something that could be built into the workflow? Right now I'm thinking that the run dates would have to be manually created. Then, based on those dates I would run the workflow. I wouldn't want to run any of the input data queries because they take some time to execute. Can you configure something at the very start of the workflow, and determine if the entire workflow should be executed or disabled?
Thanks!!
@cwaletzko - I'll be interested to see if others have better ideas, but I can think of two ways to handle it.
Example outer workflow for method #2:
If you can't use a formula to determine your run dates (may be tricky given the holidays), you could list all of your run dates in the text input, and then change the filter to input_date = todate(datetimetoday()).
Love this workaround @kelly_gilbert!
It's a great point you make @cwaletzko, perhaps post about this on the Alteryx Server Ideas board! It's something i've seen asked for a few times now.
Board is availiable here: https://community.alteryx.com/t5/Alteryx-Server-Ideas/idb-p/server-ideas
@Jonathan-Sherman - thank you - I had intended to include the link to this Idea, which sounds exactly like what you're asking for, @cwaletzko! (and, while you're over there, check out the other great ideas for scheduling flexibility... I definitely found a few to upvote!)
@kelly_gilbert even better! I've also given it a like, definitely something that would be so helpful! 😊