quickstarts/tutorials/workflow/csharp/challenges-tips
Marc Duiker 9562e155d6
Use file based namespaces, make classes internal sealed
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
2025-04-01 12:30:07 +01:00
..
DeterministicWorkflow.cs Use file based namespaces, make classes internal sealed 2025-04-01 12:30:07 +01:00
IdempotentActivity.cs Use file based namespaces, make classes internal sealed 2025-04-01 12:30:07 +01: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 Use file based namespaces, make classes internal sealed 2025-04-01 12:30:07 +01: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.