Skip to content

Commit 27b2a22

Browse files
authored
fix(doc): Rectify the default workflowIdReusePolicy (#1193)
1 parent 8525b03 commit 27b2a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/workflow-options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export interface BaseWorkflowOptions {
5252
*
5353
* *Note: A Workflow can never be started with a Workflow Id of a Running Workflow.*
5454
*
55-
* @default {@link WorkflowIdReusePolicy.WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE_FAILED_ONLY}
55+
* @default {@link WorkflowIdReusePolicy.WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE}
5656
*/
5757
workflowIdReusePolicy?: WorkflowIdReusePolicy;
5858

0 commit comments

Comments
 (0)