Skip to content

Commit f78e333

Browse files
committed
update readme w/ dynamic config values
1 parent 32c6aba commit f78e333

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

nexus_standalone_operations/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ without wrapping them in a workflow. It shows both synchronous and asynchronous
1414

1515
### Instructions
1616

17-
Start a Temporal server. (See the main samples repo [README](../README.md)).
17+
Start a Temporal dev server with the dynamic config flags required for standalone Nexus operations:
18+
19+
```bash
20+
temporal server start-dev \
21+
--dynamic-config-value "nexusoperation.enableStandalone=true" \
22+
--dynamic-config-value "history.enableChasmCallbacks=true"
23+
```
1824

1925
Create the Nexus endpoint:
2026

0 commit comments

Comments
 (0)