standalone activities ga release - #5290
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📖 Docs PR preview links
|
Removed section about Temporal Cloud support for Standalone Activities.
❌ Docs build failedBroken linksUpdate the link to point to a page that exists, or fix the typo in the path.
Run |
Clarified the version requirement for Standalone Activities in the documentation.
ddacaeb to
f150996
Compare
Signed-off-by: Phil Prasek <prasek@gmail.com>
f150996 to
245f042
Compare
- Remove the Rust entry from the async-completion GET STARTED list in
activity-execution.mdx; the linked page doesn't exist for the Rust SDK.
This was failing the Docs Build Check.
- Retarget three /activities#... anchors (in activity-operations.mdx and
glossary.md) to the dedicated /workflow-activity and /standalone-activity
pages this PR introduces; the anchors they pointed to don't exist on the
overview page, which has no headings at all.
- Bump the Temporal CLI version requirement from v1.7.0 to v1.9.0 in the six
per-SDK Standalone Activities quickstart pages, matching the bump already
made elsewhere in this PR (standalone-activity.mdx, celery guide).
- Sentence-case two "Activity Options" headings and swap "vs." for "versus"
per Vale's Temporal.Headings and Std.Abbreviations.Latin suggestions.
- Fix a typo ("reccommend"), restore trailing newlines dropped by this PR's
edits, and remove a doubled blank line in glossary.md.
The six [SDK](.../standalone-activities#interruption-requests) links in
activity-operations.mdx's Reset section are left as still-broken: none of
the per-SDK standalone-activities.mdx pages have an "interruption requests"
section to link to. That needs either new content or a different target,
which needs the PR author's input rather than a guess.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Pause, Unpause, Reset, Terminate, Delete, Paused, Request Cancel, and Update Options are capitalized consistently as named Activity Operations throughout activity-operations.mdx (and, for Pause/Unpause/Reset/Terminate/ Delete, in pre-existing headings elsewhere: workflow-pause.mdx, cli-basics.mdx, namespaces.mdx), the same way Signal/Query/Update already get this treatment. Action/Actions is a defined Temporal Cloud term (see glossary.md) with the same pre-existing gap. None of these were actual sentence-casing mistakes; Vale was flagging established terms it didn't know about yet. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Removed references to SDKs for responding to interruption requests in Activity code.
Signed-off-by: Phil Prasek <prasek@gmail.com>
Signed-off-by: Phil Prasek <prasek@gmail.com>
| ``` | ||
|
|
||
| ### How to develop Activity Parameters {/* #activity-parameters */} | ||
| ### Activity Parameters {/* #activity-parameters */} |
There was a problem hiding this comment.
📝 [vale] <Temporal.Headings> reported by reviewdog 🐶
'Activity Parameters ****************************' should use sentence-style capitalization.
| ``` | ||
|
|
||
| ### How to develop Activity Parameters {/* #activity-parameters */} | ||
| ### Activity Parameters {/* #activity-parameters */} |
There was a problem hiding this comment.
📝 [vale] <Temporal.Headings> reported by reviewdog 🐶
'Activity Parameters ****************************' should use sentence-style capitalization.
| ``` | ||
|
|
||
| ### Develop Activity Parameters {/* #activity-parameters */} | ||
| ### Activity Parameters {/* #activity-parameters */} |
There was a problem hiding this comment.
📝 [vale] <Temporal.Headings> reported by reviewdog 🐶
'Activity Parameters ****************************' should use sentence-style capitalization.
| <!--SNIPEND--> | ||
|
|
||
| ## How to develop Activity Parameters {/* #activity-parameters */} | ||
| ## Activity Parameters {/* #activity-parameters */} |
There was a problem hiding this comment.
📝 [vale] <Temporal.Headings> reported by reviewdog 🐶
'Activity Parameters ****************************' should use sentence-style capitalization.
10b79dc to
39dbdde
Compare
c684803 to
b486873
Compare
Signed-off-by: Phil Prasek <prasek@gmail.com>
| > | ||
| Available in [Temporal Cloud](#temporal-cloud-support) and in Temporal Server v1.31.0 or higher (included in [Temporal CLI](#temporal-cli-support) v1.7.0 or higher). | ||
| </ReleaseNoteHeader> | ||
| ## What is a Standalone Activity? {/* #standalone-activity */} |
There was a problem hiding this comment.
This page's header levels might need to change since having too many headers is making the page feel very long. For example, I don't think all the key features need to be H3? Unless we're linking to them.
Signed-off-by: Phil Prasek <prasek@gmail.com>
| ### Constraints {/* #activity-constraints */} | ||
|
|
||
| Activity Definitions are executed as normal functions. | ||
| ### Activity Parameters {/* #activity-parameters */} |
There was a problem hiding this comment.
📝 [vale] <Temporal.Headings> reported by reviewdog 🐶
'Activity Parameters ****************************' should use sentence-style capitalization.
What does this PR do?