Update pre-release docs for Standalone Nexus Operations#4855
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| --target-task-queue nexus-standalone-operations | ||
| ``` | ||
|
|
||
| ## Execute a Standalone Nexus Operation {/* #execute-operation */} |
There was a problem hiding this comment.
📝 [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 */} |
There was a problem hiding this comment.
📝 [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 */} |
There was a problem hiding this comment.
📝 [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 */} |
There was a problem hiding this comment.
📝 [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 */} |
There was a problem hiding this comment.
📝 [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 */} |
There was a problem hiding this comment.
📝 [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 */} |
There was a problem hiding this comment.
📝 [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 */} |
There was a problem hiding this comment.
📝 [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 */} |
There was a problem hiding this comment.
📝 [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 */} |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Temporal.Headings] 'Run Standalone Nexus Operations with Temporal Cloud *******************************************************' should use sentence-style capitalization.
📖 Docs PR preview links
|
|
Giving this a review today! |
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>
67ca6c3 to
77b6938
Compare
…ommand examples Signed-off-by: Phil Prasek <prasek@gmail.com>
KeithB-Temporal
left a comment
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
|
Great work!! |
What does this PR do?
┆Attachments: EDU-6680 Update pre-release docs for Standalone Nexus Operations