Skip to content

Commit

Permalink
docs: add init readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mkassm committed Dec 11, 2023
1 parent 904e76b commit 8d86fd8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/Saga/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Saga

This sample has a Saga
This sample demonstrates orchestrating microservices using a very simplistic Saga pattern.

To run, first see [README.md](../../README.md) for prerequisites. Then, run the following from this directory
in a separate terminal to start the worker:

dotnet run worker

Then in another terminal, run the workflow from this directory:

dotnet run workflow

This will show logs in the worker window of the workflow running.

0 comments on commit 8d86fd8

Please sign in to comment.