JobProgressStep
A single progress step within a job.
type JobProgressStep {
id: String
name: String
status: String
step: String
}
Fields
JobProgressStep.id ● String scalar common
The unique identifier for the step.
JobProgressStep.name ● String scalar common
The display name of the step.
JobProgressStep.status ● String scalar common
The current status of the step.
JobProgressStep.step ● String scalar common
The step key.
Member Of
JobProgress object