Skip to content

Commit 1af275a

Browse files
authored
Merge branch 'v1.14' into wf-backoff-coefficient
2 parents 7397b24 + 639362e commit 1af275a

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

daprdocs/content/en/getting-started/quickstarts/workflow-quickstart.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ description: Get started with the Dapr Workflow building block
1010
Dapr Workflow is currently in beta. [See known limitations for {{% dapr-latest-version cli="true" %}}]({{< ref "workflow-overview.md#limitations" >}}).
1111
{{% /alert %}}
1212

13+
{{% alert title="Note" color="primary" %}}
14+
Redis is currently used as the state store component for Workflows in the Quickstarts. However, Redis does not support transaction rollbacks and should not be used in production as an actor state store.
15+
{{% /alert %}}
16+
1317
Let's take a look at the Dapr [Workflow building block]({{< ref workflow-overview.md >}}). In this Quickstart, you'll create a simple console application to demonstrate Dapr's workflow programming model and the workflow management APIs.
1418

1519
In this guide, you'll:
@@ -1356,4 +1360,4 @@ Join the discussion in our [discord channel](https://discord.com/channels/778680
13561360
- Walk through a more in-depth [.NET SDK example workflow](https://github.com/dapr/dotnet-sdk/tree/master/examples/Workflow)
13571361
- Learn more about [Workflow as a Dapr building block]({{< ref workflow-overview >}})
13581362
1359-
{{< button text="Explore Dapr tutorials >>" page="getting-started/tutorials/_index.md" >}}
1363+
{{< button text="Explore Dapr tutorials >>" page="getting-started/tutorials/_index.md" >}}

sdkdocs/dotnet

Submodule dotnet updated 198 files

sdkdocs/java

Submodule java updated 1432 files

sdkdocs/js

Submodule js updated 58 files

0 commit comments

Comments
 (0)