Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!

Alteryx Designer Desktop Discussions

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

Orchestrating nested standard macros in Analytic App

dzhukov
5 - Atom

Hi all

 

I have an Analytic App. It has 4 containers (screenshot). Container 219 checks at startup whether today is the 10th working day or the container was started manually (checkbox 7), otherwise it fails. There are 3 containers that should be run one after another: 220, 221, 222.

Everything works fine on the Alteryx Desktop, the containers run one after another. But when I run it on the server, the containers run simultaneously. I cannot use the 'Control Containers Tool' because the Alteryx version is 2022.3. I couldn't use 'Block Until Done' as connections to nested macros are not established. I cannot use the CREW macro.

Can you please suggest any other ways to make nested macros run sequentially on the server, rather than all at once?

Thanks!

 

Alteryx WF screenshot.jpg

3 REPLIES 3
aatalai
15 - Aurora

@dzhukov could control containers do the trick?

alexnajm
18 - Pollux
18 - Pollux

@aatalai they said Control Containers are not an option due to their version

 

@dzhukov here's one option that may work:Dynamically enabling / disabling workflow sections

dzhukov
5 - Atom

@alexnajm, thanks for the idea, I converted the Standard Macro to Batch Macro and was able to use "Block Until Done":

Alteryx WF screenshot  -solve.jpg

Labels
Top Solution Authors