Skip to content

Commit

Permalink
[docs] remove 'beta' for Java SDK workflow docs (dapr#1169)
Browse files Browse the repository at this point in the history
* fix link

Signed-off-by: Hannah Hunter <[email protected]>

* fix one more link

Signed-off-by: Hannah Hunter <[email protected]>

* remove beta from Java SDK workflow

Signed-off-by: Hannah Hunter <[email protected]>

---------

Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: salaboy <[email protected]>
  • Loading branch information
hhunter-ms authored and salaboy committed Dec 13, 2024
1 parent 848f7d4 commit 69870ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions daprdocs/content/en/java-sdk-docs/java-client/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -496,8 +496,6 @@ public class DistributedLockGrpcClient {

### Workflow

> Dapr Workflow is currently in beta state.
```java
package io.dapr.examples.workflows;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ weight: 20000
description: How to get up and running with workflows using the Dapr Java 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/java-sdk/tree/master/examples/src/main/java/io/dapr/examples/workflows), you will:

- Execute the workflow instance using the [Java workflow worker](https://github.com/dapr/java-sdk/blob/master/examples/src/main/java/io/dapr/examples/workflows/DemoWorkflowWorker.java)
Expand Down

0 comments on commit 69870ed

Please sign in to comment.