Skip to content

Commit 9c167bf

Browse files
Update temporal-sdk/src/main/java/io/temporal/internal/nexus/InternalNexusOperationContext.java
Co-authored-by: Alex Mazzeo <alex.mazzeo@outlook.com>
1 parent d8ff825 commit 9c167bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

temporal-sdk/src/main/java/io/temporal/internal/nexus/InternalNexusOperationContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class InternalNexusOperationContext {
2020
Link startWorkflowResponseLink;
2121
// Links extracted from the inbound Nexus task. Stored once at the task-handler boundary so the
2222
// workflow client (signal, signalWithStart) can attach them to outgoing requests via
23-
// SignalWorkflowExecutionRequest.links, matching the Go SDK's NexusOperationLinksKey ctx value.
23+
// SignalWorkflowExecutionRequest.links.
2424
private List<Link> nexusOperationLinks = Collections.emptyList();
2525
// Backlinks returned by SignalWorkflowExecutionResponse.link /
2626
// SignalWithStartWorkflowExecutionResponse.signal_link. One entry per signal RPC issued from

0 commit comments

Comments
 (0)