From 8d86fd876c9d87f1a51bb8adf23a72a2800c7e97 Mon Sep 17 00:00:00 2001 From: Mohamed Date: Mon, 11 Dec 2023 18:43:42 +0200 Subject: [PATCH] docs: add init readme --- src/Saga/README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/Saga/README.md b/src/Saga/README.md index d0cd397..a9ba327 100644 --- a/src/Saga/README.md +++ b/src/Saga/README.md @@ -1,3 +1,14 @@ # Saga -This sample has a Saga \ No newline at end of file +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. \ No newline at end of file