ProcessSchedules
Type represents a process schedule.
type ProcessSchedules {
processId: ID!
atomId: ID!
envId: ID!
id: ID!
schedule: [Schedule]
retry: Retry
}
Fields
ProcessSchedules.processId ● ID! non-null scalar miscellaneous
The schedule's process ID.
ProcessSchedules.atomId ● ID! non-null scalar miscellaneous
The atom ID where the process runs.
ProcessSchedules.envId ● ID! non-null scalar miscellaneous
Environment id where the schedule process id deployed.
ProcessSchedules.id ● ID! non-null scalar miscellaneous
The process schedule ID.
ProcessSchedules.schedule ● [Schedule] list object catalog-service
The schedule details.
ProcessSchedules.retry ● Retry object catalog-service
Retry object of the schedule.
Returned By
processSchedulesUpdate mutation
Member Of
Process object
Was this topic helpful?