DestroyRunStep
No description
type DestroyRunStep implements WorkflowRunStep {
id: UUID!
action: GenericWorkflowStepActionType!
dependsOn: [WorkflowRunStep!]
status: WorkflowRunStepStatus!
sequenceNumber: Int!
createdAt: Time!
updatedAt: Time!
executionId: UUID
executionType: WorkflowExecutionType
executionError: String
inputs: [BuildArtifact]
workflowRun: WorkflowRun
}