We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa9a51 commit 2a69beaCopy full SHA for 2a69bea
1 file changed
README.md
@@ -583,8 +583,7 @@ payload annotations.
583
584
| Field | Purpose | Typical source | Notes |
585
| --- | --- | --- | --- |
586
-| `CommandId` | Unique, monotonic identifier for deduplication | Static command factories | Remains stable for retries and sto
587
-rage lookups. |
+| `CommandId` | Unique, monotonic identifier for deduplication | Static command factories | Remains stable for retries and storage lookups. |
588
| `CorrelationId` | Ties a command to an upstream workflow/request | HTTP `X-Correlation-Id`, message headers | Preserved through
589
serialization and Orleans surrogates. |
590
| `CausationId` | Records the predecessor command/event | Current command ID | Supports causal chains in telemetry. |
0 commit comments