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 Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

How to Set Workflow Priority in Alteryx Desktop Designer with Alteryx Automator

harrydba
6 - Meteoroid

Hello All,

I am reaching out to inquire about the functionality within Alteryx Desktop Designer, specifically in relation to setting the priority of workflows when using Alteryx Automator. Is it possible to assign a specific priority to workflows to control which one runs first, especially when multiple workflows are scheduled to execute?

If this feature is available, could you please provide more details on how to configure it within the Alteryx  Desktop Designer Automator?

 

Thank you in advance for your assistance. I look forward to your response.

4 REPLIES 4
Warcry
9 - Comet

By Alteryx Desktop Designer Automator, do you mean the Automation License where you can trigger them outside of Alteryx Server?

 

If so, then you can create a batch file to trigger the files in the order that you want.

 

Else: 

Using the Runner Macros (CreW Macros)

  • Download the CreW Macros from the Alteryx Community (here).

  • Use the Runner Macro or List Runner Macro to execute multiple workflows in sequence.

  • This approach is more flexible and allows you to manage dependencies between workflows.

Chained Analytic Apps

  • If your workflows are designed as analytic apps, you can chain them together using the Interface Designer.

  • In the Interface Designer, specify the next app to run after the current one finishes.

  • This method is ideal for workflows published to the Alteryx Gallery.

harrydba
6 - Meteoroid

no, i have desktop designer version 24.1 and runs on windows 10 .

My Question is, i want to set priority in alteryx scheduler, which workflow will run first.

 

Is it possible in desktop designer (non server) version.

Warcry
9 - Comet

You cannot schedule workflows in designer without a server or an automation license.

Warcry
9 - Comet

Please accept this as the solution.

Labels
Top Solution Authors