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
48ff1d63f9
commit
79d52b34ca
|
@ -4,7 +4,7 @@ This tutorial demonstrates how to improve resiliency when activities are execute
|
|||
|
||||
## Inspect the code
|
||||
|
||||
Open the `ResiliencyAndCompensationWorkflow.cs` file in the `tutorials/workflow/csharp/resiliency-and-compensation/ResiliencyAndCompensation` folder. This file contains the definition for the workflow.
|
||||
Open the `ResiliencyAndCompensationWorkflow.cs` file in the `tutorials/workflow/csharp/resiliency-and-compensation/ResiliencyAndCompensation` folder. This file contains the definition for the workflow. This workflow implements an activity retry policy on all the associated activities and compensating logic if an activity throws an exception.
|
||||
|
||||
```mermaid
|
||||
graph LR
|
||||
|
|
Loading…
Reference in New Issue