Skip to content

Commit 7e00384

Browse files
authored
Nexus sample README edits (#729)
1 parent 42086f6 commit 7e00384

File tree

2 files changed

+5
-5
lines changed
  • core/src/main/java/io/temporal/samples

2 files changed

+5
-5
lines changed

core/src/main/java/io/temporal/samples/nexuscancellation/README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
This sample shows how to cancel a Nexus operation from a caller workflow.
44

5-
From more details on Nexus and how to setup to run this samples please see the [Nexus Sample](../nexus/README.MD).
5+
To run this sample, set up your environment following the instructions in the main [Nexus Sample](../nexus/README.md).
66

7-
In separate terminal windows:
7+
Next, in separate terminal windows:
88

99
### Nexus handler worker
1010

core/src/main/java/io/temporal/samples/nexuscontextpropagation/README.MD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Nexus Context Propagation
22

3-
This sample shows how to propagate MDC context values from Workflows to Nexus operations.
3+
This sample shows how to propagate MDC (Mapped Diagnostic Context) context values from Workflows to Nexus operations.
44
Nexus does not support `ContextPropagator` since the header format is not compatible. Users should look at `NexusMDCContextInterceptor` for propagating MDC context values.
55

6-
From more details on Nexus and how to setup to run this samples please see the [Nexus Sample](../nexus/README.MD).
6+
To run this sample, set up your environment following the instructions in the main [Nexus Sample](../nexus/README.md).
77

8-
In separate terminal windows:
8+
Next, in separate terminal windows:
99

1010
### Nexus handler worker
1111

0 commit comments

Comments
 (0)