Attributes of a workflow returned in a list response.

Hierarchy

  • WorkflowListItemAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
createdAt?: Date

When the workflow was created.

description?: string

Description of the workflow.

name: string

Name of the workflow.

published?: boolean

Whether the workflow is published. Unpublished workflows can only be run manually. Automatic triggers such as Schedule do not fire until the workflow is published.

spec?: Spec

The spec defines what the workflow does.

tags?: string[]

Tags of the workflow.

updatedAt?: Date

When the workflow was last updated.

Generated using TypeDoc