File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ call the operations from a workflow.
1010
1111### Instructions
1212
13- Start a Temporal server.
13+ Start a Temporal server. (See the main samples repo [ README ] ( ../../README.md ) ).
1414
1515Run the following:
1616
@@ -22,16 +22,16 @@ temporal operator nexus endpoint create \
2222 --name my-nexus-endpoint \
2323 --target-namespace my-handler-namespace \
2424 --target-task-queue my-handler-task-queue \
25- --description-file ./hello_nexus/basic/ endpoint_description.md
25+ --description-file endpoint_description.md
2626```
2727
28- In one terminal, run the Temporal worker in the handler namespace:
28+ In one terminal, in this directory, run the Temporal worker in the handler namespace:
2929```
30- uv run hello_nexus/basic/ handler/worker.py
30+ uv run handler/worker.py
3131```
3232
33- In another terminal, run the Temporal worker in the caller namespace and start the caller
33+ In another terminal, in this directory, run the Temporal worker in the caller namespace and start the caller
3434workflow:
3535```
36- uv run hello_nexus/basic/ caller/app.py
36+ uv run caller/app.py
3737```
You can’t perform that action at this time.
0 commit comments