You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: daprdocs/content/en/python-sdk-docs/python-sdk-extensions/python-workflow-ext/python-workflow.md
-4
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,6 @@ weight: 30000
6
6
description: How to get up and running with workflows using the Dapr Python SDK
7
7
---
8
8
9
-
{{% alert title="Note" color="primary" %}}
10
-
Dapr Workflow is currently in alpha.
11
-
{{% /alert %}}
12
-
13
9
Let’s create a Dapr workflow and invoke it using the console. With the [provided hello world workflow example](https://github.com/dapr/python-sdk/tree/master/examples/demo_workflow), you will:
14
10
15
11
- Run a [Python console application using `DaprClient`](https://github.com/dapr/python-sdk/blob/master/examples/demo_workflow/app.py)
0 commit comments