Types
WorkflowVersion
Represents a workflow version in the GraphQL API.
object
WorkflowVersionFields
id
ID!
Stable identifier for this workflow version.
workflowId
ID!
Identifier of the related workflow.
version
Int!
Version reported for this workflow version.
name
String!
Display name of this workflow version.
description
String!
Human-readable description of this workflow version.
schemaVersion
Int!
The schema version associated with this workflow version.
definition
JSON!
Structured definition associated with this workflow version.
contentHash
String!
The content hash associated with this workflow version.
triggers
[WorkflowTrigger!]!
Triggers associated with this workflow version.
publishedAt
String!
ISO 8601 timestamp when this workflow version was published.
createdAt
String!
ISO 8601 timestamp when this workflow version was created.