mirror of https://github.com/dapr/quickstarts.git
Update tutorials/workflow/csharp/resiliency-and-compensation/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
ca9c95e231
commit
ddce003616
|
@ -68,7 +68,7 @@ graph LR
|
|||
|
||||
5. Use the GET request in the [`resiliency-compensation.http`](./resiliency-compensation.http) file to get the status of the workflow.
|
||||
|
||||
Then `1` is used as the input, the expected serialized output of the workflow is:
|
||||
Since `1` is used as the input, the expected serialized output of the workflow is:
|
||||
|
||||
```txt
|
||||
"1"
|
||||
|
|
Loading…
Reference in New Issue