The definition of WorkflowDataAttributes object.

Hierarchy

  • WorkflowDataAttributes

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.

Identity used to run the workflow.

runAsUserMode?: WorkflowRunAsUserMode

The effective type of identity used to run the workflow.

sensitivePrivileges?: boolean

Whether the workflow requires sensitive privileges to run. Only the workflow owner can update this field. This allows it to run actions that use Execution Policies.

spec: Spec

A complete Workflow Automation definition, including its triggers, steps, and connections.

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