Skip to content

Commit

Permalink
Set request Id on SignalWorkflowExecutionRequest (#2352)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns authored Dec 27, 2024
1 parent 53a8af7 commit c3e0e77
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ public WorkflowSignalOutput signal(WorkflowSignalInput input) {
.setWorkflowExecution(input.getWorkflowExecution())
.setIdentity(clientOptions.getIdentity())
.setNamespace(clientOptions.getNamespace())
.setRequestId(UUID.randomUUID().toString())
.setHeader(HeaderUtils.toHeaderGrpc(input.getHeader(), null));

DataConverter dataConverterWitSignalContext =
Expand Down

0 comments on commit c3e0e77

Please sign in to comment.