Skip to content

Commit e8a9010

Browse files
authored
[docs] remove 'beta' for Java SDK workflow docs (#1169)
* fix link Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com> * fix one more link Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com> * remove beta from Java SDK workflow Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com> --------- Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
1 parent 8b138da commit e8a9010

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

daprdocs/content/en/java-sdk-docs/java-client/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,8 +496,6 @@ public class DistributedLockGrpcClient {
496496

497497
### Workflow
498498

499-
> Dapr Workflow is currently in beta state.
500-
501499
```java
502500
package io.dapr.examples.workflows;
503501

daprdocs/content/en/java-sdk-docs/java-workflow/java-workflow-howto.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ weight: 20000
66
description: How to get up and running with workflows using the Dapr Java 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-
13-
149
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:
1510

1611
- 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)

0 commit comments

Comments
 (0)