Add SANO sample#474
Open
VegetarianOrc wants to merge 9 commits into
Open
Conversation
ee02d83 to
dfa8904
Compare
dfa8904 to
31c26ea
Compare
…ons.test.ts Co-authored-by: Quinn Klassen <klassenq@gmail.com>
Evanthx
reviewed
Jun 12, 2026
Evanthx
left a comment
Contributor
There was a problem hiding this comment.
Looks OK overall but following the readme commands didn't work for me?
| service: myNexusService, | ||
| }); | ||
|
|
||
| // Start sync echo operation and await the result immediately. |
Contributor
There was a problem hiding this comment.
Nit: Should this comment say something about how this starts the standalone operation? Not important, but just reading the sample it's SUPER easy to miss what it's doing and how it's different.
| npm install # or `pnpm` or `yarn` | ||
| ``` | ||
|
|
||
| 2. Start a compatible Temporal Server on `localhost:7233`. |
Contributor
There was a problem hiding this comment.
This should be removed, it's done in the Prerequisites so this is duplicate
| 4. In one shell, start the Worker: | ||
|
|
||
| ```sh | ||
| npm run start.worker |
Contributor
There was a problem hiding this comment.
I tried running this and oddly I get
npm error Missing script: "start.worker"
| 5. In another shell, execute the sample: | ||
|
|
||
| ```sh | ||
| npm run starter |
Contributor
There was a problem hiding this comment.
This gives me the error
> nexus-standalone-operations@0.1.0 starter
> ts-node src/starter.ts
sh: ts-node: command not found
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.
Add a sample for using standalone nexus operations.