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
4d9cc1ba96
commit
ef2329eee6
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue