I’ve been using custom states and running every work flow on the front end because it is much easier and beginner friendly, but now I am experimenting with running it on using backend workflow and calling the results via Return Data from API
I am wondering which is much faster and more efficient?
Do you mean that front end workflows can handle more users?
Is it more efficient on server usage and that it will not affect the user experience?
My app is an article generator and I have a workflow that uses list karma to iterate on a list of article subheadings. Inside are 4 API calls and my users are experiencing cannot connect to remote server.
I was thinking that doing everything on backend will solve this issue