Skip to content

Commit 674b2b3

Browse files
durable-workflow.github.io: update v2 docs
1 parent aa7115c commit 674b2b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/configuration/options.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ The `backoff` method returns an array of integers corresponding to the current a
7575

7676
Workflows can be scoped to a namespace for multi-namespace isolation. When a namespace is configured, it is persisted on every workflow instance, run, task, and run-summary projection created through the control plane. Task bridge polling and Waterline visibility filters can then restrict results to a single namespace.
7777

78+
Namespace names must contain only lowercase alphanumeric characters, dots, underscores, and hyphens (matching `[a-z0-9._-]+`, max 128 characters). Mixed-case input is normalized to lowercase automatically.
79+
7880
Set the default namespace via environment variable:
7981

8082
```env

0 commit comments

Comments
 (0)