Interface Workflow

Workflow is the array of defined Workflow States. Workflow can be queried using the API but must be updated in the Shortcut UI.

Hierarchy

  • Workflow

Properties

auto_assign_owner: boolean

Indicates if an owner is automatically assigned when an unowned story is started.

created_at: string

The date the Workflow was created.

Format

date-time

default_state_id: number

The unique ID of the default state that new Stories are entered into.

Format

int64

description: string

A description of the workflow.

entity_type: string

A string description of this resource.

id: number

The unique ID of the Workflow.

Format

int64

name: string

The name of the workflow.

project_ids: number[]

An array of IDs of projects within the Workflow.

states: WorkflowState[]

A map of the states in this Workflow.

team_id: number

The ID of the team the workflow belongs to.

Format

int64

updated_at: string

The date the Workflow was updated.

Format

date-time

Generated using TypeDoc