File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
temporal-sdk/src/main/java/io/temporal/client Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 2323import com .google .common .base .Objects ;
2424import io .temporal .api .enums .v1 .WorkflowIdReusePolicy ;
2525import io .temporal .common .CronSchedule ;
26- import io .temporal .common .Experimental ;
2726import io .temporal .common .MethodRetry ;
2827import io .temporal .common .RetryOptions ;
2928import 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 ;
You can’t perform that action at this time.
0 commit comments