Hi,
We have python code which is used to Trigger and Execute Alteryx workflow. Our python code uses request.post(url, params) to trigger the workflow where the url is gallery_url along with job id and params has the oath parameters. The code has been working fine but lately our jobs are getting queued for a long time. So we decided to increase the priority of the job. But currently i am not sure how to set the priority. In the params section i believe this can be used for Oath parameters and not for sending priorities . Is there a way to send priority in the request.post when triggering the workflow? If not, can we only do this using Alteryx Server UI?
Thanks
Sk