mirror of https://github.com/dapr/quickstarts.git
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:
parent
7f96082bf7
commit
dcd7dba386
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue