ClusterPrecheckStep
No description
type ClusterPrecheckStep implements WorkflowRunStep {
id: UUID!
action: GenericWorkflowStepActionType!
dependsOn: [WorkflowRunStep!]
status: WorkflowRunStepStatus!
sequenceNumber: Int!
createdAt: Time!
updatedAt: Time!
executionId: UUID
executionType: WorkflowExecutionType
executionError: String
cluster: Cluster
}