AutomationRetryPolicy
Type: Object
Retry policy configuration for workflow execution. Defines how failures should be handled with automatic retries.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| 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 |