mirror of https://github.com/dapr/quickstarts.git
Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com> Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com> |
||
---|---|---|
.. | ||
DeterministicWorkflow.cs | ||
IdempotentActivity.cs | ||
PayloadSizeWorkflow.cs | ||
README.md | ||
VersioningWorkflow.cs |
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.