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:
Marc Duiker 2025-04-22 09:54:51 +02:00 committed by GitHub
parent dfbee09e80
commit 61dfa56759
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -65,6 +65,14 @@ graph LR
"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.