Multiple hook execution order

Hi there.

If a hook is used in multiple workflows, in what order are the workflows executed? I want them to run in a certain order.

I want to execute a specific action after the user is created, but if I write it in a conditional branch, the code is used in two branches and I want to divide it into multiple workflows. For this purpose, I am looking for a way to execute the workflows in order. I think it can be done by calling another workflow from a workflow.

Thanks.

3 replies