Logic for identical trigger events in multiple workflows

What would happen if there were two workflows with the After Update trigger for the same module? Would one execute, finish, then the other execute? Or would they conflict with each other somehow?

I read about something similar in another application forum . . . so don’t know if applicable, but the consensus was:
They SHOULD execute sequentially, one after the other, assuming no direct conflicts. Conflicts depend on the actions within each workflow, especially if they modify the same data.

My technical “help” is typically parroting something I’ve studied rather than “hands on” know how. Hope its useful.