Start Free Trial

Alteryx Designer Desktop Discussions

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

sceduling workflows in gallery

Pravallika_Pilli
6 - Meteoroid

Hi everyone ,

 

I want to schedule two workflows in a gallery in such a way that the second workflow should only run after the first one is completed. Can anyone please help me in this ? 

Thanks!

 

3 REPLIES 3
afv2688
16 - Nebula
16 - Nebula

Hello @Pravallika_Pilli ,

 

As far as I know there is no way to chain workflows or applications using the alteryx scheduler. I would recommend you using the Runner macros (Runner, conditional runner, list runner, etc.) from the crew macros. This would help you create a workflow to chain them together within the same app. You can find them on the following link:

 

http://www.chaosreignswithin.com/p/macros.html

 

Hope it helps

 

Regards

Pravallika_Pilli
6 - Meteoroid

hi,

thanks for the solution. but I want to run the workflows in gallery not in designer.

thanks!

afv2688
16 - Nebula
16 - Nebula

Hello @Pravallika_Pilli ,

 

This macros can be implemented to be used on the gallery too. Their basic function is to run workflows in sequential order.

 

Regards

Labels
Top Solution Authors