INPUT_OBJECT

LaunchScheduledJobs

link GraphQL Schema definition

1input LaunchScheduledJobs {
7
2# Optional data about the job target,
3# a TemporalDataObject. If this field is
4# not specified then a suitable
5# object will be created automatically.
6targetInfo: CreateAllPipelineJobsTargetInfo
11
8# Optional data used to create a _new_ TDO for the job.
9# Specify this field _or_ `targetInfo`, but not both.
10createTargetInfo: CreateTDOForJob
14
12# Job payload
13payload: JSONData
16
15scheduledJobId: ID
17}

link Required by

This element is not required by anyone