Skip to content

Commit e180073

Browse files
Merge branch 'main' into mock-actors-3
2 parents 7c4e5fc + 9f0a771 commit e180073

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

daprdocs/content/en/python-sdk-docs/python-sdk-extensions/python-workflow-ext/python-workflow.md

-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ weight: 30000
66
description: How to get up and running with workflows using the Dapr Python SDK
77
---
88

9-
{{% alert title="Note" color="primary" %}}
10-
Dapr Workflow is currently in alpha.
11-
{{% /alert %}}
12-
139
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:
1410

1511
- Run a [Python console application using `DaprClient`](https://github.com/dapr/python-sdk/blob/master/examples/demo_workflow/app.py)

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ commands_pre =
8888
[testenv:doc]
8989
basepython = python3
9090
usedevelop = False
91-
whitelist_externals = make
91+
allowlist_externals = make
9292
deps = sphinx
9393
commands =
9494
sphinx-apidoc -E -o docs/actor dapr/actor

0 commit comments

Comments
 (0)