From f8e87e6e460cdd48573a5674e1b584c31872b277 Mon Sep 17 00:00:00 2001 From: Hannah Hunter Date: Thu, 5 Dec 2024 10:45:46 -0500 Subject: [PATCH] remove alpha for workflow stable release Signed-off-by: Hannah Hunter --- .../python-workflow-ext/python-workflow.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/daprdocs/content/en/python-sdk-docs/python-sdk-extensions/python-workflow-ext/python-workflow.md b/daprdocs/content/en/python-sdk-docs/python-sdk-extensions/python-workflow-ext/python-workflow.md index 984b2cb8..17f45ec4 100644 --- a/daprdocs/content/en/python-sdk-docs/python-sdk-extensions/python-workflow-ext/python-workflow.md +++ b/daprdocs/content/en/python-sdk-docs/python-sdk-extensions/python-workflow-ext/python-workflow.md @@ -6,10 +6,6 @@ weight: 30000 description: How to get up and running with workflows using the Dapr Python SDK --- -{{% alert title="Note" color="primary" %}} -Dapr Workflow is currently in alpha. -{{% /alert %}} - 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: - Run a [Python console application using `DaprClient`](https://github.com/dapr/python-sdk/blob/master/examples/demo_workflow/app.py)