File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ temporal operator nexus endpoint create \
2222 --name hello-nexus-basic-nexus-endpoint \
2323 --target-namespace hello-nexus-basic-handler-namespace \
2424 --target-task-queue my-handler-task-queue \
25- --description-file endpoint_description.md
25+ --description-file hello_nexus/ endpoint_description.md
2626```
2727
28- In one terminal, in this directory, run the Temporal worker in the handler namespace:
28+ In one terminal, run the Temporal worker in the handler namespace:
2929```
30- uv run handler/worker.py
30+ uv run hello_nexus/ handler/worker.py
3131```
3232
33- In another terminal, in this directory, run the Temporal worker in the caller namespace and start the caller
33+ In another terminal, run the Temporal worker in the caller namespace and start the caller
3434workflow:
3535```
36- uv run caller/app.py
36+ uv run hello_nexus/ caller/app.py
3737```
You can’t perform that action at this time.
0 commit comments