mirror of https://github.com/dapr/quickstarts.git
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com> |
||
---|---|---|
.. | ||
Basic | ||
README.md | ||
dapr.yaml | ||
fundamentals.http |
README.md
Workflow Basics
This tutorial covers the fundamentals of authoring Dapr Workflows. For more information about the fundamentals of Dapr Workflows, see the Dapr docs.
Run the tutorial
-
Use a terminal to navigate to the
tutorials/workflow/csharp/fundamentals
folder. -
Build the project using the .NET CLI.
dotnet build ./Basic/
-
Use the Dapr CLI to run the Dapr Multi-App run file
dapr run -f .
-
Use the POST request in the
basics.http
file to start the workflow. -
Use the GET request in the
basics.http
file to get the status of the workflow. -
Stop the Dapr Multi-App run process by pressing
Ctrl+C
.