OBJECT

CRERUNJOB

link GraphQL Schema definition

  • type CRERUNJOB implements JOB {
  • verifyUser: SUBJECT
  • name: String
  • description: String
  • runMode: RunMode
  • deletedAt: DateTime
  • creationUser: SUBJECT
  • priceSource: PriceSource
  • stage: CREEXECUTIONSTAGE
  • featureModificationInfos: [FEATUREMODIFICATIONINFO]
  • deletedBy: SUBJECT
  • # Arguments
  • # orderBy: [Not documented]
  • # includeDeleted: [Not documented]
  • accountSegments(orderBy: [OrderBy], includeDeleted: Boolean): [ACCOUNTSEGMENT]
  • manuallyUpdatedAt: DateTime
  • id: Long
  • verifiedAt: DateTime
  • updateUser: SUBJECT
  • createdAt: DateTime
  • # Arguments
  • # orderBy: [Not documented]
  • # includeDeleted: [Not documented]
  • tags(orderBy: [OrderBy], includeDeleted: Boolean): [CUSTOMENUMLITERAL]
  • scope: ComplianceScope
  • # The schedule of the job is in cron format, with an additional optional timezone
  • # (default timezone can be configured in the application setting
  • # SCHEDULING_DEFAULT_TIMEZONE). Multiple schedules can be separated by a pipe (|).
  • # Examples: every day at 05:00am east european time: 0 5 * * * EET, monday to
  • # friday at 05:00am: 0 5 * * 1-5, every three ours: 0 */3 * * *. More examples:
  • # https://crontab.guru/examples.html
  • schedule: String
  • manuallyUpdateUser: SUBJECT
  • updatedAt: DateTime
  • version: Long
  • }