nestjs-temporal-core
    Preparing search index...

    Type Alias WorkflowIdReusePolicy

    WorkflowIdReusePolicy: typeof WorkflowIdReusePolicy[keyof typeof WorkflowIdReusePolicy]

    Defines what happens when trying to start a Workflow with the same ID as a Closed Workflow.

    See WorkflowOptions.workflowIdConflictPolicy for what happens when trying to start a Workflow with the same ID as a Running Workflow.

    Concept: Workflow Id Reuse Policy

    Note: It is not possible to have two actively running Workflows with the same ID.