Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Server Discussions

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

Workflows scheduled under worker nodes

Pradyumna_CP
5 - Atom

Hi Team, 

 

We are planning to migrate the workflows from worker node to control node. I need to know the list of workflows scheduled under worker node. 

I need to know how to get this. Can someone kindly help me in this matter

 

Thanks, 

PCP

3 REPLIES 3
TimN
13 - Pulsar

Hi,

Scheduled workflows would run based on queuing handled by the Alteryx Server unless you assign the scheduled workflow to a specific Worker Node.  You can get details on schedules by running the api endpoint "/admin/v1/schedules/".  This would include an assigned worker.  You need Curator access to run that API.  I'm on server 2021.4 but that api should be available in newer releases.

 

Regards.

Pradyumna_CP
5 - Atom

Hi Tim,
I am on server 2021.3 and I have the admin access.
I am not sure on running the api endpoint to get the schedule list that are runnig specifically on worker nodes. Could you please help me here. 
Is there any article that may help/any other way to do this?

thanks

TimN
13 - Pulsar

Hi @Pradyumna_CP ,

Take a look here:

 

https://community.alteryx.com/t5/Alteryx-Server-Discussions/Admin-Scheduler-API/td-p/974858

 

Please like and mark this as the solution if this helps you.

 

Thanks,

 

Tim