Skip to main content
MUTATION
publishWorkflow(id: ID!): WorkflowVersion!

Arguments

id
ID!
required

Identifier of the resource to return or affect.

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

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.

Mutation
Variables
Response