2 Workflows in same "button", how does it work?

Hi all,
Was wondering if when you add 2 workflows in the same for example “button”. Do they have precedence or run in parallel? So for example, the 2nd workflow would only be triggered with the first is completed?

Thanks and have a great weekend.

I’ve been curious with this as well. If I had to guess, they run in parallel, as there is no way to reorder without deleting.

I also think they run in parallel, but you can also make them run sequentially with some JavaScript if needed.

1 Like