AutomationWorkflowVersionRetryPolicyInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| backoffStrategy | String | Strategy for calculating retry delays | |
| baseDelayMs | Int | Base delay in milliseconds before first retry | |
| jitter | Boolean | Whether to add random jitter to retry delays | |
| maxDelayMs | Int | Maximum delay in milliseconds between retries | |
| maxRetries | Int | Maximum number of retry attempts |