Databricks SDK for JavaScript
    Preparing search index...

    Variable RunTypeConst

    RunType: {
        JOB_RUN: "JOB_RUN";
        SUBMIT_RUN: "SUBMIT_RUN";
        WORKFLOW_RUN: "WORKFLOW_RUN";
    } = ...

    The type of a run.

    • JOB_RUN: Normal job run. A run created with :method:jobs/runNow.
    • WORKFLOW_RUN: Workflow run. A run created with dbutils.notebook.run.
    • SUBMIT_RUN: Submit run. A run created with :method:jobs/submit.

    Type Declaration

    • ReadonlyJOB_RUN: "JOB_RUN"
    • ReadonlySUBMIT_RUN: "SUBMIT_RUN"
    • ReadonlyWORKFLOW_RUN: "WORKFLOW_RUN"