Databricks SDK for JavaScript
    Preparing search index...

    Interface TriggerDetails

    Per-trigger runtime details returned by GetJob. Same length and order as JobSettings.triggers; sub-fields are populated independently based on the corresponding GetJob.include_trigger_state / include_trigger_history flags.

    interface TriggerDetails {
        history?: TriggerHistory;
        state?: PerTriggerState;
    }
    Index

    Properties

    Properties

    history?: TriggerHistory

    Recent evaluation history. Populated when GetJob.include_trigger_history is set.

    Current runtime state. Populated when GetJob.include_trigger_state is set.