Skip to main content

JobScheduleInput

No description

input JobScheduleInput {
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

JobScheduleInput.webUserId ● Long! non-null scalar

JobScheduleInput.name ● String! non-null scalar

JobScheduleInput.description ● String! non-null scalar

JobScheduleInput.timezone ● String! non-null scalar

JobScheduleInput.startDate ● String! non-null scalar

JobScheduleInput.endDate ● String scalar

JobScheduleInput.repeats ● Boolean! non-null scalar

JobScheduleInput.repeatWeekdays ● [Int!]! non-null scalar

JobScheduleInput.repeatIntervalWeeks ● Int! non-null scalar

JobScheduleInput.allDay ● Boolean! non-null scalar

JobScheduleInput.startMinute ● Int scalar

JobScheduleInput.endMinute ● Int scalar

JobScheduleInput.coverageMode ● String! non-null scalar

JobScheduleInput.processIds ● [Long!]! non-null scalar

JobScheduleInput.isPriority ● Boolean! non-null scalar

JobScheduleInput.reassignWork ● Boolean! non-null scalar

JobScheduleInput.reassignMethod ● String! non-null scalar

JobScheduleInput.applyMode ● String! non-null scalar

How window boundaries act on availability: Automatic writes the state and notifies; Notify only proposes the change via a notification