Skip to main content

WorkflowTemplate Object

Represents a reusable definition of a Workflow.

Return fields

allowRemove (Boolean!)

Specifies whether the signed-in User can remove the WorkflowTemplate.

allowUpdate (Boolean!)

Specifies whether the signed-in User can update the WorkflowTemplate.

category (String!)

Specifies the category of the Integration Template.

createdAt (DateTime!)

The timestamp at which the object was created.

definition (String!)

The YAML representation of the Integration Template.

description (String!)

Additional notes about the Integration Template.

id (ID!)

The ID of the object

labels ([String!])

The labels that are associated with the object.

name (String!)

The name of the Integration Template. Must be unique.

updatedAt (DateTime!)

The timestamp at which the object was most recently updated.

workflow (Workflow)

The Workflow in which this action resides.