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.
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:
Chris