activity section audit - #5302
activity section audit #5302
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📖 Docs PR preview links
|
|
@copilot resolve the merge conflicts in this pull request and resolve comments |
# Conflicts: # docs/develop/dotnet/activities/execution.mdx # docs/develop/go/activities/basics.mdx # docs/develop/go/activities/execution.mdx # docs/develop/java/activities/execution.mdx # docs/develop/php/activities/basics.mdx # docs/develop/php/activities/execution.mdx # docs/develop/python/activities/basics.mdx # docs/develop/python/activities/execution.mdx # docs/develop/ruby/activities/execution.mdx # docs/develop/rust/activities/execution.mdx # docs/develop/typescript/activities/basics.mdx # docs/develop/typescript/activities/execution.mdx Co-authored-by: jsundai <36107423+jsundai@users.noreply.github.com>
Done in 7953213. I merged |
|
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 994fcf41cd
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| description: This section explains how to set Activity Timeouts with the Java SDK | ||
| toc_max_heading_level: 4 | ||
| tags: | ||
| - Activities |
There was a problem hiding this comment.
Update the Java timeout description with its full scope
The audit updates the equivalent descriptions in docs/develop/{dotnet,go,php,python,ruby,rust,typescript}/activities/timeouts.mdx to mention the timeout types, Retry Policy, and next retry delay, but this Java page still says only that it explains how to set timeouts even though it also covers retry policies, next retry delay, and Heartbeats. Update this description alongside the other SDK pages so search results accurately represent the page.
AGENTS.md reference: AGENTS.md:L240-L243
Useful? React with 👍 / 👎.
Keep the audit edits: Activity Execution capitalization in titles, sidebar labels, and link labels; Define Activity parameters across basics pages; restored Java execution anchors; and removal of the repeated ActivityOptions paragraphs and the bold heading restatements.
Delete the page-announcing sentences on the asynchronous Activity pages and the duplicate section list on the TypeScript timeouts page, relabel 'How to' links and next-step bullets, and rewrite example lead-ins to state what the example does.
What does this PR do?
Notes to reviewers