How to halt workflow based on specific condition?

Solved

How to halt workflow based on specific condition?

MatteoP1
Excursionist
19 0 8

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?

 

flow2.jpg

Accepted Solution (1)

paul_n
Shopify Staff
1774 194 415

This is an accepted solution.

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".

Paul_N | Flow Product Manager @ Shopify
- Finding Flow useful? Leave us a review
- Need Flow help? Check out our help docs.
- Building for Flow? Check out Flow's dev docs.

View solution in original post

Replies 2 (2)

paul_n
Shopify Staff
1774 194 415

This is an accepted solution.

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".

Paul_N | Flow Product Manager @ Shopify
- Finding Flow useful? Leave us a review
- Need Flow help? Check out our help docs.
- Building for Flow? Check out Flow's dev docs.
MatteoP1
Excursionist
19 0 8

Thanks Paul!