Skip to content

Update pre-release docs for Standalone Nexus Operations#4855

Merged
jsundai merged 8 commits into
mainfrom
sano-special-cli-docs
Jul 14, 2026
Merged

Update pre-release docs for Standalone Nexus Operations#4855
jsundai merged 8 commits into
mainfrom
sano-special-cli-docs

Conversation

@prasek

@prasek prasek commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

What does this PR do?

  • makes it easier to download, install, and use the special CLI release
  • add prereqs to each SDK guide to make the docs more self-contained
  • align endpoint, service, and operation names across the docs and the sample
  • add CLI commands to the SDK guides to show how to use the CLI

┆Attachments: EDU-6680 Update pre-release docs for Standalone Nexus Operations

@prasek prasek requested a review from a team as a code owner July 10, 2026 05:30
@vercel

vercel Bot commented Jul 10, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
temporal-documentation Ready Ready Preview, Comment Jul 14, 2026 8:29pm

Request Review

--target-task-queue nexus-standalone-operations
```

## Execute a Standalone Nexus Operation {/* #execute-operation */}

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] reported by reviewdog 🐶
[Temporal.Headings] 'Execute a Standalone Nexus Operation **************************' should use sentence-style capitalization.

--input '{"Message":"hello"}'
```

## Get the result of a Standalone Nexus Operation {/* #get-operation-result */}

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] reported by reviewdog 🐶
[Temporal.Headings] 'Get the result of a Standalone Nexus Operation *****************************' should use sentence-style capitalization.

./temporal nexus operation result --operation-id my-echo-op
```

## List Standalone Nexus Operations {/* #list-operations */}

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] reported by reviewdog 🐶
[Temporal.Headings] 'List Standalone Nexus Operations ************************' should use sentence-style capitalization.

./temporal nexus operation list --query 'Endpoint = "nexus-standalone-operations-endpoint"'
```

## Count Standalone Nexus Operations {/* #count-operations */}

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] reported by reviewdog 🐶
[Temporal.Headings] 'Count Standalone Nexus Operations *************************' should use sentence-style capitalization.

./temporal nexus operation count --query 'Endpoint = "nexus-standalone-operations-endpoint"'
```

## Run Standalone Nexus Operations with Temporal Cloud {/* #run-standalone-nexus-operations-temporal-cloud */}

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] reported by reviewdog 🐶
[Temporal.Headings] 'Run Standalone Nexus Operations with Temporal Cloud *******************************************************' should use sentence-style capitalization.

--target-task-queue nexus-standalone-operations
```

## Execute a Standalone Nexus Operation {/* #execute-operation */}

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] reported by reviewdog 🐶
[Temporal.Headings] 'Execute a Standalone Nexus Operation **************************' should use sentence-style capitalization.

--input '{"message":"hello"}'
```

## Start a Standalone Nexus Operation and Wait for the Result {/* #get-operation-result */}

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] reported by reviewdog 🐶
[Temporal.Headings] 'Start a Standalone Nexus Operation and Wait for the Result *****************************' should use sentence-style capitalization.

./temporal nexus operation result --operation-id my-echo-op
```

## List Standalone Nexus Operations {/* #list-operations */}

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] reported by reviewdog 🐶
[Temporal.Headings] 'List Standalone Nexus Operations ************************' should use sentence-style capitalization.

./temporal nexus operation list --query 'Endpoint = "nexus-standalone-operations-endpoint"'
```

## Count Standalone Nexus Operations {/* #count-operations */}

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] reported by reviewdog 🐶
[Temporal.Headings] 'Count Standalone Nexus Operations *************************' should use sentence-style capitalization.

./temporal nexus operation count --query 'Endpoint = "nexus-standalone-operations-endpoint"'
```

## Run Standalone Nexus Operations with Temporal Cloud {/* #run-standalone-nexus-operations-temporal-cloud */}

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] reported by reviewdog 🐶
[Temporal.Headings] 'Run Standalone Nexus Operations with Temporal Cloud *******************************************************' should use sentence-style capitalization.

@github-actions

Copy link
Copy Markdown
Contributor

📖 Docs PR preview links

Comment thread docs/develop/dotnet/nexus/standalone-operations.mdx
Comment thread docs/encyclopedia/nexus/standalone-nexus-operation.mdx
@jsundai jsundai self-requested a review July 10, 2026 16:11
@jsundai

jsundai commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Giving this a review today!

prasek added 4 commits July 13, 2026 16:51
Signed-off-by: Phil Prasek <prasek@gmail.com>
Signed-off-by: Phil Prasek <prasek@gmail.com>
Signed-off-by: Phil Prasek <prasek@gmail.com>
Signed-off-by: Phil Prasek <prasek@gmail.com>
Comment thread docs/encyclopedia/nexus/standalone-nexus-operation.mdx Outdated
…ommand examples

Signed-off-by: Phil Prasek <prasek@gmail.com>
Comment thread docs/encyclopedia/nexus/standalone-nexus-operation.mdx Outdated
Comment thread docs/encyclopedia/nexus/standalone-nexus-operation.mdx Outdated

@KeithB-Temporal KeithB-Temporal left a comment

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.

Left some comments about positioning SANO as a foundational building block for connectors.

You still get automatic retries, built-in rate limiting and circuit breaking, and full execution visibility: the reliability of Nexus without the overhead of a caller (proxy) Workflow.


### A foundation for Nexus Connectors

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.

This part about Nexus Connectors should probably just be removed if it's a future feature. The key features list is already a bit long.

Removed section on Nexus Connectors as a building block for inbound gateways.
@jsundai

jsundai commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Great work!!

@jsundai jsundai merged commit 31d74ee into main Jul 14, 2026
12 checks passed
@jsundai jsundai deleted the sano-special-cli-docs branch July 14, 2026 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants