How to halt workflow based on specific condition?

Hello,
I need to create a workflow that stops after a certain condition, otherwise it must continue.

As you can see in the attached image, if the product includes the Specialprice tag, the flow must stop. Otherwise it continues.

How can I set the action that must stop?

Generally, it will just stop there if you don’t add a step in that path. The only time that isn’t true is when you are looping over a list using something like “for each”.

Thanks Paul!