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