Docs

Step retries can target status codes and transient failures

Workflow builders can now configure how failed step attempts should be retried.

  • Set retry attempts, base delay, multiplier, and retryable response status codes.
  • Retry on any error when a step needs broader recovery behavior.
  • Respect rate-limit reset timing when an external service provides it.
  • Cap long retry delays so failed steps do not wait for hours between attempts.
  • Inspect retry attempts from workflow run details.
Danilo, Leonardo