We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc32472 commit 06ef0dfCopy full SHA for 06ef0df
temporal-sdk/src/main/java/io/temporal/internal/client/RootWorkflowClientInvoker.java
@@ -484,6 +484,7 @@ public TerminateOutput terminate(TerminateInput input) {
484
TerminateWorkflowExecutionRequest.Builder request =
485
TerminateWorkflowExecutionRequest.newBuilder()
486
.setNamespace(clientOptions.getNamespace())
487
+ .setIdentity(clientOptions.getIdentity())
488
.setWorkflowExecution(input.getWorkflowExecution());
489
if (input.getReason() != null) {
490
request.setReason(input.getReason());
0 commit comments