Waiting for engine...
Skip to main content

processSchedulesUpdate

Update a schedule.

The processSchedulesUpdate mutation accepts the following input: processSchedules and processSchedulesId.

An example of the request is as follows:

mutation updateSchedules {
processSchedulesUpdate(
processSchedules: "{"Schedule":[{"minutes":"0-59/15","hours":"8-18","daysOfWeek":"2,3,4,5,6","daysOfMonth":"","months":"","years":""}],"Retry":{"Schedule":[{"minutes":"0-59/15","hours":"8-18","daysOfWeek":"2,3,4,5,6","daysOfMonth":"","months":"","years":""}],"maxRetry":3},"processId":"6e79aead-40d4-422b-9037-4370a86cc2f1","atomId":"8fa55714-8e5e-45f1-b7e1-f57f2000f464","id":"Q1BTOGZhNTU3MTQtOGU1ZS00NWYxLWI3ZTEtZjU3ZjIwMDBmNDY0OjZlNzlhZWFkLTQwZDQtNDIyYi05MDM3LTQzNzBhODZjYzJmMQ"}"
processSchedulesId: "Q1BTOGZhNTU3MTQtOGU1ZS00NWYxLWI3ZTEtZjU3ZjIwMDBmNDY0OjZlNzlhZWFkLTQwZDQtNDIyYi05MDM3LTQzNzBhODZjYzJmMQ"
) {
atomIdprocessIdschedule {
minuteshoursdaysOfWeekdaysOfMonthmonthsyears
}
retry {
schedule {
minuteshoursdaysOfWeekdaysOfMonthmonthsyears
}
maxRetry
}
}
}

processSchedulesUpdate(
processSchedules: String!
processSchedulesId: String!
): ProcessSchedules

Arguments

processSchedulesUpdate.processSchedules ● String! non-null scalar miscellaneous

processSchedulesUpdate.processSchedulesId ● String! non-null scalar miscellaneous

Type

ProcessSchedules object catalog-service

Type represents a process schedule.

On this Page