Skip to content

standalone activities ga release - #5290

Draft
jsundai wants to merge 14 commits into
mainfrom
standalone-activities-ga
Draft

standalone activities ga release#5290
jsundai wants to merge 14 commits into
mainfrom
standalone-activities-ga

Conversation

@jsundai

@jsundai jsundai commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

What does this PR do?

  • updates Activities docs for Standalone Activities GA release

@vercel

vercel Bot commented Sep 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
temporal-documentation Error Error Sep 12, 2026 12:28am UTC

Request Review

@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Removed section about Temporal Cloud support for Standalone Activities.
@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

❌ Docs build failed

Broken links

Update the link to point to a page that exists, or fix the typo in the path.

Page Broken target
/activity-definition /develop/java/workers/run-process
/activity-definition /develop/python/workers/run-process
/activity-definition /develop/typescript/workers/run-process

Run yarn build locally to reproduce.

Clarified the version requirement for Standalone Activities in the documentation.
Signed-off-by: Phil Prasek <prasek@gmail.com>
Duncanma and others added 2 commits September 11, 2026 09:41
- 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>
@jsundai jsundai changed the title standalone activity to ga release header standalone activities ga release Sep 11, 2026
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 */}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [vale] <Temporal.Headings> reported by reviewdog 🐶
'Activity Parameters ****************************' should use sentence-style capitalization.

```

### How to develop Activity Parameters {/* #activity-parameters */}
### Activity Parameters {/* #activity-parameters */}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [vale] <Temporal.Headings> reported by reviewdog 🐶
'Activity Parameters ****************************' should use sentence-style capitalization.

```

### Develop Activity Parameters {/* #activity-parameters */}
### Activity Parameters {/* #activity-parameters */}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [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 */}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [vale] <Temporal.Headings> reported by reviewdog 🐶
'Activity Parameters ****************************' should use sentence-style capitalization.

prasek and others added 2 commits September 11, 2026 11:49
>
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 */}

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 */}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [vale] <Temporal.Headings> reported by reviewdog 🐶
'Activity Parameters ****************************' should use sentence-style capitalization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge What it says on the label

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants