quickstarts/tutorials/workflow/csharp
Marc Duiker 7214b5b414
Add workflow input and outputs to READMEs
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
2025-04-14 12:58:16 +02:00
..
challenges-tips Use file based namespaces, make classes internal sealed 2025-04-01 12:30:07 +01:00
child-workflows Add workflow input and outputs to READMEs 2025-04-14 12:58:16 +02:00
combined-patterns Add workflow input and outputs to READMEs 2025-04-14 12:58:16 +02:00
external-system-interaction Add workflow input and outputs to READMEs 2025-04-14 12:58:16 +02:00
fan-out-fan-in Add workflow input and outputs to READMEs 2025-04-14 12:58:16 +02:00
fundamentals Add workflow input and outputs to READMEs 2025-04-14 12:58:16 +02:00
monitor-pattern Add workflow input and outputs to READMEs 2025-04-14 12:58:16 +02:00
task-chaining Add workflow input and outputs to READMEs 2025-04-14 12:58:16 +02:00
workflow-management Fix paths for multi-app run 2025-04-01 13:35:07 +01:00
README.md Add README content for challenges& tips 2025-03-26 14:49:20 +01:00

README.md

Using the Dapr Workflow API with C#

This folder contains tutorials of using the Dapr Workflow API with C#. All examples can be run locally on your machine.

Before you start, it's recommended to read though the Dapr docs to get familiar with the many Workflow features, concepts, and patterns.

Prerequisites

Tutorials