Skip to content

Commit 9adc54d

Browse files
authored
[docs] Remove beta from JS SDK workflow docs (#654)
remove beta from JS SDK workflow docs Signed-off-by: Hannah Hunter <[email protected]>
1 parent 7f839a6 commit 9adc54d

File tree

1 file changed

+0
-4
lines changed
  • daprdocs/content/en/js-sdk-docs/js-workflow

1 file changed

+0
-4
lines changed

daprdocs/content/en/js-sdk-docs/js-workflow/_index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ weight: 20000
66
description: How to get up and running with workflows using the Dapr JavaScript SDK
77
---
88

9-
{{% alert title="Note" color="primary" %}}
10-
Dapr Workflow is currently in beta. [See known limitations for {{% dapr-latest-version cli="true" %}}]({{< ref "workflow-overview.md#limitations" >}}).
11-
{{% /alert %}}
12-
139
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:
1410

1511
- Execute the workflow instance using the [JavaScript workflow worker](https://github.com/dapr/js-sdk/tree/main/src/workflow/runtime/WorkflowRuntime.ts)

0 commit comments

Comments
 (0)