Skip to main content
Version: 1.0.0

DeployRunStep

No description

type DeployRunStep 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
}

Fields

DeployRunStep.id ● UUID! non-null scalar

DeployRunStep.action ● GenericWorkflowStepActionType! non-null enum

DeployRunStep.dependsOn ● [WorkflowRunStep!] list interface

DeployRunStep.status ● WorkflowRunStepStatus! non-null enum

DeployRunStep.sequenceNumber ● Int! non-null scalar

DeployRunStep.createdAt ● Time! non-null scalar

DeployRunStep.updatedAt ● Time! non-null scalar

DeployRunStep.executionId ● UUID scalar

DeployRunStep.executionType ● WorkflowExecutionType enum

DeployRunStep.executionError ● String scalar

DeployRunStep.inputs ● [BuildArtifact] list object

DeployRunStep.workflowRun ● WorkflowRun object

Interfaces

WorkflowRunStep interface