Types
WorkflowDiagnostic
Represents a workflow diagnostic in the GraphQL API.
object
WorkflowDiagnosticFields
severity
String!
The severity associated with this workflow diagnostic.
code
String!
The code associated with this workflow diagnostic.
message
String!
Human-readable message associated with this workflow diagnostic.
nodeId
ID
Identifier of the related node. May be null when unavailable or not applicable.
triggerId
ID
Identifier of the related trigger. May be null when unavailable or not applicable.
path
String
Filesystem path associated with this workflow diagnostic. May be null when unavailable or not applicable.