INPUT_OBJECT
AlwaysUpFlowInput
link GraphQL Schema definition
1 input AlwaysUpFlowInput { 4 2 # The UUID of the AlwaysUpFlow. 3 ID : 8 5 # The ID of the organization this AlwaysUpFlow will belong to. 6 # Defaults to the user's organization. 7 ID : 11 9 # The ID of the engine 10 ID! : 14 12 # The ID of specific build being used. Default null to use most up to date build 13 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. 17 String : 24 19 # This is the schedule the always up flow will be restarted. Flows must restart at 20 # least once every 24 hours. 21 # Defaults to '0 4 * * *' which is midnight eastern time(4am UTC). The 'int int * 22 # * *' format is the only accepted format. 23 String : 27 25 # The status enum for a schedule as it will never be deleted. 26 AlwaysUpFlowStatus : 31 28 # The flag used to mark the pod for deletion which will start a new pod defaulting 29 # this boolean to false. 30 Boolean : 34 32 # Schedules last update time UTC time zone. 33 DateTime : 37 35 # The schedule was created UTC time zone 36 DateTime : 39 38 String : 41 40 String : 42 }
link Required by
This element is not required by anyone