Magento 2 has no ability to order an event's obververs execution

I have found a workaround:

  1. Use the <sequence> tag to set the modules loading order.
  • Run setup:upgrade console command to apply the modules loading order.

Observers are applied according to the modules loading order.

1 Like