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.

Adhoc Schedule for Alteryx programs

praneshsapmm
8 - Asteroid

Hi,

 

We have a plan to purchase Alteryx Desktop Scheduler . Iam aware that we can execute scheduled programs through this tool , but we have there many other user specific programs which get executed on a adhoc basis where there is no specific time for it . 

 

How do i handle this through Scheduler . i cannot randomly schedule every hour because i have more than 70+ programs to be executed on adhoc basis. 

 

Thanks

5 REPLIES 5
ChrisTX
16 - Nebula
16 - Nebula

Can you provide a few examples of your scheduling needs?

 

If you can't accurately tell the scheduler when to run your jobs, there's no way it will know.

 

If you didn't have a scheduler at all, how would you run your adhoc jobs?  My definition of "ad-hoc" is "no specific time frame, could occur at any time on any day".  Which would translate to.... you can't use a scheduler for this, because there isn't a  defined schedule.

 

Chris

 

praneshsapmm
8 - Asteroid

Hi @ChrisTX ,

 

You are correct . Let me explain you . 

 

There is a workflow which was run at 8 AM today after data prep , tommorow due to delay in data prep it is run 8:35 AM and so on . 

 

Can this scenario be handled in Scheduler , becuase i cannot ask user to run manully as we do not have enough licenses .

 

Thanks.

ChrisTX
16 - Nebula
16 - Nebula

When trying to add automation to a process, I know the key question is "how do I perform this task manually?"

 

In your example, if you manually run an adhoc workflow after waiting for an input data file to be updated, the next question is: provide some more detail.  How do you know the data file update is complete, then how do you automate that information gathering so you'll know your workflow can now be run?   Manually, do you look at the last update date on the file?

 

You could have a job scheduled every 5 minutes to check a file's last update date, and only continue running the rest of the workflow if the "ready-to-run" condition is Yes.

 

Chris

praneshsapmm
8 - Asteroid

Hi @ChrisTX ,

 

Is there any way to trigger alteryx workflows using UI path robot . 

 

Thanks

ChrisTX
16 - Nebula
16 - Nebula

I think I've read that UIPath can trigger an Alteryx workflow.  Suggest checking the UIPath website/forum.

 

On the Alteryx side, check out these pages:

 

Community > Use Cases > Alteryx Use Cases > Tecnológico de Monterrey Transforms Internal Audit with Alteryx and UiPath

https://community.alteryx.com/t5/Alteryx-Use-Cases/Tecnologico-de-Monterrey-Transforms-Internal-Audi...

 


Community > Learn > Blogs > Analytics > What's New In 2021.3: Strengthen Your Solving With Designer

the UiPath connector gives business users the ability to execute a UiPath Robotic process directly in an Alteryx Designer workflow

https://community.alteryx.com/t5/Analytics/What-s-New-In-2021-3-Strengthen-Your-Solving-With-Designe...

 

Labels
Top Solution Authors