mirror of https://github.com/dapr/quickstarts.git
Update workflows/csharp/sdk/README.md
Co-authored-by: Chris Gillum <cgillum@gmail.com> Signed-off-by: Ryan Lettieri <67934986+RyanLettieri@users.noreply.github.com>
This commit is contained in:
parent
ed13aa6104
commit
808bc0101b
|
|
@ -1,6 +1,6 @@
|
|||
# Dapr workflows
|
||||
|
||||
In this quickstart, you'll create a microservice to demonstrate Dapr's workflow API. The service starts and manages a workflow to store and retrieve data in a state store.
|
||||
In this quickstart, you'll create a simple console application to demonstrate Dapr's workflow programming model and the workflow management API. The console app starts and manages the lifecycle of a workflow that stores and retrieves data in a Dapr state store.
|
||||
|
||||
This quickstart includes one service:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue