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 23
23
import com .google .common .base .Objects ;
24
24
import io .temporal .api .enums .v1 .WorkflowIdReusePolicy ;
25
25
import io .temporal .common .CronSchedule ;
26
- import io .temporal .common .Experimental ;
27
26
import io .temporal .common .MethodRetry ;
28
27
import io .temporal .common .RetryOptions ;
29
28
import io .temporal .common .SearchAttributes ;
@@ -355,7 +354,6 @@ public Builder setDisableEagerExecution(boolean disableEagerExecution) {
355
354
* signal from signal with start will not trigger a workflow task. Cannot be set the same time
356
355
* as a CronSchedule.
357
356
*/
358
- @ Experimental
359
357
public Builder setStartDelay (Duration startDelay ) {
360
358
this .startDelay = startDelay ;
361
359
return this ;
You can’t perform that action at this time.
0 commit comments