Hi Everyone,
I'm currently using Alteryx designer workflow locally (don't have a server yet) - the workflow needs to be run monthly/quarterly, I was thinking if there's a way to automate the "Execution/Run" of the workflow by any python script/RSConnect?
What Exactly do I want to achieve? - Without clicking/opening the yxmd file, if by running a script, the workflow gets executed.
Any idea is appreciated! Thanks again.
You can write a Python code to automate the clicks or the key press (like ctrl+r to run workflows) but i don't think that's a good way to automate workflows, in the past we had a automate licence to do this trick via batch file.
The best solution is use the alteryx server.
Hi Doug, Thanks for the input. This is helpful. There were scheduler nodes in Alteryx earlier which I cannot find anymore.
Alteryx is not selling automation/scheduler outside alteryx server products anymore
I have several Alteryx workflows that need to be run on a weekly basis. As a workaround without a scheduler licence, I use the CReW ListRunner macro. I still need to open and run one workflow every week, but it then runs 23 separate workflows for me.
This might not help in your situation, but it's worth knowing about!
Thanks much Christina for this workaround. Something that I would be implementing with nested workflows. Much appreciated :)