Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dsl-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -2184,6 +2184,7 @@ The Retry is a fundamental concept in the Serverless Workflow DSL, used to defin
|----------|:----:|:--------:|-------------|
| when | `string` | `no` | A a runtime expression used to determine whether or not to retry running the task, in a given context. |
| exceptWhen | `string` | `no` | A runtime expression used to determine whether or not to retry running the task, in a given context. |
| delay | [`duration`](#duration) | `no` | The duration, if any, to wait between retry attempts. |
| limit | [`retry`](#retry-limit) | `no` | The limits, if any, to impose to the retry policy. |
| backoff | [`backoff`](#backoff) | `no` | The backoff strategy to use, if any. |
| jitter | [`jitter`](#jitter) | `no` | The parameters, if any, that control the randomness or variability of the delay between retry attempts. |
Expand Down