Which is more efficient: one flow or multiple flows?

Solved

Which is more efficient: one flow or multiple flows?

rickydazla
Shopify Partner
711 0 80

Hi there! I have a question about efficiency... If I have some logical conditions and actions that could either be split into one or multiple Flows, which would be preferred, from a platform perspective (more efficient, less prone to errors...)?

I'm a million different people
Accepted Solution (1)

AnthonyKentris
Shopify Staff
33 15 17

This is an accepted solution.

Hi @rickydazla,

 

Thanks for the question - it's a great one! It's recommended to have multiple related conditions in one workflow using a decision tree (if no, continue to the next condition). This is because if there are multiple separate workflows with the same trigger and conditions (or similar conditions), they will execute at different times and also could overwrite the actions of a previous one.

Anthony // Product Marketing Manager @ Shopify
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - Learn about Shopify Plus

View solution in original post

Replies 4 (4)

AnthonyKentris
Shopify Staff
33 15 17

This is an accepted solution.

Hi @rickydazla,

 

Thanks for the question - it's a great one! It's recommended to have multiple related conditions in one workflow using a decision tree (if no, continue to the next condition). This is because if there are multiple separate workflows with the same trigger and conditions (or similar conditions), they will execute at different times and also could overwrite the actions of a previous one.

Anthony // Product Marketing Manager @ Shopify
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - Learn about Shopify Plus

Godduz
Visitor
2 0 0

Great answer! I figured as much, so i have packed a lot (i mean a lot) of actions and conditions using one trigger. So how big can your tree go before it becomes too big? Any limitations?

paul_n
Shopify Staff
1314 148 299

It will handle around 100 actions without much problem, but beyond that and it may be slower to load. 

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.
Godduz
Visitor
2 0 0

I see. Thanks Paul