docs: clarify one-based step attempts - #665
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Claude AI reviewThis is a documentation-only PR (plus one new integration test) that corrects Verification performed:
No correctness, API-compatibility, checkpoint/replay, concurrency, or lifecycle issues were found in this diff. Residual risk is minimal: this PR does not update other doc pages (e.g., Reviewed commit |
Codex AI reviewNo actionable findings. The changes align the Javadocs with existing one-based attempt semantics, and the integration test covers retry attempts 1 and 2. Residual risk: tests were not executed under the review constraints. Reviewed commit |
Summary
StepContext.getAttempt()andTestOperation.getAttempt()as one-based1and2Testing
mvn spotless:applymvn -pl sdk-integration-tests -am -Dtest=RetryIntegrationTest -Dsurefire.failIfNoSpecifiedTests=false testRelated shared-docs PR: aws/aws-durable-execution-docs#267