You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: daprdocs/content/en/getting-started/quickstarts/workflow-quickstart.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,10 @@ description: Get started with the Dapr Workflow building block
10
10
Dapr Workflow is currently in beta. [See known limitations for {{% dapr-latest-version cli="true" %}}]({{< ref "workflow-overview.md#limitations" >}}).
11
11
{{% /alert %}}
12
12
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
+
13
17
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.
14
18
15
19
In this guide, you'll:
@@ -1356,4 +1360,4 @@ Join the discussion in our [discord channel](https://discord.com/channels/778680
1356
1360
- Walk through a more in-depth [.NETSDK example workflow](https://github.com/dapr/dotnet-sdk/tree/master/examples/Workflow)
1357
1361
- Learn more about [Workflow as a Dapr building block]({{< ref workflow-overview >}})
0 commit comments