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.

Workflow doesnt stop when there is error.

arunstha10
5 - Atom

Hello Everyone. 

I have an workflow where I have used block until done. 

I want the 2nd and 3rd workflow to stop the output when there is an error in the first job. 

I did change the runtime configuration to cancel running workflow on error.

But when I run the workflow and there is error in 1st job the rest of the job still outputs. 

Is there any other configurations that I'm missing?

 

Thank you.

1 REPLY 1
ChrisTX
16 - Nebula
16 - Nebula

The Block Until Done tool doesn't block data streams 2 and 3 from processing, based on absolute completion of all tools linked downstream from output anchor 1.

 

You may need to try one of these options:

  • Detour tool
  • dynamic Container enable/disable
  • chained apps

 

Chris

Labels
Top Solution Authors