We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8525b03 commit 27b2a22Copy full SHA for 27b2a22
packages/common/src/workflow-options.ts
@@ -52,7 +52,7 @@ export interface BaseWorkflowOptions {
52
*
53
* *Note: A Workflow can never be started with a Workflow Id of a Running Workflow.*
54
55
- * @default {@link WorkflowIdReusePolicy.WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE_FAILED_ONLY}
+ * @default {@link WorkflowIdReusePolicy.WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE}
56
*/
57
workflowIdReusePolicy?: WorkflowIdReusePolicy;
58
0 commit comments