INPUT_OBJECT

AlwaysUpFlowInput

link GraphQL Schema definition

1input AlwaysUpFlowInput {
4
2# The UUID of the AlwaysUpFlow.
3alwaysUpFlowId: ID
8
5# The ID of the organization this AlwaysUpFlow will belong to.
6# Defaults to the user's organization.
7organizationId: ID
11
9# The ID of the engine
10engineId: ID!
14
12# The ID of specific build being used. Default null to use most up to date build
13buildId: ID
18
15# Scheduled value - In chron format of '* * * * * *'. Checks for ranges in hours
16# and minutes, for example: "* 8-16 * * * " is active from 8pm to 4pm every day.
17schedule: String
24
19# This is the schedule the always up flow will be checked for an old revision and
20# can be updated if needed.
21# In chron format of '* * * * * '. Only triggers if schedule is set to run at all
22# times.
23updateSchedule: String
27
25# The status enum for a schedule as it will never be deleted.
26status: AlwaysUpFlowStatus
31
28# The flag used to mark the pod for deletion which will start a new pod defaulting
29# this boolean to false.
30restart: Boolean
34
32# Schedules last update time UTC time zone.
33dateModified: DateTime
37
35# The schedule was created UTC time zone
36dateCreated: DateTime
39
38createdBy: String
41
40modifiedBy: String
42}

link Required by

This element is not required by anyone