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
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.
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