Workflow execution order

Hi,

Does any one know what is the order in which workflows are executed? Which ones are evaluated first?

If the trigger types are all different which one is evaluated first? So if have a “Page is loaded” and a “Do when condition is true” which one will evaluate and execute first?

If the trigger types are the same which one will be executed first? So if I have two workflows “Page is loaded” which one will evaluate first an execute?

I’m particularly interested in knowing where to put the security checks to redirect to another page if not authorised.
Should they be in “Page is loaded” or “Do when condition is true”.

But I’m also interested in knowing how Bubble manages this.

Regards,
Jon

2 Likes

For authorizations on “Page is loaded” as I’ve just tested both and it’s clear It is evaluated and executed before “Do when condition true”.

But for the rest?