Skip to content

Commit

Permalink
Remove experimental flag from StartDelay (#2015)
Browse files Browse the repository at this point in the history
Remove experimental flag from StartDelay
  • Loading branch information
tlalfano authored Mar 25, 2024
1 parent abea318 commit f205d1c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import com.google.common.base.Objects;
import io.temporal.api.enums.v1.WorkflowIdReusePolicy;
import io.temporal.common.CronSchedule;
import io.temporal.common.Experimental;
import io.temporal.common.MethodRetry;
import io.temporal.common.RetryOptions;
import io.temporal.common.SearchAttributes;
Expand Down Expand Up @@ -355,7 +354,6 @@ public Builder setDisableEagerExecution(boolean disableEagerExecution) {
* signal from signal with start will not trigger a workflow task. Cannot be set the same time
* as a CronSchedule.
*/
@Experimental
public Builder setStartDelay(Duration startDelay) {
this.startDelay = startDelay;
return this;
Expand Down

0 comments on commit f205d1c

Please sign in to comment.