Skip to main content

Hello!

I have two features set that i want to check if they have the same geometry. I am using a tester to do that check.

My question is: how can i make the workspace halt if the tester fail? Is some sort of transformer or parameter that stop the running workspace if a tester fail?

Thanks for your help!

If there is nothing attached to the 'failed' output port, then the workspace should stop at that point.

However, if any of the features are making it through the 'passed' output port, that is what will trigger the next transformer/writer

 


Add a terminator transformer after the failed port that will do the trick


@ciarab Thanks, that is what i was looking for.

@david_whiteside on the test not all features are failing, only some. What i want is stop if is any fail. Thanks!


Reply