johnny
2
Hi @antolin.lacaton,
tldr; Workflows on a page runs on the client side while backend workflows run on the server
I don’t have specifics on speed, but usually, if I’m trying to run a workflow where time matters, a workflow on the front end makes sense, but for a lot of data processing (i.e., CSV export), I usually run it on the backend and send the user an email when it’s ready.
Yes. Backend workflows run even if the user is not on the page as long as it’s been scheduled.
Nope