Saga | Process Manager |
---|---|
Simple workflows | Complex workflows |
Instantiated implicitly (tied to an event) | Instantiated explicitly |
A rule of thumb: if saga contains if-else statements to choose the correct course of actions, it is probably a process manager.