Skip to main content
Version: 1.0.0

WorkflowRunStep

No description

interface WorkflowRunStep {
id: UUID!
action: GenericWorkflowStepActionType!
dependsOn: [WorkflowRunStep!]
status: WorkflowRunStepStatus!
sequenceNumber: Int!
createdAt: Time!
updatedAt: Time!
executionId: UUID
executionType: WorkflowExecutionType
executionError: String
}

Fields

WorkflowRunStep.id ● UUID! non-null scalar

WorkflowRunStep.action ● GenericWorkflowStepActionType! non-null enum

WorkflowRunStep.dependsOn ● [WorkflowRunStep!] list interface

WorkflowRunStep.status ● WorkflowRunStepStatus! non-null enum

WorkflowRunStep.sequenceNumber ● Int! non-null scalar

WorkflowRunStep.createdAt ● Time! non-null scalar

WorkflowRunStep.updatedAt ● Time! non-null scalar

WorkflowRunStep.executionId ● UUID scalar

WorkflowRunStep.executionType ● WorkflowExecutionType enum

WorkflowRunStep.executionError ● String scalar

Member Of

BuildRunStep object ● ClusterPrecheckStep object ● DeployRunStep object ● DestroyRunStep object ● JobRunStep object ● WorkflowRun object ● WorkflowRunStep interface

Implemented By

BuildRunStep object ● ClusterPrecheckStep object ● DeployRunStep object ● DestroyRunStep object ● JobRunStep object