SAP AI SDK for JavaScript - v2.8.0
    Preparing search index...

    Type Alias AiExecutionSchedule

    AiExecutionSchedule: {
        configurationId: AiConfigurationId;
        createdAt: string;
        cron: AiCron;
        end?: string;
        id?: AiExecutionScheduleId;
        modifiedAt: string;
        name: string;
        start?: string;
        status?: AiExecutionScheduleStatus;
    } & Record<string, any>

    Data about execution schedule

    Type Declaration

    • configurationId: AiConfigurationId
    • createdAt: string

      Timestamp of resource creation Format: "date-time".

    • cron: AiCron
    • Optionalend?: string

      Timestamp, defining when the executions should stop running Format: "date-time".

    • Optionalid?: AiExecutionScheduleId
    • modifiedAt: string

      Timestamp of latest resource modification Format: "date-time".

    • name: string

      Name of the execution schedule Max Length: 256.

    • Optionalstart?: string

      Timestamp, defining when the executions should start running periodically, defaults to now Format: "date-time".

      Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.

    • Optionalstatus?: AiExecutionScheduleStatus