Skip to content

Commit afb5044

Browse files
Use firstExecutionRunId is startUpdate
1 parent 0340876 commit afb5044

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)