mirror of https://github.com/dapr/quickstarts.git
Update workflows/python/sdk/README.md
Co-authored-by: Chris Gillum <cgillum@gmail.com> Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
This commit is contained in:
parent
7da9729bb4
commit
0db44538b4
|
|
@ -1,6 +1,6 @@
|
|||
# Dapr workflows
|
||||
|
||||
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 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 an order processing workflow.
|
||||
|
||||
This quickstart includes one project:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue