INPUT_OBJECT

UpdateJobs

link GraphQL Schema definition

1input UpdateJobs {
3
2ids: [ID!]
6
4# The status to set the job and tasks to.
5status: UpdateJobsStatus
10
7# Set this field to modify the status of the job only if the current status is
8# equal to this value
9requiredCurrentStatus: JobStatus
14
11# The optional failureReason and failureMessage output
12# when update job to failed or aborted
13taskOutput: UpdateJobOutput
17
15# This contains a list of URIs engine toolkit will send completed chunks.
16notificationUris: [String]
18}