Update tutorials/workflow/csharp/monitor-pattern/README.md

Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com>
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
This commit is contained in:
Marc Duiker 2025-04-22 10:00:47 +02:00 committed by GitHub
parent 7f96082bf7
commit dcd7dba386
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ This tutorial demonstrates how to run a workflow in a loop. This can be used for
## Inspect the code
Open the `MonitorWorkflow.cs` file in the `tutorials/workflow/csharp/monitor-pattern/Monitor` folder. This file contains the definition for the workflow.
Open the `MonitorWorkflow.cs` file in the `tutorials/workflow/csharp/monitor-pattern/Monitor` folder. This file contains the definition for the workflow that checks to see if a random number has been drawn above the number 1. Once that occurs, the workflow completes.
```mermaid
graph LR