«A saga pattern is a sequence of local transactions where each transaction updates data within a single service. The first transaction in a saga is initiated by an external request corresponding to the system operation, and then each subsequent step is triggered by the completion of the previous one.»
то есть, есть воркфлоу\стейт-машина, она находится в обработчике сообщений от сервисов (брокере) события изменяют стейт и запускают другие события, которые отправляются сервисам