Skip to content

Commit 06ef0df

Browse files
Add identity to Terminate call (#1894)
1 parent cc32472 commit 06ef0df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

temporal-sdk/src/main/java/io/temporal/internal/client/RootWorkflowClientInvoker.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@ public TerminateOutput terminate(TerminateInput input) {
484484
TerminateWorkflowExecutionRequest.Builder request =
485485
TerminateWorkflowExecutionRequest.newBuilder()
486486
.setNamespace(clientOptions.getNamespace())
487+
.setIdentity(clientOptions.getIdentity())
487488
.setWorkflowExecution(input.getWorkflowExecution());
488489
if (input.getReason() != null) {
489490
request.setReason(input.getReason());

0 commit comments

Comments
 (0)