JobSchedule
No description
type JobSchedule {
jobScheduleId: Long!
organizationId: Long!
webUserId: Long!
name: String!
description: String!
timezone: String!
startDate: String!
endDate: String
repeats: Boolean!
repeatWeekdays: [Int!]!
repeatIntervalWeeks: Int!
allDay: Boolean!
startMinute: Int
endMinute: Int
coverageMode: String!
processIds: [Long!]!
isPriority: Boolean!
reassignWork: Boolean!
reassignMethod: String!
applyMode: String!
}
Fields
JobSchedule.jobScheduleId ● Long! non-null scalar
JobSchedule.organizationId ● Long! non-null scalar
JobSchedule.webUserId ● Long! non-null scalar
JobSchedule.name ● String! non-null scalar
JobSchedule.description ● String! non-null scalar
JobSchedule.timezone ● String! non-null scalar
JobSchedule.startDate ● String! non-null scalar
JobSchedule.endDate ● String scalar
JobSchedule.repeats ● Boolean! non-null scalar
JobSchedule.repeatWeekdays ● [Int!]! non-null scalar
JobSchedule.repeatIntervalWeeks ● Int! non-null scalar
JobSchedule.allDay ● Boolean! non-null scalar
JobSchedule.startMinute ● Int scalar
JobSchedule.endMinute ● Int scalar
JobSchedule.coverageMode ● String! non-null scalar
JobSchedule.processIds ● [Long!]! non-null scalar
JobSchedule.isPriority ● Boolean! non-null scalar
JobSchedule.reassignWork ● Boolean! non-null scalar
JobSchedule.reassignMethod ● String! non-null scalar
JobSchedule.applyMode ● String! non-null scalar
Member Of
ScheduleMutations object ● ScheduleQueries object