Flow quantity and action quantity balance

(Aleksei Nacharov) #1

I’m building telegram bot and I’m worried about its performance. As I can understand the speed of bot answers depends on the number of flows and actions (and the number of external requests). How many actions should contain a flow to have better performance? When I should split a long flow in two? Could you recommend anything?

(Nathan Stults) #2

I recommend about 12-24 tasks per flow. Usually, most workflows can be broken down by conversational topic in a pretty natural way that will keep them small enough. If you have a bot that’s performing poorly we’d be happy to look at it and make some suggestions about how to split it up, please just e-mail a share link for your bot to support@flowxo.com

Thanks,

Nathan

1 Like