Skip to content

Commit 1dc008f

Browse files
Update tutorials/workflow/csharp/challenges-tips/README.md
Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Marc Duiker <[email protected]>
1 parent 11ee6db commit 1dc008f

File tree

1 file changed

+1
-1
lines changed
  • tutorials/workflow/csharp/challenges-tips

1 file changed

+1
-1
lines changed

tutorials/workflow/csharp/challenges-tips/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Workflow systems are very powerful tools but also have their challenges & limitations as described in the [Dapr docs](https://docs.dapr.io/developing-applications/building-blocks/workflow/workflow-features-concepts/#limitations).
44

5-
This section provides some tips with code snippets to understand the limitations and get the most out of the Dapr Workflow API.
5+
This section provides some tips with code snippets to understand the limitations and get the most out of the Dapr Workflow API. Read through the following examples to learn best practices to develop Dapr workflows.
66

77
- [Deterministic workflows](DeterministicWorkflow.cs)
88
- [Idempotent activities](IdempotentActivity.cs)

0 commit comments

Comments
 (0)