From 0b33f15797f1259238354f5ae749a8d6710cd83c Mon Sep 17 00:00:00 2001 From: Hannah Hunter Date: Wed, 4 Dec 2024 14:36:32 -0500 Subject: [PATCH] remove beta from JS SDK workflow docs Signed-off-by: Hannah Hunter --- daprdocs/content/en/js-sdk-docs/js-workflow/_index.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/daprdocs/content/en/js-sdk-docs/js-workflow/_index.md b/daprdocs/content/en/js-sdk-docs/js-workflow/_index.md index 59431545..aa4c2627 100644 --- a/daprdocs/content/en/js-sdk-docs/js-workflow/_index.md +++ b/daprdocs/content/en/js-sdk-docs/js-workflow/_index.md @@ -6,10 +6,6 @@ weight: 20000 description: How to get up and running with workflows using the Dapr JavaScript SDK --- -{{% alert title="Note" color="primary" %}} -Dapr Workflow is currently in beta. [See known limitations for {{% dapr-latest-version cli="true" %}}]({{< ref "workflow-overview.md#limitations" >}}). -{{% /alert %}} - Let’s create a Dapr workflow and invoke it using the console. With the [provided workflow example](https://github.com/dapr/js-sdk/tree/main/examples/workflow), you will: - Execute the workflow instance using the [JavaScript workflow worker](https://github.com/dapr/js-sdk/tree/main/src/workflow/runtime/WorkflowRuntime.ts)