Skip to content

Commit

Permalink
Link to saga tutorial section
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBoike authored Nov 30, 2020
1 parent 585a88a commit e32bad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nservicebus/sagas/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ related:
- samples/saga
---

NOTE: Want to learn how to build sagas step-by-step? Check out the [NServiceBus sagas: Getting started](/tutorials/nservicebus-sagas/1-getting-started/) tutorial.
NOTE: Want to learn how to build sagas step-by-step? Check out our collection of [step-by-step saga tutorials](/tutorials/nservicebus-sagas/).

Long-running business processes exist in many systems. Whether the steps are automated, manual, or a combination, effective handling of these processes is critical. NServiceBus employs event-driven architectural principles to bake fault-tolerance and scalability into these processes. The saga is a pattern that addresses the challenges uncovered by the relational database community years ago, packaged in NServiceBus for ease of use.

Expand Down

0 comments on commit e32bad6

Please sign in to comment.