Skip to content

Commit

Permalink
Add identity to Terminate call
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns committed Oct 11, 2023
1 parent cc32472 commit db1c252
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ public TerminateOutput terminate(TerminateInput input) {
TerminateWorkflowExecutionRequest.Builder request =
TerminateWorkflowExecutionRequest.newBuilder()
.setNamespace(clientOptions.getNamespace())
.setIdentity(clientOptions.getIdentity())
.setWorkflowExecution(input.getWorkflowExecution());
if (input.getReason() != null) {
request.setReason(input.getReason());
Expand Down

0 comments on commit db1c252

Please sign in to comment.