-
Notifications
You must be signed in to change notification settings - Fork 173
Closed
Labels
Description
I tried this:
specification/schema/workflow.yaml
Lines 1675 to 1678 in 6390951
delay: $ref: '#/$defs/duration' title: RetryDelay description: The duration to wait between retry attempts. specification/dsl-reference.md
Lines 2181 to 2188 in 6390951
| Property | Type | Required | Description | |----------|:----:|:--------:|-------------| | 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. | | 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. |
This happened:
I expected this:
No response
Is there a workaround?
No response
Anything else?
No response
Area(s)
Documentation
Community Notes
- Please vote by adding a π reaction to the issue to help us prioritize.
- If you are interested to work on this issue, please leave a comment.name: Bug Report π
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done