INTERFACE
JobSummary
Metadata about a job.
link GraphQL Schema definition
- interface JobSummary {
- # The unique identifier for the job.
- ID! :
- # The current state of the job.
- JobState! :
- # The unique name of the workflow for the job.
- String! :
- # The id of the bundle purchased if the job is associated with a bundle.
- String :
- # Metadata about the provider of the provider for the work.
- OrganizationSummary :
- }
link Require by
This element is not required by anyone