Add Standalone Activities feature reference#105
Open
donald-pinckney wants to merge 1 commit intomainfrom
Open
Conversation
Adds skill coverage for Standalone Activities (Public Preview) — Temporal's job-queue primitive that runs a single Activity as a top-level execution without a Workflow. Requires CLI v1.7.0+ and Server v1.31.0+. New reference files: - core/standalone-activities.md — concept, dual-use, conflict/reuse policies, Public Preview limitations, observability, Cloud support - core/standalone-activities-cli.md — temporal activity subcommand reference - python/, go/, java/, dotnet/standalone-activities.md — per-SDK quickstarts SKILL.md gains a Standalone Activities section pointing at the new files and flagging that TypeScript SDK coverage is upstream-pending. Authoring methodology and remaining VERIFY markers (mostly: per-language conflict/reuse-policy parameter wiring is undocumented upstream) are captured in AUTHORING_LOG.md. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
temporal activityCLI reference, and per-SDK quickstarts for Python, Go, Java, and .NET.SKILL.mdgains a new "Standalone Activities" section pointing at the new files and noting that TypeScript SDK coverage is upstream-pending (nodevelop/typescript/activities/standalone-activities.mdxexists yet).Requires Temporal CLI v1.7.0+ and Server v1.31.0+. Public Preview in Temporal Cloud.
What's in the box
references/core/standalone-activities.md— concept, when-to-use vs. Workflow, dual-use, conflict/reuse policies, Public Preview limitations, observability, billing framingreferences/core/standalone-activities-cli.md— everytemporal activitysubcommand under its own heading; flags Public Preview gaps forpause/reset/update-optionsreferences/{python,go,java,dotnet}/standalone-activities.md— language-specific quickstarts following each upstream doc's section structureAuthored grounded against
temporalio/documentationwith inline citations on every non-trivial claim. Methodology and remaining VERIFY markers are captured inAUTHORING_LOG.md; the authoring plan is inSTANDALONE_ACTIVITIES_AUTHORING_PLAN.md.Known gaps (documented as VERIFY markers, not invented)
USE_EXISTING,REJECT_DUPLICATES;TerminateExisting/TerminateIfRunningunsupported in Public Preview) but the per-language API names need to be confirmed against godoc/javadoc/etc. before snippets are added.Test plan
TerminateExisting/TerminateIfRunning, no pause/reset/update-options) appear in both core file and CLI fileSKILL.mdlocally and confirm the new section sits cleanly above "Task Queue Priority and Fairness"🤖 Generated with Claude Code