From 9adc54dedd87846d513943a5ed9ebe0c1627a192 Mon Sep 17 00:00:00 2001 From: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:00:54 -0500 Subject: [PATCH] [docs] Remove beta from JS SDK workflow docs (#654) 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)