quickstarts/tutorials/workflow/csharp/challenges-tips
Marc Duiker 762e1d221e
PR review updates
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
2025-04-16 10:05:00 +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 Add README content for challenges& tips 2025-03-26 14:49:20 +01: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.