mirror of https://github.com/dapr/quickstarts.git
Update tutorials/workflow/csharp/fan-out-fan-in/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
dfbee09e80
commit
61dfa56759
|
@ -65,6 +65,14 @@ graph LR
|
||||||
"shortest"
|
"shortest"
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
The app logs should print as follows:
|
||||||
|
```
|
||||||
|
== APP - fanoutfanin == GetWordLength: Received input: word.
|
||||||
|
== APP - fanoutfanin == GetWordLength: Received input: is.
|
||||||
|
== APP - fanoutfanin == GetWordLength: Received input: the.
|
||||||
|
== APP - fanoutfanin == GetWordLength: Received input: shortest.
|
||||||
|
== APP - fanoutfanin == GetWordLength: Received input: which.
|
||||||
|
```
|
||||||
|
|
||||||
5. Use the GET request in the [`fanoutfanin.http`](./fanoutfanin.http) file to get the status of the workflow.
|
5. Use the GET request in the [`fanoutfanin.http`](./fanoutfanin.http) file to get the status of the workflow.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue