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.

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

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.