Skip to content

Commit 1776365

Browse files
Use firstExecutionRunId is startUpdate
1 parent bf3a8f0 commit 1776365

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

temporal-sdk/src/main/java/io/temporal/client/WorkflowStubImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ public <R> WorkflowUpdateHandle<R> startUpdate(
371371
.setWaitForStage(waitForStage)
372372
.setResultClass(resultClass)
373373
.setResultType(resultClass)
374+
.setFirstExecutionRunId(firstExecutionRunId)
374375
.build();
375376

376377
return startUpdate(options, args);

0 commit comments

Comments
 (0)