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:04:23 +02:00 committed by GitHub
parent 4d9cc1ba96
commit ef2329eee6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -54,6 +54,14 @@ graph LR
4. Use the POST request in the [`monitor.http`](./monitor.http) file to start the workflow.
The input for the workflow is an integer with the value `0`.
The app logs should show something similar to the following:
```
== APP - monitor == CheckStatus: Received input: 0.
== APP - monitor == CheckStatus: Received input: 1.
== APP - monitor == CheckStatus: Received input: 2.
== APP - monitor == CheckStatus: Received input: 3.
```
5. Use the GET request in the [`monitor.http`](./monitor.http) file to get the status of the workflow.