INPUT_OBJECT

LaunchDAGTemplateInput

link GraphQL Schema definition

1input LaunchDAGTemplateInput {
4
2# The DAG template ID for launching.
3dagTemplateId: ID!
7
5# DAG template field values
6dagTemplateFields: [EngineFieldValue]
10
8# Target tdo ID. Either targetId or uploadUrl must be defined, but not both
9targetId: ID
14
11# The upload url for the engine. Either targetId or uploadUrl must be defined, but
12# not both
13uploadUrl: String
17
15# This contains a list of URIs engine toolkit will send completed chunks.
16notificationUris: [String]
20
18# Cluster ID when creating job
19clusterId: ID
21}