Skip to content

Commit fc7f51d

Browse files
atrauzzialicejgibbonsmsfussell
authored
Update workflow retry docs with some clarifications (#4936)
* Update workflow retry docs with some clarifications. Signed-off-by: Alexander Trauzzi <acj@trauzzi.me> * Update daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-features-concepts.md Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com> Signed-off-by: Alexander Trauzzi <acj@trauzzi.me> * Update daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-features-concepts.md Signed-off-by: Mark Fussell <markfussell@gmail.com> --------- Signed-off-by: Alexander Trauzzi <acj@trauzzi.me> Signed-off-by: Mark Fussell <markfussell@gmail.com> Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com> Co-authored-by: Mark Fussell <markfussell@gmail.com>
1 parent 236a4a1 commit fc7f51d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-features-concepts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ Because workflow retry policies are configured in code, the exact developer expe
131131

132132
| Parameter | Description |
133133
| --- | --- |
134-
| **Maximum number of attempts** | The maximum number of times to execute the activity or child workflow. |
134+
| **Maximum number of attempts** | The maximum number of times to execute the activity or child workflow. If set to 0, no attempts will be made. |
135135
| **First retry interval** | The amount of time to wait before the first retry. |
136136
| **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. |
137-
| **Maximum retry interval** | The maximum amount of time to wait before each subsequent retry. |
138-
| **Retry timeout** | The overall timeout for retries, regardless of any configured max number of attempts. |
137+
| **Maximum retry interval** | The maximum amount of time to wait before each subsequent retry. If set to 0, no retries will happen. |
138+
| **Retry timeout** | The global timeout for retries, regardless of any configured max number of attempts. No further attempts are made executing activities after this timeout expires.
139139

140140
## External events
141141

0 commit comments

Comments
 (0)