In fact, I have workflows dependent from one another, with many triggers event. And it seems like some of them just stop whereever they want, with no real reason to do so.
Is there any limit in the number of workflows to be ran when loading a page? Or anything like that?
Here, I don’t have any workflow triggered by a datachange, it is just workflows running one by one, and it stops whereas it shouldn’t. Any idea?
We can’t really see your workflows in detail but are you sure this isn’t because Bubble runs actions in parallel? Even if they’re in a specific order, Bubble doesn’t necessarily run them in that order.
Almost sure not, as the workflow I want bubble to run has a ‘break point in debug mode’, and never stops. It never goes on this workflow whereas it should…
Running in parallel is really confusing when debugging as sometimes 2 workflows run, and one is changing something even if you’re set in ‘debug_mode’ run step by step…