Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Disable Scheduled Jobs in 2022.3

jbailey77
5 - Atom

In 2021.4, we had the option to "Allow machine to run scheduled Alteryx workflows" and could disable it in our sandbox environment so jobs wouldn't be sent out. 

 

After upgrading to 2022.3, I don't see that option.


What's the best way to disable all scheduled workflows in 2022.3?

1 REPLY 1
TheOC
16 - Nebula
16 - Nebula

Hey @jbailey77 
One way to do this in a controlled manner would be to use the v3 API.

There exists a v3 endpoint that allows you to modify schedules, this would include modifying the 'enabled' flag. This provides a safer solution than modifying the MongoDB directly (as I've seen in solutions produced a few years ago), as changes can be verified. 

I'm not currently able to test it, but it should be fairly straight forward utilising the v3 server API macros:
https://community.alteryx.com/t5/Engine-Works/Introducing-the-Alteryx-Server-v3-API/ba-p/899228

I would suspect you would need to use a SERVER API GET tool to extract all schedules, and use a SERVER API PUT tool to amend each schedule.

 

Kind Regards,

Owen

Cheers,
TheOC
Connect with me:
LinkedIn Bulien