Skip to content

Commit

Permalink
[docs] Remove beta from JS SDK workflow docs (#654)
Browse files Browse the repository at this point in the history
remove beta from JS SDK workflow docs

Signed-off-by: Hannah Hunter <[email protected]>
  • Loading branch information
hhunter-ms authored Jan 9, 2025
1 parent 7f839a6 commit 9adc54d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions daprdocs/content/en/js-sdk-docs/js-workflow/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9adc54d

Please sign in to comment.