mirror of https://github.com/dapr/quickstarts.git
Update tutorials/workflow/csharp/fundamentals/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
762e1d221e
commit
d9e001023d
|
@ -6,7 +6,7 @@ This tutorial covers the fundamentals of authoring Dapr Workflows. For more info
|
|||
|
||||
Open the `BasicWorkflow.cs` file in the `tutorials/workflow/csharp/fundamentals/Basic` folder. This file contains the definition for the workflow.
|
||||
|
||||
The workflow consists of two activities: `Activity1` and `Activity2`, which are called in sequence. You can find the Activity definitions in the `Activities` folder.
|
||||
The workflow consists of two activities: `Activity1` and `Activity2`, which are called in sequence, where the result of Activity1 is used as an input for Activity2. You can find the Activity definitions in the `Activities` folder.
|
||||
|
||||
```mermaid
|
||||
graph LR
|
||||
|
|
Loading…
Reference in New Issue