The definition of WorkflowDataUpdateAttributes object.

Hierarchy

  • WorkflowDataUpdateAttributes

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

Set the workflow to published or unpublished. Workflows in an unpublished state will only be executable via manual runs. Automatic triggers such as Schedule will not execute the workflow until it 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.

webhookSecret?: string

If a Webhook trigger is defined on this workflow, a webhookSecret is required and should be provided here.

Generated using TypeDoc