quickstarts/tutorials/workflow/csharp/challenges-tips
Marc Duiker 1dc008f235
Update tutorials/workflow/csharp/challenges-tips/README.md
Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com>
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
2025-04-22 11:43:43 +02:00
..
DeterministicWorkflow.cs Use file based namespaces, make classes internal sealed 2025-04-01 12:30:07 +01:00
IdempotentActivity.cs PR review updates 2025-04-16 10:05:00 +02:00
PayloadSizeWorkflow.cs Use file based namespaces, make classes internal sealed 2025-04-01 12:30:07 +01:00
README.md Update tutorials/workflow/csharp/challenges-tips/README.md 2025-04-22 11:43:43 +02:00
VersioningWorkflow.cs PR review updates 2025-04-16 10:05:00 +02:00

README.md

Workflow Challenges & Tips

Workflow systems are very powerful tools but also have their challenges & limitations as described in the Dapr docs.

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.