Preview

CreateScheduleJobScheduleInput is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

CreateScheduleJobScheduleInput

Input for creating schedule job schedule

This page contains

    Fields

    scheduleJobId ID!

    Schedule job Id

    name String!

    Schedule job schedule name

    type String!

    Schedule job schedule type - CRON/ONCE

    startTime DateTime

    Start time for schedule

    endTime DateTime

    End time for schedule

    schedule String!

    Execution schedule - cron or one time

    environmentVariables [ScheduleJobScheduleEnvironmentVariableInput!] PREVIEW

    Environment variables associated with schedule

    Mutations for CreateScheduleJobScheduleInput

    createScheduleJobSchedule PREVIEW

    Create a schedule job schedule