AppEnvironmentStatusProgressStep
A single step in an environment progress flow.
type AppEnvironmentStatusProgressStep {
finished_at: Int
name: String
output: [String]
result: String
started_at: Int
}
Fields
AppEnvironmentStatusProgressStep.finished_at ● Int scalar common
When the step finished, as a Unix timestamp.
AppEnvironmentStatusProgressStep.name ● String scalar common
The display name of the step.
AppEnvironmentStatusProgressStep.output ● [String] list scalar common
The output lines produced by the step.
AppEnvironmentStatusProgressStep.result ● String scalar common
The result of the step.
AppEnvironmentStatusProgressStep.started_at ● Int scalar common
When the step started, as a Unix timestamp.
Member Of
AppEnvironmentStatusProgress object