We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c6aba commit f78e333Copy full SHA for f78e333
1 file changed
nexus_standalone_operations/README.md
@@ -14,7 +14,13 @@ without wrapping them in a workflow. It shows both synchronous and asynchronous
14
15
### Instructions
16
17
-Start a Temporal server. (See the main samples repo [README](../README.md)).
+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
+```
24
25
Create the Nexus endpoint:
26
0 commit comments