Preview

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

ScheduleJob

Represents details of a schedule job

This page contains

    Fields

    id: ID!

    Unique identifier of schedule job

    name: String!

    Schedule job name

    status: String!

    Schedule job status - Active or Deleted

    concurrencyPolicy: String

    Schedule job concurrency policy - Allow/Forbid/Replace

    successfulScheduleJobsHistoryLimit: Int

    Number of suuceesfully completed jobs for history

    failedScheduleJobsHistoryLimit: Int

    Nummber of failed jobs for history

    scheduleJobSchedules: [ScheduleJobSchedule!]! PREVIEW

    List of schedule job schedules in a schedule job

    Parent objects of ScheduleJob

    ScheduleJobConnection PREVIEW

    A connection type used to page through a list of schedule jobs

    ScheduleJobSchedule PREVIEW

    Represents details of a schedule job schedule

    Queries for ScheduleJob

    scheduleJob

    Returns schedule job by id

    scheduleJobByName

    Returns schedule job by name

    scheduleJobs

    Returns paginated list of the schedule jobs

    scheduleJobSchedule

    Returns schedule job schedule by id