Sagas

Sometimes called a Process Manager

https://github.com/Elders/Cronus/issues/259

When we have a workflow, which involves several aggregates it is recommended to have the whole process described in a single place such as а Saga/ProcessManager.

Communication Guide Table

Triggered by

Description

Event

Domain events represent business changes which have already happened

Best Practices

You can/should/must...

  • a saga can send new commands

Last updated