INTERFACE

JobSummary

Metadata about a job.

link GraphQL Schema definition

  • interface JobSummary {
  • # The unique identifier for the job.
  • id: ID!
  • # The current state of the job.
  • state: JobState!
  • # The unique name of the workflow for the job.
  • workflow: String!
  • # The id of the bundle purchased if the job is associated with a bundle.
  • bundleId: String
  • # Metadata about the provider of the provider for the work.
  • provider: OrganizationSummary
  • }

link Require by

This element is not required by anyone