Skip to content

Commit f205d1c

Browse files
authored
Remove experimental flag from StartDelay (#2015)
Remove experimental flag from StartDelay
1 parent abea318 commit f205d1c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import com.google.common.base.Objects;
2424
import io.temporal.api.enums.v1.WorkflowIdReusePolicy;
2525
import io.temporal.common.CronSchedule;
26-
import io.temporal.common.Experimental;
2726
import io.temporal.common.MethodRetry;
2827
import io.temporal.common.RetryOptions;
2928
import io.temporal.common.SearchAttributes;
@@ -355,7 +354,6 @@ public Builder setDisableEagerExecution(boolean disableEagerExecution) {
355354
* signal from signal with start will not trigger a workflow task. Cannot be set the same time
356355
* as a CronSchedule.
357356
*/
358-
@Experimental
359357
public Builder setStartDelay(Duration startDelay) {
360358
this.startDelay = startDelay;
361359
return this;

0 commit comments

Comments
 (0)