From 0db44538b4501c6c1a3f7f5bc97fac471854f3f2 Mon Sep 17 00:00:00 2001 From: Paul Yuknewicz Date: Thu, 1 Jun 2023 23:53:52 -0700 Subject: [PATCH] Update workflows/python/sdk/README.md Co-authored-by: Chris Gillum Signed-off-by: Paul Yuknewicz --- workflows/python/sdk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows/python/sdk/README.md b/workflows/python/sdk/README.md index 1cdddf52..75b148b6 100644 --- a/workflows/python/sdk/README.md +++ b/workflows/python/sdk/README.md @@ -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: