mirror of https://github.com/dapr/docs.git
Merge branch 'v1.14' into issue_4395
This commit is contained in:
commit
987da58064
|
@ -135,7 +135,7 @@ Because workflow retry policies are configured in code, the exact developer expe
|
|||
| --- | --- |
|
||||
| **Maximum number of attempts** | The maximum number of times to execute the activity or child workflow. |
|
||||
| **First retry interval** | The amount of time to wait before the first retry. |
|
||||
| **Backoff coefficient** | The amount of time to wait before each subsequent retry. |
|
||||
| **Backoff coefficient** | The coefficient used to determine the rate of increase of back-off. For example a coefficient of 2 doubles the wait of each subsequent retry. |
|
||||
| **Maximum retry interval** | The maximum amount of time to wait before each subsequent retry. |
|
||||
| **Retry timeout** | The overall timeout for retries, regardless of any configured max number of attempts. |
|
||||
|
||||
|
|
|
@ -10,6 +10,10 @@ description: Get started with the Dapr Workflow building block
|
|||
Dapr Workflow is currently in beta. [See known limitations for {{% dapr-latest-version cli="true" %}}]({{< ref "workflow-overview.md#limitations" >}}).
|
||||
{{% /alert %}}
|
||||
|
||||
{{% alert title="Note" color="primary" %}}
|
||||
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.
|
||||
{{% /alert %}}
|
||||
|
||||
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.
|
||||
|
||||
In this guide, you'll:
|
||||
|
@ -1356,4 +1360,4 @@ Join the discussion in our [discord channel](https://discord.com/channels/778680
|
|||
- Walk through a more in-depth [.NET SDK example workflow](https://github.com/dapr/dotnet-sdk/tree/master/examples/Workflow)
|
||||
- Learn more about [Workflow as a Dapr building block]({{< ref workflow-overview >}})
|
||||
|
||||
{{< button text="Explore Dapr tutorials >>" page="getting-started/tutorials/_index.md" >}}
|
||||
{{< button text="Explore Dapr tutorials >>" page="getting-started/tutorials/_index.md" >}}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit b8e276728935c66b0a335b5aa2ca4102c560dd3d
|
||||
Subproject commit 03038fa519670b583eabcef1417eacd55c3e44c8
|
|
@ -1 +1 @@
|
|||
Subproject commit 7c03c7ce58d100a559ac1881bc0c80d6dedc5ab9
|
||||
Subproject commit dd9a2d5a3c4481b8a6bda032df8f44f5eaedb370
|
|
@ -1 +1 @@
|
|||
Subproject commit a98327e7d9a81611b0d7e91e59ea23ad48271948
|
||||
Subproject commit 0b7a051b79c7a394e9bd4f57bd40778fb5f29897
|
|
@ -1 +1 @@
|
|||
Subproject commit 7350742b6869cc166633d1f4d17d76fbdbb12921
|
||||
Subproject commit 76866c878a6e79bb889c83f3930172ddb20f1624
|
|
@ -1 +1 @@
|
|||
Subproject commit 64a4f2f6658e9023e8ea080eefdb019645cae802
|
||||
Subproject commit 6e90e84b166ac7ea603b78894e9e1b92dc456014
|
Loading…
Reference in New Issue