Member Junction
    Preparing search index...

    Driver for executing scheduled Action jobs

    Configuration schema (stored in ScheduledJob.Configuration): { ActionID: string, Params?: Array<{ ActionParamID: string, ValueType: 'Static' | 'SQL Statement', Value: string }> }

    Execution result details (stored in ScheduledJobRun.Details): { ResultCode: string, IsSuccess: boolean, OutputParams?: any }

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    • get IsHighFrequencyByDesign(): boolean

      Whether this driver is a BY-DESIGN high-frequency poller — a dispatcher that sweeps a work queue on a tight cron (e.g. every minute) and does bounded work per sweep. Overriding to true exempts jobs of this type from the engine's high-frequency cron warning banner. Leave false for ordinary jobs: the warning exists because a tight cron on a work job is usually a design smell.

      Returns boolean

    Methods