Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 553ace5

Browse files
authored
chore(client): Remove experimental on startdelay (temporalio#1379)
1 parent 4d76aa4 commit 553ace5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/client/src/workflow-options.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export interface WorkflowOptions extends CommonWorkflowOptions {
3838
/**
3939
* Amount of time to wait before starting the workflow.
4040
*
41-
* @experimental
4241
*/
4342
startDelay?: Duration;
4443
}

0 commit comments

Comments
 (0)