AssetWorkflowStep
No description
type AssetWorkflowStep {
id: ID!
isActivated: Boolean!
name: String!
skippedBy: SkippedBy
skipReason: String
status: StepStatus!
stepId: ID!
stepGroupAllowedJobNames: [String!]!
stepGroupName: String!
type: StepType!
updatedAt: DateTime!
validationScripts: [ValidationScript!]
}