Forum

Trouvez des réponses, posez des questions, et partagez votre expertise d’Alteryx.
TIPS de la semaine

Chaque semaine, découvrez de nouvelles astuces et bonnes pratiques pour devenir un expert !

Voir l'index
RÉSOLU

Running CreW macros in parallel seems to not work

erambeau
Météore

Hi people,

I wonder if it is possible to run CreW macros in parallel in the same workflow ?

 

I have a workflow like this :

 

workflow.png

 

 

And, well, when I read the logs, it seems that the two workflows do not run in parallel.

 

 

First log :

Started running  [...] 110_110_historic_quality_v2.yxmd at Mon Jan 21 11:30:21 2019

[...]

Finished in 00:54:30.769 with 109 warnings

 

 

Second log : 

Started running [...] 110_120_historic_champion.yxmd at Mon Jan 21 12:24:54 2019

[...]

 

 

 

As you can see, my workflow 110_110 and 110_120 are sequential (110_120 begin just when 110_110 is finished), although I expected the 110_120 to begin at 11h30.

 

Do you know a trick to make this macros to run in parallel ?

 

Thanks a lot.

 

Emmanuel

2 RÉPONSES 2
WilliamR
Alteryx
Alteryx

Bonjour,

vous ne pouvez pas paralléliser l'exécution de Workflow avec Designer.

Pour cela il vous faut Alteryx Server.

Cdlt.

erambeau
Météore

Hi,

Interesting behavior. Thank you.

Étiquettes